v1.7.0 - Stable
Highlights
- SDK:
getMessagesInRangemethod to async-yield requests - SDK:
getOnRampConfig/getOffRampConfigmethods to get whole config ojects - CLI:
lanecommand to print onRamp/offRamp configs - Fixes for
waitFinalized - Fix:
getLaneFeaturesin chains other than EVM - Fix:
getOffchainTokenDataif needed even when executing bymessageId(i.e. from API) - Feat: new
ChainLog.blockTimestampproperty
What's Changed
- chore: cleanup deps, satisfy depcheck by @andrevmatos in #254
- feat(sdk): add getMessagesInRange for block/slot-based CCIP message d… by @aelmanaa in #220
- refactor: move networkInfo and types to its own networks.ts file by @andrevmatos in #255
- Fix/timestamps by @andrevmatos in #256
- add search messages to sidebar by @aelmanaa in #258
- lane: getOnRampConfig, getOffRampConfig methods and
lanecli command by @andrevmatos in #260 - Add Canton commands by @RodrigoAD in #257
- fixes: extend
lanewith FQ [v2], Chain.getLaneFeatures and offchain tokenData by @andrevmatos in #262 - refactor: waitFinalized by @andrevmatos in #263
Full Changelog: v1.6.2...v1.7.0