-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: misc bugfixes in balance handling.
This commit addresses the following problems: - Decoder now sets involved contracts correctly as checksum hex encoded bytes. - Calling PoolState._get_overwrites multiple times does not lead to weird side effects, previously calling it would mutate pool_state.block_lasting_overwrites. - Correctly handle custom storage slots when creating overwrites, previously we would only use those when creating overwrites for pool contract overwrites, additionally if we had found custom slots for a token, we would wrongly reuse the same custom slots for the next token.
- Loading branch information
kayibal
committed
Oct 21, 2024
1 parent
a32fcbd
commit bfadcc7
Showing
4 changed files
with
104 additions
and
9 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
Binary file not shown.
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