-
Notifications
You must be signed in to change notification settings - Fork 31
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
Verify chunked txs #1618
base: nightly
Are you sure you want to change the base?
Verify chunked txs #1618
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You'll also need to implement
BitcoinService::extract_relevant_blobs_with_proof line 993
and BitcoinVerifier::verify_transactions line 153
crates/sovereign-sdk/rollup-interface/src/state_machine/zk/mod.rs
Outdated
Show resolved
Hide resolved
crates/sovereign-sdk/rollup-interface/src/state_machine/zk/mod.rs
Outdated
Show resolved
Hide resolved
} | ||
} | ||
DaDataLightClient::Chunk(chunk) => { | ||
wtxid_data |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
realized there is a dos attack vector with our aproach. let me think of a solution
Description
Linked Issues