-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move all DA layer information into Kernel. Prevent user-space access …
…to Kernel State (#1251) * Add slot height to context * Deduplicate state/accessory values using trait * Deduplicate state/accessory maps with trait * Deduplicate state/accessory vecs with trait * Move vec tests into trait * Minor refactor: reorganize layout * Revert "Add slot height to context" This reverts commit 1e8326d. * Fix tests * fmt * clippy * update lockfiles * fix test * lint again * fix macro test * fix test; lint again * fix docs. Lint again * even more docs and linting * clippy again * Fix benches * Implement versioned kernel values * Add slot height to context * protect kernel working set * lint * Fix no_std * Add working_set tests * fix fuzz target * Rename KernelStateValue to VersionedStateValue * Remove dead NonInstantiable type * Reclaim name KernelValue. Change old to VersionedStateValue * Fix doc comment * It all compiles * Add true and visible heights to chain-state * WIP * All unrelated tests pass * KernelModuleInfo macros * Fix compilation * Finish initializing kernel * Update lockfile * Remove dead code * fmt * Clippy * Fix no-std and docs * Fix benches * Fix feature flag in rng-da * fix features in attester-incentives
- Loading branch information
1 parent
4497a7f
commit 180ecd0
Showing
58 changed files
with
2,071 additions
and
1,532 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
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
14 changes: 14 additions & 0 deletions
14
examples/demo-rollup/provers/risc0/guest-celestia/Cargo.lock
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
Oops, something went wrong.