-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MultiAggregateRateLimiter - non-evm and multi-lane remote token suppo…
…rt (#939) ## Motivation Follow up of #916 to integrate non-EVM token support, and convert `rateLimitedTokens` configuration to be per-chain. This converts the multi-ARL to be truly multi-lane and untied from EVM2EVM to EVM2Any, Any2EVM ## Solution * Add `chainSelector` to rate limit tokens state * Convert addresses from `bytes` to `bytes32` (for now assuming that we can fit token addresses in `bytes32` for all non-EVM chains)
- Loading branch information
1 parent
18cd879
commit c36cd86
Showing
13 changed files
with
673 additions
and
490 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@chainlink/contracts-ccip": minor | ||
--- | ||
|
||
#added non-evm token and multi-lane token support for multi-arl interceptor |
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.