v1.6.0 - Stable
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-unitsreceiver will consume, as well as pre-flight the rest of parameters (--token-receiver,--account, etc) are what's expected by your receiver
- Example to test on cli:
Chain.getLogs(internal method) now can only paginate/stream forward, requires eitherstartBlockorstartTimectxChains constructor param can receive anabort: AbortSignal, to aid on providers' teardown (e.g. closing lingering connections)- Fixes for TON and Solana execution
What's Changed
- sdk: remove backwards logs streaming by @andrevmatos in #241
- add Solana estimateReceiveExecution support by @andrevmatos in #242
- Fix TON > Solana manual exec - sender address encoding by @krebernisak in #244
- fix get-supported-tokens when given a PriceRegistry by @andrevmatos in #245
- Feat/api fcr by @aelmanaa in #247
- refactor: replace destroy promises with AbortSignal by @andrevmatos in #246
Full Changelog: v1.5.1...v1.6.0