Skip to content

v1.1.0 - Stable

Choose a tag to compare

@andrevmatos andrevmatos released this 06 Mar 17:32
· 209 commits to main since this release
30c18a9

As an important follow-up to last week's https://github.com/smartcontractkit/ccip-tools-ts/releases/tag/v1.0.0 stable, this release is packed with features, fixes and improvements.

Highlights

  • SDK's dest.execute({ messageId }) is implemented, leveraging CCIP-API to allow executing messages, v1 and v2 (with --api=https://api.ccip.cldev.cloud staging, where verifications currently are served)
  • SDK's got a new source.getLaneFeatures method, which currently allows to inspect FTF's minBlockConfirmations and RateLimits for a given lane+token, before sending
  • CLI's manual-exec can receive a messageId (besides the request txHash), and when doing so, leverages the above to exec without requiring a source RPC
  • CLI send now has an --extra/-x option, which allows passing arbitrary extraArgs to messages (allowing advanced users to tweak CCIPv2 params, e.g. enabling FTF)
  • TokenPools v2 support in get-supported-tokens and TokenPools configs and remotes inspection methods

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0