forked from rollkit/rollkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add staking module differences to block_spec (rollkit#1335)
closes rollkit#1220 Instead of rollkit#1220, we'll just fix and update the block_spec. Also adds the termination condition, and processing out-of-order rollup blocks from DA. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a requirement for blocks to have a valid signature from the centralized sequencer. - Implemented support for out-of-order rollup blocks on the Data Availability network. - Added a termination condition for sequencer double-signing scenarios. - **Documentation** - Updated block specification documentation to reflect new validation rules. - Added diagrams to illustrate out-of-order block handling and termination conditions. - **Refactor** - Removed `AggregatorsHash` and `NextAggregatorsHash` fields from block headers to streamline the validation process. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Connor O'Hara <connor@switchboard.xyz>
- Loading branch information
Showing
4 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters