-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fork Manager * Pass around fork manager * Implement ForkMigration for ledgerDB * Commit missing files * Move SpecId to sov interface * Pass SpecID around * Cleanups * Register block with fork manager * Pass active fork down to verifier * Add type alias * Register block with fullnode and prover * Invoke spec_activated callback * Fix comments * Fix tests * Fix send / sync issue * Fix too many arguments * Set default fork specs * Log fork activation * Use forks instead of config * Remove activated config * Remove fork_specs from config * Mark FORKS as pub crate * Clippy * Deref instead of clone * Clippy again * Update current_spec inside guest code * Fix lints * Fix prover tests * Remove dummy forks * Add fork manager tests * Pass current_spec to HookSoftConfirmationInfo * Add current_spec to RuntimeTxHook * Fix test compilation * Fix nostd checks * Allow module inception * Fix clippy warning * Pass specId to dispatch_call * Fix module dispatch tests * Store SpecId directly * Fix rpc tests * Remove need for lazy_static * Fix macros RPC tests
- Loading branch information
Showing
67 changed files
with
1,021 additions
and
400 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.