Skip to content

modules/light-clients/08-wasm/v10.1.1

Compare
Choose a tag to compare
@gjermundgaraba gjermundgaraba released this 14 Apr 12:16
· 94 commits to main since this release
e2f8e44

08-wasm v10.1.1 Release Notes

Notable changes introduced in modules/light-clients/08-wasm v10.1.1 are highlighted below, view the full changelog for more details.

New features

  • A new CosmWasm querier that enables 08-wasm light clients to perform BLS signature aggregation and verification.

New versioning scheme for modules

Previously, modules in ibc-go have been versioned and branched separately. Starting with the v10 line, modules/light-clients/08-wasmwill follow and release together with ibc-go. The first stable release of 08-wasm will be 08-wasm/v10.0.0. The callbacks module has been included in ibc-go's own module, and is therefore not a separate module anymore.

Migration Guide

Migration documentation is found here.