Releases: smartcontractkit/ccip-tools-ts
Releases · smartcontractkit/ccip-tools-ts
v0.1.3
What's Changed
- feat: parse extraArgs by @andrevmatos in #7
- feat: support Lombard attestation for LBTC transfers by @bukata-sa in #8
- fix:
manualExec --estimate-gas-limit
smaller than original by @andrevmatos in #9
Full Changelog: v0.1.2...v0.1.3
v0.1.2
- Add public recursiveParseErrors function to lib, to return nested/inner ABI errors
- Use it everywhere:
parseBytes
command, thrown exceptions, andprettyReceipt
output of failed execs - Supports explicit
--fee-token 0x00...00
for native fees (default if omitted) - Embeds and shows
--version|-V
in cli, with shortRev commit
v0.1.1
- Small incremental release
- When unwrapping inner errors in
parseBytes
command (fka `parseData), only attempt if not empty - Add disclaimer to readme
v0.1.0 - Initial release
- Compatible with CCIP v1.2 - v1.5 lanes
- Initial commands:
show
(default): shows info about a CCIP messagemanualExec
: manually executes a CCIP messagesend
: sends a CCIP message through provided routerparseData
: utility to parse known EVM errors, calldata and events datalane
: utility to query and show info and config about a laneestimateGas
: utility to estimate gasLimit for a message's CCIPReceiver callback
- Run
npx @chainlink/ccip-tools-ts --help
to install with npm and see all options