-
Notifications
You must be signed in to change notification settings - Fork 124
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
[chain] Add tx root to each block header #503
Comments
Could accomplish this by exporting a "proof" warp message so people that don't need this don't need to pay more. |
Could do this with all tx roots to allow any tx/state root content to be proven. |
May also want to make exported warp messages per block a root too (so any network can verify arbitrary amounts of data with a single multi-signature). |
Related (maybe better approach): https://github.com/ava-labs/hypersdk/issues/504 |
related: #950 |
Add tx root of successful txs to each block so that inclusion can be verified just by processing headers (see Bitcoin SPV).
Alternatively, nodes could produce signatures over accepted txs periodically (may require extra latency) so anyone can verify inclusion with just p-chain syncing.
The text was updated successfully, but these errors were encountered: