-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: rAddress discrepancies from OverwriteFactory
- We are limited by what is expected in simulation.rs: Thus, it makes more sense to return an revm::primitives::Address type as the overwrite hashmap from the overwrite factory, instead of having to re-convert it through different levels. - We also had to convert the SlotHash type to match what was expected by simulation.rs
- Loading branch information
TAMARA LIPOWSKI
committed
Oct 29, 2024
1 parent
20aba87
commit ffb4cb3
Showing
5 changed files
with
151 additions
and
84 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.