Skip to content

Commit

Permalink
merge artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
charleenfei committed Nov 27, 2023
1 parent 56a1e6b commit 6dba98c
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 775 deletions.
766 changes: 0 additions & 766 deletions docs/.vuepress/config.js

This file was deleted.

Binary file removed e2e/tests/data/ics10_grandpa_cw.wasm
Binary file not shown.
Binary file removed e2e/tests/data/ics10_grandpa_cw.wasm.gz
Binary file not shown.
Binary file removed e2e/tests/data/migrate_error.wasm.gz
Binary file not shown.
Binary file removed e2e/tests/data/migrate_success.wasm.gz
Binary file not shown.
9 changes: 0 additions & 9 deletions modules/light-clients/08-wasm/keeper/export_test.go

This file was deleted.

5 changes: 5 additions & 0 deletions modules/light-clients/08-wasm/keeper/snapshotter.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,12 @@ func (ws *WasmSnapshotter) SnapshotExtension(height uint64, payloadWriter snapsh
}

ctx := sdk.NewContext(cacheMS, cmtproto.Header{}, false, nil)

Check failure on line 68 in modules/light-clients/08-wasm/keeper/snapshotter.go

View workflow job for this annotation

GitHub Actions / lint

ineffectual assignment to ctx (ineffassign)
return err

Check warning on line 69 in modules/light-clients/08-wasm/keeper/snapshotter.go

View workflow job for this annotation

GitHub Actions / lint

unreachable-code: unreachable code after this statement (revive)

checksums, err := types.GetAllChecksums(ctx)

Check failure on line 71 in modules/light-clients/08-wasm/keeper/snapshotter.go

View workflow job for this annotation

GitHub Actions / lint

unreachable: unreachable code (govet)
if err != nil {
return err
}

for _, checksum := range checksums {
wasmCode, err := ibcwasm.GetVM().GetCode(checksum)
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 6dba98c

Please sign in to comment.