Skip to content

feat: EIP-1153 transient memory state rollback guard - #699

Open
amberly-d wants to merge 1 commit into
MDTechLabs:mainfrom
amberly-d:feat/transient-state-rollback
Open

feat: EIP-1153 transient memory state rollback guard#699
amberly-d wants to merge 1 commit into
MDTechLabs:mainfrom
amberly-d:feat/transient-state-rollback

Conversation

@amberly-d

Copy link
Copy Markdown

Closes #694

Implements TransientStateSnapshot abstract contract using EIP-1153:

  • _snapshotSlot / _snapshotSlots — record state to transient storage
  • _rollbackSlot / _rollbackAll — restore from transient storage
  • withRollback modifier — auto-snapshot and cleanup
  • All in Yul assembly for maximum gas efficiency

@drips-wave

drips-wave Bot commented Jul 28, 2026

Copy link
Copy Markdown

@amberly-d Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

[CORE] Implement EIP-1153 Transient Memory State Rollback Guard

1 participant