Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: smartcontractkit/ccip-tools-ts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: smartcontractkit/ccip-tools-ts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.1
Choose a head ref
  • 4 commits
  • 26 files changed
  • 3 contributors

Commits on Mar 31, 2026

  1. Configuration menu
    Copy the full SHA
    a686759 View commit details
    Browse the repository at this point in the history
  2. Run chain specific address validation on send (router/receiver) (#210)

    * Run chain specific address validation on send (router/receiver)
    
    * Polish
    krebernisak authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    2522720 View commit details
    Browse the repository at this point in the history
  3. feat: validate dest addresses from source classes (#213)

    * merge aptos and evm CCIPAddressInvalid error, expand to Solana
    
    * move dest addresses validation to Chain class
    
    this allows it to error also when using the SDK, instead of the CLI
    follow-up to #210
    
    * fix tests
    
    * Update ccip-sdk/src/errors/specialized.ts
    
    Co-authored-by: Amine E. <[email protected]>
    
    * fixup! merge aptos and evm CCIPAddressInvalid error, expand to Solana
    
    * add some tests
    
    ---------
    
    Co-authored-by: Amine E. <[email protected]>
    andrevmatos and aelmanaa authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    21f256c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a69411f View commit details
    Browse the repository at this point in the history
Loading