-
Notifications
You must be signed in to change notification settings - Fork 128
feat: custom rollup config #69
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
Merged
Merged
Changes from 7 commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
4f14788
BootInfo changes to support custom rollup configs
zobront d65bcf4
return to upstream kona
zobront 2992885
preserialize rollup config & fetch proper data from op geth
zobront c3f6bac
just recipe adds hash to zkconfig automatically
zobront a14232c
contract upgrades
zobront 7c3c3e9
make latestoutputindex internally callable
zobront d8a06f1
update public values to include rollup config hash (breaks tests, nee…
zobront 8900e6a
pass config bytes with boot info
zobront ca297da
move fetch rollup config to rust binary
zobront 6c9cee5
gitignore
7d313dd
merge
8ea3f76
fix
34bbb45
fix: client programs
66f7b3e
fix
6dab3be
fix
c26fa5c
add
a8856a8
add
64f1b86
fix
30952c1
add
2d0ba73
fix
f6c9c49
fix
5acfdc9
fix
d14ea0c
add
ratankaliani 748b202
add
ratankaliani 046a563
fix
ratankaliani 6dd6491
clean
ratankaliani bff79a7
add
ratankaliani cadc4e9
bindings
ratankaliani 6fd4e0c
fix
ratankaliani 4ef5b35
test
ratankaliani c900329
feat: compiles
ratankaliani 5bd10a9
update elf's
ratankaliani 5349962
release
ratankaliani d3d03b7
automatically update config
ratankaliani f093956
fetch rollup config
ratankaliani 88d5a4e
feat: generate config from script
ratankaliani 0f07067
feat: remove methods
ratankaliani e432b5e
fix: forge fmt
ratankaliani 9a299d1
del unused fn
ratankaliani 1f37dad
fetch rollup config
ratankaliani fc35dc5
add docs
ratankaliani 2c1e532
docs
ratankaliani 8c48aec
docs
ratankaliani 7ff3cd9
docs
ratankaliani e510118
book removal
ratankaliani 2a43247
fix
ratankaliani 76e6380
fix
ratankaliani cb2d69f
feat: Use strict types, rather than type mucking
ratankaliani 1611538
fix: Use RPC mode, add rollup config saving
f081f66
docs: rename to zkl2ooconfig.json
cf0986f
docs: rm todo
efa4c9f
add rollup config
ratankaliani d7be851
fetch
ratankaliani 7513e15
merge
ratankaliani b654f83
add
ratankaliani 30ea6c4
add
ratankaliani 1abae25
add
947e4c2
fix
e61cf3a
clean
a183645
add
cedc089
fix: add rollup config path to args
6aff41b
add
45384d6
feat: Load OP Stack Rollup Config (#121)
ratankaliani cfb3d4e
add todo
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,3 +19,6 @@ data | |
|
|
||
| # DB data | ||
| db/ | ||
|
|
||
| # Rollup Config | ||
| rollup-config.json | ||
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
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.
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.