Skip to content

Commit

Permalink
Merge pull request cosmos#571 from CosmWasm/update-latest-cosmwasm
Browse files Browse the repository at this point in the history
Update latest cosmwasm
  • Loading branch information
ethanfrey committed Jul 28, 2021
2 parents 0dbcef0 + 12b6eb4 commit 3d1ff09
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/wasm/keeper/keeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ func TestExecute(t *testing.T) {
// make sure gas is properly deducted from ctx
gasAfter := ctx.GasMeter().GasConsumed()
if types.EnableGasVerification {
require.Equal(t, uint64(0x12aef), gasAfter-gasBefore)
require.Equal(t, uint64(0x12af1), gasAfter-gasBefore)
}
// ensure bob now exists and got both payments released
bobAcct = accKeeper.GetAccount(ctx, bob)
Expand Down
Binary file modified x/wasm/keeper/testdata/burner.wasm
Binary file not shown.
Binary file modified x/wasm/keeper/testdata/hackatom.wasm
Binary file not shown.
Binary file modified x/wasm/keeper/testdata/hackatom.wasm.gzip
Binary file not shown.
Binary file modified x/wasm/keeper/testdata/ibc_reflect.wasm
Binary file not shown.
Binary file modified x/wasm/keeper/testdata/ibc_reflect_send.wasm
Binary file not shown.
Binary file modified x/wasm/keeper/testdata/reflect.wasm
Binary file not shown.
Binary file modified x/wasm/keeper/testdata/staking.wasm
Binary file not shown.

0 comments on commit 3d1ff09

Please sign in to comment.