Highlights
- New pre-flight send validations:
- source TokenPool lane support and
outboundrate limiter (more useful for Solana) - dest
inboundrate limiter and liquidity (for LockReleaseTokenPools) - receiver's
allowedFinality - On SDK, as part of
getFeeandestimateReceiveExecution(requires clients to opt-in/call) - On CLI, automatically
--estimate-gas-limitonsendifdestRPC is available
- source TokenPool lane support and
- Indexer API support for v2 attestations
- Works even with
--no-api
- Works even with
What's Changed
- Validate by @andrevmatos in #264
- fetch verifications from indexers by @andrevmatos in #269
Full Changelog: v1.7.1...v1.8.0