-
Notifications
You must be signed in to change notification settings - Fork 146
feat(riscv-guest): l2 execution guest rollup #3783
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
Open
Changes from 27 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
c927a54
feat(misc): Added details on GP VK anchoring and update management
Filter94 b76a825
fix(misc): Fixed review comment
Filter94 8562c21
fix(misc): Fixed review comment
Filter94 b70b4ee
fix(misc): Split the verifiable proof and the GP output proof
Filter94 d972658
fix(misc): Fixed merge conflict
Filter94 89e4614
feat(riscv-guest): WIP extended guest program
Filter94 0843aea
Merge branch 'main' of github.com:LFDT-Lineth/lineth-monorepo into fe…
Filter94 8ec2bc7
feat(riscv-guest): WIP implementation of the l2-execution extended gu…
Filter94 89e7b09
chore(riscv-guest): Removed the vanilla guest runner, the tests, refo…
Filter94 1e0e077
chore(riscv-guest): Reverting the output reformat change
Filter94 230c1bf
fix(riscv-guest): Reference tests update, some fixes
Filter94 08a5358
Merge branch 'main' of github.com:LFDT-Lineth/lineth-monorepo into fe…
Filter94 3589a99
fix(riscv-guest): Hopefully fixed the tests
Filter94 8aaf4cd
fix(riscv-guest): Fixed some tests setup on CI
Filter94 77e32d9
Merge branch 'main' of github.com:LFDT-Lineth/lineth-monorepo into fe…
Filter94 e360c64
fix(riscv-guest): Memory management
Filter94 68f5dae
fix(ci): Removed unused opcode variable
Filter94 8441b52
Merge branch 'main' of github.com:LFDT-Lineth/lineth-monorepo into fe…
Filter94 8e5376c
fix(riscv-guest): Fixed merge conflict. Enabled precompiles software …
Filter94 5f32609
fix(riscv-guest): Fixed merge conflict. Enabled precompiles software …
Filter94 f2ffefd
chore(riscv-guest): Fixed merge conflict
Filter94 5f232ae
fix(misc): Fixed lineth rename
Filter94 a7f31cc
Merge branch 'main' of github.com:LFDT-Lineth/lineth-monorepo into fe…
Filter94 6201e56
refactor(riscv-guest): make l2-execution base PR implementation-only
Filter94 fcdd878
fix(riscv-guest): make install-native-crypto-deps portable
Filter94 a71fc5a
fix(ci): validate the RISC-V guest-program workflows on stacked PRs, …
Filter94 2def433
fix(riscv-guest): Fixed merge conflict
Filter94 5352e60
fix(misc): Fixed the rollup spec tests
Filter94 a9d5d8b
fix(riscv-guest): Remove the go script for vanilla GP input generatio…
Filter94 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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,3 +7,4 @@ zig-out/ | |
| zig-pkg/ | ||
| .cache/ | ||
| *.objdump | ||
| */.cache/ | ||
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.