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.6.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.6.1
Choose a head ref
  • 6 commits
  • 20 files changed
  • 2 contributors

Commits on May 6, 2026

  1. show: fix api codepath with receipt txHash with >1 execs (#249)

    when receipt has multiple execs (e.g. batched execs) and we're `show`ing
    from API (i.e. messageId provided as entrypoint), filter only execs for
    current request
    andrevmatos authored May 6, 2026
    Configuration menu
    Copy the full SHA
    02e42a9 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2026

  1. fix: manualExec v1.5 messages from API (messageId) from cli (#250)

    * api: fix strict and sourceTokenData missing from api v1.5 messages
    
    needed for manualExec
    
    * fix manualExec estimate logging
    
    * ethers: set staticNetwork to avoid constant polling
    
    * fix signalToPromise being GCed, getLogs finalized range
    andrevmatos authored May 7, 2026
    Configuration menu
    Copy the full SHA
    da4faa0 View commit details
    Browse the repository at this point in the history
  2. Replace undici dependency (#251)

    * replace undici for axios in canton impl
    
    * add abort signal to canton client
    RodrigoAD authored May 7, 2026
    Configuration menu
    Copy the full SHA
    1a4a84c View commit details
    Browse the repository at this point in the history
  3. Canton SDK improvements (#248)

    update eds api. add token transfers
    RodrigoAD authored May 7, 2026
    Configuration menu
    Copy the full SHA
    510be93 View commit details
    Browse the repository at this point in the history
  4. fix EVMChain.getLogs 'watch' mode for finalized tag

    with `latestLogBlockNumber` same as `startBlock`, we ended up off'ing by
    one when entered the watch loop once the initial getLogs scan completed
    with empty results; now, we decrement it, to ensure watch mode gets a
    range starting with our startBlock
    andrevmatos committed May 7, 2026
    Configuration menu
    Copy the full SHA
    dec4f66 View commit details
    Browse the repository at this point in the history
  5. bump v1.6.1

    andrevmatos committed May 7, 2026
    Configuration menu
    Copy the full SHA
    e65b28e View commit details
    Browse the repository at this point in the history
Loading