-
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.
* address l2/q4 * removed seems outdated nextNonce() left in factory, as most use cases are getting nextNonce() directly from stateManager in our scenarios instead of passing through factory * optimization changes * address comments * Update src/QuarkStateManager.sol Co-authored-by: Kevin Cheng <[email protected]> * limit loop to not have unsafe downcasting uint96 in nonce step --------- Co-authored-by: Kevin Cheng <[email protected]>
- Loading branch information
1 parent
321aac8
commit 22c5742
Showing
3 changed files
with
22 additions
and
20 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