Skip to content
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: add interop access list FMA #252

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

agusduha
Copy link
Contributor

@agusduha agusduha commented Apr 2, 2025

Description

Adds Failure Modes and Recovery Path Analysis (FMA) for the Interop Access List mechanism.

FMs:

  • Gas Introspection Breaks Due to EVM Changes or Compiler Optimizations
  • Storage slot collisions
  • Unexpected Storage Slot Warming Behavior

Additional context

Metadata

Issue: #238

@tynes
Copy link
Contributor

tynes commented Apr 3, 2025

Another failure mode would be that the slot is somehow warmed even tho the item was not in the access list. We have validated that if we call the function and warms the slot by doing a read and it returns isWarm=false then it reverts, cooling the slot again. This seems like it shouldn't work this way from the pov of Ethereum protocol, given warming is meant to represent the value is cached. If its read and then the call reverts, the value can be kept in the cache? Perhaps it rolls back due to a possible dos attack for the cache?

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.

2 participants