Some checks failed
CodeQL / Analyze (push) Waiting to run
Docker Build & Push Simapp (main) / docker-build (push) Waiting to run
golangci-lint / lint (push) Waiting to run
Tests / Code Coverage / build (amd64) (push) Waiting to run
Tests / Code Coverage / build (arm64) (push) Waiting to run
Tests / Code Coverage / unit-tests (map[additional-args:-tags="test_e2e" name:e2e path:./e2e]) (push) Waiting to run
Tests / Code Coverage / unit-tests (map[name:08-wasm path:./modules/light-clients/08-wasm]) (push) Waiting to run
Tests / Code Coverage / unit-tests (map[name:ibc-go path:.]) (push) Waiting to run
Deploy to GitHub Pages / Deploy to GitHub Pages (push) Has been cancelled
Buf-Push / push (push) Has been cancelled
875 B
875 B
| title | sidebar_label | sidebar_position | slug |
|---|---|---|---|
| Events | Events | 6 | /ibc/light-clients/wasm/events |
Events
The 08-wasm module emits the following events:
MsgStoreCode
| Type | Attribute Key | Attribute Value |
|---|---|---|
| store_wasm_code | wasm_checksum | {hex.Encode(checksum)} |
| message | module | 08-wasm |
MsgMigrateContract
| Type | Attribute Key | Attribute Value |
|---|---|---|
| migrate_contract | client_id | {clientId} |
| migrate_contract | wasm_checksum | {hex.Encode(checksum)} |
| migrate_contract | new_checksum | {hex.Encode(newChecksum)} |
| message | module | 08-wasm |