-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Solana: full getValidatedFee flow [NONEVM-676] (#405)
* Implement FeeQuoter getValidatedFee flow in Solana Implement network fee calculation Refactor and cleanup Update unit test values Add unit tests More unit tests Use account array for GetFee Fix all tests except token happy path Cleanup Use lookup table for fee calculation in ccip_send Cleanup Rebase fixes Fix lints Comment improvement Implement all fee calculations Fix unit tests Validate accounts Make fee billing config optional Address review comments Adjust test values for BPS Regenerate bindings and update tests Address review comments Cleanup * Address review comment
- Loading branch information
1 parent
e3ada00
commit 76f93c4
Showing
13 changed files
with
1,035 additions
and
214 deletions.
There are no files selected for viewing
530 changes: 500 additions & 30 deletions
530
chains/solana/contracts/programs/ccip-router/src/fee_quoter.rs
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
Oops, something went wrong.