wasmd/x/wasm/keeper
Jorge Hernandez 591ff72868
fix: allow no admin in instantiation through proposal (#828)
* fix: allow no admin in instantiation through proposal

* add test for invalid amin address
2022-05-02 15:59:40 +02:00
..
testdata Upgrade wasmvm to v1.0.0-beta 2021-10-11 16:40:45 +02:00
wasmtesting Upgrade to cosmos-sdk v0.45.0 (#717) 2022-01-20 12:47:01 +01: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 Add more tests for event edge cases 2022-04-06 11:21:04 +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 Make type conversion helpers public 2022-03-09 08:39:54 +01:00
handler_plugin_encoders.go Make type conversion helpers public 2022-03-09 08:39:54 +01:00
handler_plugin_encoders_test.go Make type conversion helpers public 2022-03-09 08:39:54 +01:00
handler_plugin_test.go Upgrade to cosmos-sdk v0.45.0 (#717) 2022-01-20 12:47:01 +01:00
ibc.go Upgrade to cosmos-sdk v0.45.0 (#717) 2022-01-20 12:47:01 +01:00
ibc_test.go Go Formatting update (#648) 2021-10-21 14:54:16 +02:00
ioutil.go Remove internal package (#464) 2021-03-19 09:52:01 +01:00
ioutil_test.go Go Formatting update (#648) 2021-10-21 14:54:16 +02:00
keeper.go Consolidate MaxWasmSize constraints into a single var (#826) 2022-04-29 18:54:06 +02:00
keeper_test.go Consolidate MaxWasmSize constraints into a single var (#826) 2022-04-29 18:54:06 +02:00
legacy_querier.go Use callback pattern for contract state iterator 2022-03-25 10:56:21 +01: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 Ensure SystemError is consistently unredacted 2022-03-09 19:50:55 +01: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 Upgrade to cosmos-sdk v0.45.0 (#717) 2022-01-20 12:47:01 +01:00
querier_test.go Upgrade to cosmos-sdk v0.45.0 (#717) 2022-01-20 12:47:01 +01:00
query_plugins.go Remove dead code to make linter happy 2022-04-21 10:55:25 +02:00
query_plugins_test.go Proper systemerror follow-up (#715) 2022-01-20 17:05:10 +01: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
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 Mark a whole lot of tests to skip on m1 as they core dump 2022-03-07 22:09:39 +01:00
test_common.go Minor integration support 2022-01-28 12:11:25 +01:00
test_fuzz.go Go Formatting update (#648) 2021-10-21 14:54:16 +02:00