You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invalid ER fraud proof for any invalid data field in ER, some auxiliary data of the ER (i.e. domain_block_hash, domain_block_extrinsics_root, etc) are used in the verification of other fraud proofs, thus the operator should first check and generate the fraud proof if needed for each auxiliary data to ensure their integrity at first.
Excessive transaction Metering storage size for fraud proof #1596. Implement a custom trie backend which will return an error when the storage access during the runtime API execution surpasses the maximum storage proof limit.
Preps
Add auxiliary data to ER
invalid_bundles
Introduceinvalid_bundles
in receipt #1752domain_block_hash
Migrate domain v1 primitives to v2 #1684domain_block_extrinsics_root
Add domain_block_extrinsics_root field to the ExecutionReceipt #1866Invalid ER fraud proof
Invalid ER fraud proof for any invalid data field in ER, some auxiliary data of the ER (i.e.
domain_block_hash
,domain_block_extrinsics_root
, etc) are used in the verification of other fraud proofs, thus the operator should first check and generate the fraud proof if needed for each auxiliary data to ensure their integrity at first.ER::invalid_bundles
#1887ER::domain_block_extrinsics_root
#1888ER::domain_block_hash
#1889ER::execution_trace
#1890ER::total_rewards
#1891valid_bundles
fraud proof forER::valid_bundles
#1962Invalid bundle fraud proof
estimated_bundle_weight
field from the bundle header #2609Fraud proof processing
submit_fraud_proof
extrinsicOperational
dispatch class #2522Misc
The text was updated successfully, but these errors were encountered: