Skip to content

feat(evm): expose checkpoint methods in EvmInternals#300

Merged
mattsse merged 1 commit intoalloy-rs:mainfrom
0xrusowsky:rus/evm-internals-checkpoint
Feb 26, 2026
Merged

feat(evm): expose checkpoint methods in EvmInternals#300
mattsse merged 1 commit intoalloy-rs:mainfrom
0xrusowsky:rus/evm-internals-checkpoint

Conversation

@0xrusowsky
Copy link
Contributor

Summary

  • Expose checkpoint, checkpoint_commit, and checkpoint_revert methods on EvmInternals
  • Adds corresponding methods to the internal EvmInternalsTr trait and its blanket impl

Motivation

Allows precompile implementations to create journal checkpoints, enabling atomic sub-operations that can be independently committed or reverted.

@0xrusowsky 0xrusowsky changed the title feat: expose checkpoint methods in EvmInternals feat(evm): expose checkpoint methods in EvmInternals Feb 26, 2026
@0xrusowsky 0xrusowsky marked this pull request as ready for review February 26, 2026 09:36
Copy link
Collaborator

@rakita rakita left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, but @klkvr @mattsse needs to take a look before merging

@mattsse mattsse merged commit 7caa332 into alloy-rs:main Feb 26, 2026
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants