-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Motivation Follow up of #985. Implements the inbound nonce logic for the `NonceManager` contract. ## Solution - `EVM2EVMMultiOffRamp` calls `incrementInboundNonce` which returns a boolean indicating whether or not the nonce was incremented - Handles upgradability logic to call `prevOffRamp` if necessary --------- Co-authored-by: Evaldas Latoškinas <[email protected]> Co-authored-by: Connor Stein <[email protected]>
- Loading branch information
1 parent
c0b080a
commit d84e112
Showing
13 changed files
with
781 additions
and
976 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
10 changes: 0 additions & 10 deletions
10
contracts/src/v0.8/ccip/interfaces/IAny2EVMMultiOffRamp.sol
This file was deleted.
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
Oops, something went wrong.