Skip to content

Conversation

@prestwich
Copy link
Member

Includes #140, closes #139

Modifies work in #140 to add a test, DRY, and use the functional style instead of nested if_lets

@prestwich prestwich self-assigned this Jan 20, 2026
@prestwich prestwich changed the title Prestwich/hugo/cache bug fix fix: cache misses now miss for real for real Jan 20, 2026
@prestwich prestwich enabled auto-merge (squash) January 20, 2026 13:20
This was referenced Jan 20, 2026
@prestwich prestwich requested a review from Evalir January 20, 2026 13:25
status: AccountStatus::Touched,
};

let mut changes: std::collections::HashMap<
Copy link
Member

Choose a reason for hiding this comment

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

let's just import the type

Copy link
Member Author

Choose a reason for hiding this comment

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

no, i have done this many ways and just fully naming it prevents inference bugs. this is me, not claude lol

let mut changes: std::collections::HashMap<
Address,
Account,
revm::primitives::map::DefaultHashBuilder,
Copy link
Member

Choose a reason for hiding this comment

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

ditto

@prestwich prestwich merged commit 3dcc157 into main Jan 20, 2026
6 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.

State Collision in trevm ConcurrentDB Breaks Multi-Host Transaction Atomicity

4 participants