modules/light-clients/08-wasm/v10.1.1
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-wasm`will 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 .