-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* chore: update foundry-block-explorers * chore: remove deployments from LocalTraceIdentifier * fix: use dyn DatabaseExt in TraceCollector * chore: fix duplicate method definition * fix: solve some dependency issues in cheatcodes crate * fix: adapt cheatcode crate to usage of dyn DatabaseExt * fix: adapt to usage of hash maps with different hashes * fix: further adaptations to dyn DatabaseExt usage * fix: hardhat console import * fix: adapt zk mock code to multiple calls (#9024) * fix lifetime issues in trace_zksync * inline env and l1_block_info fields * fix: remove deployments and fix usage of different HashMaps on evm crate * fix: remove stale std HashMap reference * fix: clone zk_metadata before taking mutable reference * fix: remove deployment references in forge * fix: use u64 for gas limit * fix: adapt to compiler optimize being an Option * fix: restore lost code during conflict resolution in tests * chore: remove uneeded uses of std HashMap --------- Co-authored-by: Nisheeth Barthwal <[email protected]>
- Loading branch information
Showing
24 changed files
with
172 additions
and
341 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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.