wasmd/x/wasm/keeper
Alexander Peters 96a9b5a303
Bump wasmvm to v1.0.0-rc.0 (#844)
* Bump wasmvm to v1.0.0-rc.0

* Fix linter warning

* Replace deprecated types

Co-authored-by: Ethan Frey <ethanfrey@users.noreply.github.com>
2022-05-06 14:54:02 +02:00
..
testdata Upgrade wasmvm to v1.0.0-beta 2021-10-11 16:40:45 +02:00
wasmtesting update test 2022-05-04 10:34:16 +02:00
ante.go Limit simulation gas (#674) 2021-11-17 17:20:26 +01:00
ante_test.go Limit simulation gas (#674) 2021-11-17 17:20:26 +01:00
api.go Upgrade to cosmos-sdk v0.45.0 (#717) 2022-01-20 12:47:01 +01:00
authz_policy.go Go Formatting update (#648) 2021-10-21 14:54:16 +02:00
bench_test.go Benchmarks for gas pricing (#634) 2021-10-08 12:21:03 +02:00
contract_keeper.go Wire up proposal handlers 2022-01-24 19:54:26 +01:00
events.go Go Formatting update (#648) 2021-10-21 14:54:16 +02:00
events_test.go Add more tests for event edge cases 2022-04-06 11:21:04 +02:00
gas_register.go Add golangci lint check on pull requests (#645) 2021-10-25 09:09:47 +02:00
gas_register_test.go Bump wasmvm to v1.0.0-rc.0 (#844) 2022-05-06 14:54:02 +02:00
genesis.go Use callback pattern for contract state iterator 2022-03-25 10:56:21 +01:00
genesis_test.go Consolidate MaxWasmSize constraints into a single var (#826) 2022-04-29 18:54:06 +02:00
handler_plugin.go push smol thing to github so can work with Mr. Vuong 2022-05-04 10:34:15 +02:00
handler_plugin_encoders.go push smol thing to github so can work with Mr. Vuong 2022-05-04 10:34:15 +02:00
handler_plugin_encoders_test.go push smol thing to github so can work with Mr. Vuong 2022-05-04 10:34:15 +02:00
handler_plugin_test.go push smol thing to github so can work with Mr. Vuong 2022-05-04 10:34:15 +02:00
ibc.go push smol thing to github so can work with Mr. Vuong 2022-05-04 10:34:15 +02:00
ibc_test.go Go Formatting update (#648) 2021-10-21 14:54:16 +02:00
keeper.go Merge branch 'main' into add-state-sync 2022-05-04 10:18:53 +02:00
keeper_test.go Consolidate MaxWasmSize constraints into a single var (#826) 2022-04-29 18:54:06 +02:00
legacy_querier.go Add instantiate permission to CodeInfoResponse (#836) 2022-05-05 15:20:51 +02:00
legacy_querier_test.go Upgrade to cosmos-sdk v0.45.0 (#717) 2022-01-20 12:47:01 +01:00
m1compat.go Mark a whole lot of tests to skip on m1 as they core dump 2022-03-07 22:09:39 +01:00
metrics.go Add golangci lint check on pull requests (#645) 2021-10-25 09:09:47 +02:00
msg_dispatcher.go Bump wasmvm to v1.0.0-rc.0 (#844) 2022-05-06 14:54:02 +02:00
msg_dispatcher_test.go Fix test setup and assertions 2022-03-02 14:21:00 +01:00
msg_server.go Go Formatting update (#648) 2021-10-21 14:54:16 +02:00
options.go Add golangci lint check on pull requests (#645) 2021-10-25 09:09:47 +02:00
options_test.go Add golangci lint check on pull requests (#645) 2021-10-25 09:09:47 +02:00
proposal_handler.go fix: allow no admin in instantiation through proposal (#828) 2022-05-02 15:59:40 +02:00
proposal_integration_test.go fix: allow no admin in instantiation through proposal (#828) 2022-05-02 15:59:40 +02:00
querier.go Add instantiate permission to CodeInfoResponse (#836) 2022-05-05 15:20:51 +02:00
querier_test.go Add instantiate permission to CodeInfoResponse (#836) 2022-05-05 15:20:51 +02:00
query_plugins.go push smol thing to github so can work with Mr. Vuong 2022-05-04 10:34:15 +02:00
query_plugins_test.go push smol thing to github so can work with Mr. Vuong 2022-05-04 10:34:15 +02:00
recurse_test.go Mark a whole lot of tests to skip on m1 as they core dump 2022-03-07 22:09:39 +01:00
reflect_test.go Disable stargate queries 2022-04-18 10:04:03 +02:00
relay.go Upgrade wasmvm to v1.0.0-beta5 2022-01-04 09:51:24 +01:00
relay_test.go Mark a whole lot of tests to skip on m1 as they core dump 2022-03-07 22:09:39 +01:00
snapshotter.go Merge branch 'main' into add-state-sync 2022-05-04 10:18:53 +02:00
snapshotter_integration_test.go Fix linter warnings 2022-05-03 14:34:20 +02:00
staking_test.go Mark a whole lot of tests to skip on m1 as they core dump 2022-03-07 22:09:39 +01:00
submsg_test.go Bump wasmvm to v1.0.0-rc.0 (#844) 2022-05-06 14:54:02 +02:00
test_common.go Fixups 2022-05-04 10:34:16 +02:00
test_fuzz.go Go Formatting update (#648) 2021-10-21 14:54:16 +02:00