-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support pessimistic proofs consensus (#23)
* Support for PP consensus type and populate batch l2 data * Add comments * Use the L2GERManager address * Reuse the flags * Increase the indentation when marshalling into json files * Support loading genesis allocs by the l1 network, rollup manager and rollup aliases (for PP rollups) * Move FEP allocs and create example for PP rollups * Fix the import rollup manager cmd * Update bali rollup manager and rollup definitions * Encode tx signature separately and append it to the RLP encoded tx * Rename l2ChainID json tag * Encode effective percentage to the raw transaction * Retrieve the last global exit root for PP and store it in combined json
- Loading branch information
1 parent
44e5e6b
commit c1a2f3d
Showing
34 changed files
with
684 additions
and
231 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
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
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
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
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
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
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
Oops, something went wrong.