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
Currently, the process of compiling bundles to extrinsics takes all the bundles from the consensus block, we need to remove invalid bundles in this process as defined in the fraud proof v2 spec. For each invalid bundle, we should generate a fraud proof, which will be started and tracked in another issue once this one is resolved.
Currently, the process of compiling bundles to extrinsics takes all the bundles from the consensus block, we need to remove invalid bundles in this process as defined in the fraud proof v2 spec. For each invalid bundle, we should generate a fraud proof, which will be started and tracked in another issue once this one is resolved.
https://github.com/subspace/subspace/blob/eb57c8e7da56bd2f1b6dbb6286cb851f318e65a2/domains/client/block-preprocessor/src/lib.rs#L316
The text was updated successfully, but these errors were encountered: