Merged
Conversation
This version is likely required for L2Beat to put us in the 'validium & optimimum' category.
0f5cad0 to
9e1b039
Compare
karlb
pushed a commit
that referenced
this pull request
Nov 17, 2025
This version is required for L2Beat to put us in the 'validium & optimimum' category.
karlb
added a commit
that referenced
this pull request
Dec 8, 2025
* Bump kona to v1.1.7 and revm to v31.0.0 (#99) * Initial bump to kona v1.1.7 * Replace revm crates with custom fork which has two new func * Resolved version revm conflict between crates-io and github fork * Fix compile errors * Fix tests * Fix test_transfer * Fix handler tests * Fork revm in celo-org * Fix lint errors * Patch revm with our forked version of v97 (#100) This ensures that we are using the same revm version as in our op-succinct repo. The v97 version fixed an execution bug that would have led to an execution mismatch between the op-stack and our succinct-stack. Also updates dependencies to point at the versions exported by the base of our forked revm. * Update hokulea to v1.0.1 (#101) This version is required for L2Beat to put us in the 'validium & optimimum' category. * unsafe: Avoid account.mark_cold This is just a temporary measure until we switch to an revm version including bluealloy/revm#3160. * Implement CIP-64 system calls without state merging Keep all state changes in the EVM journal instead of using set_storage: - System calls execute without calling finalize() - State changes remain in journal for main transaction to see - Add call_read_only wrapper using checkpoint/revert to prevent accidental state changes in query operations - Apply read-only wrapper to get_balance, get_currencies, get_exchange_rates, get_intrinsic_gas This eliminates the need for manual state merging and the revm fork. * Stop using Celo revm fork Now that we use neither `Account.mark_cold` nor `set_storage`, we can go back to using upstream revm. * Add execution test * Remove double journaled * Test for revert deposit * Remove double set_balance * Prune to be closer to upstream * Fix nits * Bump hokulea to v1.0.2 * Docstring changes after PR discussion This makes things at least a bit clearer. I'm having a hard to adding explanations for all important aspects without creating a lot of text and linking to constantly changing revm code. --------- Co-authored-by: Seola Oh <osa8361@gmail.com> Co-authored-by: piersy <pierspowlesland@gmail.com> Co-authored-by: Gastón Ponti <gaston.ponti@clabs.co>
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.
This hokulea release (v1.0.1) allows eigenda v2 certs to be converted to v3 which in turn supports protecting against malicious batcher behaviour.
Relates to - https://github.com/celo-org/celo-blockchain-planning/issues/1282