forked from taikoxyz/raiko
-
Notifications
You must be signed in to change notification settings - Fork 3
Add L1SLOAD precompile #50
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
Open
jmadibekov
wants to merge
25
commits into
master
Choose a base branch
from
feat/l1sload-raiko-v2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
1f9f1b3
initial commit
dipkakwani 1dec250
Remove unused L1SLOAD inspector code
jmadibekov f7f3007
Point alethia-reth deps to NMC L1SLOAD branch
jmadibekov 101e262
Add jmadibekov debug logs to L1SLOAD code paths
jmadibekov db5165e
fix: use actual anchor block info for L1SLOAD proof verification in S…
jmadibekov e4a8cb0
fix: address L1SLOAD PR review issues and add concurrency safety
jmadibekov e8d3b87
chore: update Cargo.lock for alethia-reth changes
jmadibekov 06d9c94
fix: detect branch nodes in get_leaf_value to handle non-existence pr…
jmadibekov 6ca4d74
l1sload: add indirect-call proof flow and cleanups
jmadibekov 69bac48
fix: initialize L1SLOAD anchor context for indirect-only blocks
jmadibekov 9340f3f
l1sload: add bidirectional anchor-origin verification flow
jmadibekov ac2101e
feat: add verbose [jmadibekov] L1SLOAD debug logs for devnet testing
jmadibekov 2c8a647
fix: use local variable names instead of `input` for logging
jmadibekov 243320f
Simplify L1SLOAD preflight: replace 6-step pipeline with 3-step RPC f…
jmadibekov 612f9af
Reduce L1SLOAD code duplication and remove dead code
jmadibekov 50aba5a
L1SLOAD: walk backward from L1 origin instead of bidirectional from a…
jmadibekov 55fd2d0
Fix L1SLOAD backward walk: start from parent_hash, not origin hash
jmadibekov a862f11
Revert gaiko submodule to e8dc91d (undo @jmadibekov tag removal)
jmadibekov eec7472
Merge remote-tracking branch 'origin/master' into feat/l1sload-raiko-v2
jmadibekov 428c940
chore: update alethia-reth dependency to latest l1sload-precompile-nmc
jmadibekov 70e531a
Remove required cuda dependency
jmadibekov c76ea7c
Add tests
jmadibekov 1a4d3c5
Address PR review comments: reuse HTTP client, add bounds checks, rem…
jmadibekov 2c34626
Verify L1SLOAD proofs in ZK guest and add bounds check on storage root
jmadibekov de318d6
Add L1SLOAD execution lock in ZK guest, validate header block numbers…
jmadibekov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.