Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove invalid bundles from domain-block-preprocessor #1695

Closed
Tracked by #1706
liuchengxu opened this issue Jul 25, 2023 · 0 comments · Fixed by #1700
Closed
Tracked by #1706

Remove invalid bundles from domain-block-preprocessor #1695

liuchengxu opened this issue Jul 25, 2023 · 0 comments · Fixed by #1700
Assignees
Labels
execution Subspace execution

Comments

@liuchengxu
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
execution Subspace execution
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant