Skip to content

v1.6.0 - Stable

Choose a tag to compare

@andrevmatos andrevmatos released this 06 May 14:16
· 75 commits to main since this release
44ada86

Highlights

  • Solana destinations can now estimateReceiveExecution 🎉
    • Example to test on cli: send [source params] -d solana-devnet --to <solana_receiver> --data <data> --account <extra_receiver_accounts> --estimate-gas-limit=0 --estimate-only
    • Allows precisely simulating --compute-units receiver will consume, as well as pre-flight the rest of parameters (--token-receiver, --account, etc) are what's expected by your receiver
  • Chain.getLogs (internal method) now can only paginate/stream forward, requires either startBlock or startTime
  • ctx Chains constructor param can receive an abort: AbortSignal, to aid on providers' teardown (e.g. closing lingering connections)
  • Fixes for TON and Solana execution

What's Changed

Full Changelog: v1.5.1...v1.6.0