-
Notifications
You must be signed in to change notification settings - Fork 42
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
feat: Load OP Stack Rollup Config #121
Merged
ratankaliani
merged 7 commits into
custom-rollup-config
from
ratan/load-op-stack-rollup-cfg
Sep 16, 2024
Merged
feat: Load OP Stack Rollup Config #121
ratankaliani
merged 7 commits into
custom-rollup-config
from
ratan/load-op-stack-rollup-cfg
Sep 16, 2024
Conversation
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
ratankaliani
added a commit
that referenced
this pull request
Sep 19, 2024
* BootInfo changes to support custom rollup configs * return to upstream kona * preserialize rollup config & fetch proper data from op geth * just recipe adds hash to zkconfig automatically * contract upgrades * make latestoutputindex internally callable * update public values to include rollup config hash (breaks tests, need to replace w new proof * pass config bytes with boot info * move fetch rollup config to rust binary * gitignore * fix * fix: client programs * fix * fix * add * add * fix * add * fix * fix * add * fix * clean * add * bindings * fix * test * update elf's * release * automatically update config * fetch rollup config * feat: generate config from script * feat: remove methods * fix: forge fmt * del unused fn * fetch rollup config * add docs * docs * docs * docs * book removal * fix * fix * feat: Use strict types, rather than type mucking * fix: Use RPC mode, add rollup config saving * docs: rename to zkl2ooconfig.json * docs: rm todo * add rollup config * fetch * add * add * add * fix * clean * add * fix: add rollup config path to args * add * feat: Load OP Stack Rollup Config (#121) * load op stack rollup cfg fixes * Parse the rust rollup config and default return the entire range * fix: import paths for rollup cfg * add * update * docs * lint --------- Co-authored-by: Ubuntu <[email protected]> * add todo --------- Co-authored-by: Ubuntu <[email protected]> Co-authored-by: Ratan Kaliani <[email protected]> Co-authored-by: Ubuntu <[email protected]> Co-authored-by: ratankaliani <[email protected]>
ratankaliani
added a commit
that referenced
this pull request
Sep 23, 2024
* BootInfo changes to support custom rollup configs * return to upstream kona * preserialize rollup config & fetch proper data from op geth * just recipe adds hash to zkconfig automatically * contract upgrades * make latestoutputindex internally callable * update public values to include rollup config hash (breaks tests, need to replace w new proof * pass config bytes with boot info * move fetch rollup config to rust binary * gitignore * fix * fix: client programs * fix * fix * add * add * fix * add * fix * fix * add * fix * clean * add * bindings * fix * test * update elf's * release * automatically update config * fetch rollup config * feat: generate config from script * feat: remove methods * fix: forge fmt * del unused fn * fetch rollup config * add docs * docs * docs * docs * book removal * fix * fix * feat: Use strict types, rather than type mucking * fix: Use RPC mode, add rollup config saving * docs: rename to zkl2ooconfig.json * docs: rm todo * add rollup config * fetch * add * add * add * fix * clean * add * fix: add rollup config path to args * add * feat: Load OP Stack Rollup Config (#121) * load op stack rollup cfg fixes * Parse the rust rollup config and default return the entire range * fix: import paths for rollup cfg * add * update * docs * lint --------- Co-authored-by: Ubuntu <[email protected]> * add todo * refactror: cost estimator * logs * concurrent native host runners * some small errors * docs * feat: readd support for the deps * clean * fixes * build * build --------- Co-authored-by: Zach Obront <[email protected]> Co-authored-by: Ubuntu <[email protected]> Co-authored-by: Ubuntu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Overview
Load the OP Stack rollup config in the batch decoder. If the span batch decoding fails, just return a single range.
Misc
native-host-runner
.