feat: Load OP Stack Rollup Config#121
Merged
ratankaliani merged 7 commits intocustom-rollup-configfrom Sep 16, 2024
Merged
Conversation
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 <ubuntu@op-sepolia-archive-1.maas> * add todo --------- Co-authored-by: Ubuntu <ubuntu@op-mainnet-archive-1.maas> Co-authored-by: Ratan Kaliani <ratankaliani@berkeley.edu> Co-authored-by: Ubuntu <ubuntu@op-sepolia-archive-1.maas> Co-authored-by: ratankaliani <ratan@succinct.xyz>
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 <ubuntu@op-sepolia-archive-1.maas> * 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 <zobront@gmail.com> Co-authored-by: Ubuntu <ubuntu@op-mainnet-archive-1.maas> Co-authored-by: Ubuntu <ubuntu@op-sepolia-archive-1.maas>
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
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.