wasmd/x/wasm/keeper
Nikhil Suri 5af8814d02 Update naming to HasWasmInstantiateAllowlist 2023-07-24 19:14:45 +02:00
..
testdata Add weighted operations run simulation (#1055) 2022-11-02 09:54:15 +01:00
wasmtesting Update naming to HasWasmInstantiateAllowlist 2023-07-24 19:14:45 +02:00
addresses.go Implement improvements to new address generation (#1014) 2022-09-22 18:22:35 +02:00
addresses_test.go Implement improvements to new address generation (#1014) 2022-09-22 18:22:35 +02:00
ante.go Limit simulation gas (#674) 2021-11-17 17:20:26 +01:00
ante_test.go Run new "make format" 2022-05-09 22:34:26 +02:00
api.go Upgrade to cosmos-sdk v0.45.0 (#717) 2022-01-20 12:47:01 +01:00
authz_policy.go Permission (#1050) 2022-10-20 18:30:27 +02:00
authz_policy_test.go Permission (#1050) 2022-10-20 18:30:27 +02:00
bench_test.go Rename features to availableCapabilities (#993) 2022-09-09 09:22:31 +02:00
contract_keeper.go Update naming to HasWasmInstantiateAllowlist 2023-07-24 19:14:45 +02:00
contract_keeper_test.go Implement improvements to new address generation (#1014) 2022-09-22 18:22:35 +02:00
events.go Go Formatting update (#648) 2021-10-21 14:54:16 +02:00
events_test.go Run new "make format" 2022-05-09 22:34:26 +02:00
gas_register.go Charge gas to unzip wasm code (#898) 2022-08-31 16:17:03 +02:00
gas_register_test.go Charge gas to unzip wasm code (#898) 2022-08-31 16:17:03 +02:00
genesis.go Change genesis preserving contract history (#1076) 2022-11-11 09:45:40 +01:00
genesis_test.go x/wasm: add expected wormhole keeper to enable instantiating with an allowlist 2023-07-24 19:14:45 +02:00
handler_plugin.go Upgrade to IBC v4.2.0 with interchain-accounts v0.2.4 (#1088) 2022-11-22 10:54:30 +01:00
handler_plugin_encoders.go Upgrade to IBC v4.2.0 with interchain-accounts v0.2.4 (#1088) 2022-11-22 10:54:30 +01:00
handler_plugin_encoders_test.go Upgrade to IBC v4.2.0 with interchain-accounts v0.2.4 (#1088) 2022-11-22 10:54:30 +01:00
handler_plugin_test.go Upgrade to IBC v4.2.0 with interchain-accounts v0.2.4 (#1088) 2022-11-22 10:54:30 +01:00
ibc.go Upgrade to IBC v4.2.0 with interchain-accounts v0.2.4 (#1088) 2022-11-22 10:54:30 +01:00
ibc_test.go Implement improvements to new address generation (#1014) 2022-09-22 18:22:35 +02:00
keeper.go Update naming to HasWasmInstantiateAllowlist 2023-07-24 19:14:45 +02:00
keeper_test.go Get Contracts by Creator Address (#1021) 2022-10-20 19:04:41 +02:00
legacy_querier.go Deprecate REST endpoints (#1070) 2022-11-09 08:58:05 +01:00
legacy_querier_test.go Make contract addresses predictable 2022-09-09 12:42:41 +02:00
metrics.go Add golangci lint check on pull requests (#645) 2021-10-25 09:09:47 +02:00
migrate_test.go Get Contracts by Creator Address (#1021) 2022-10-20 19:04:41 +02:00
migrations.go Get Contracts by Creator Address (#1021) 2022-10-20 19:04:41 +02:00
msg_dispatcher.go put sorting fix next to event filtering 2022-07-29 08:42:47 +02:00
msg_dispatcher_test.go Fix tests in keeper 2022-07-29 08:12:07 +02:00
msg_server.go Update naming to HasWasmInstantiateAllowlist 2023-07-24 19:14:45 +02:00
msg_server_integration_test.go Make contract addresses predictable 2022-09-09 12:42:41 +02:00
options.go Introduce AcceptListStargateQuerier (#1069) 2022-11-02 17:16:32 +01:00
options_test.go x/wasm: add expected wormhole keeper to enable instantiating with an allowlist 2023-07-24 19:14:45 +02:00
proposal_handler.go feat: Provide source, builder and codehash information in store code proposal message (#1072) 2022-11-22 15:14:38 +01:00
proposal_integration_test.go feat: Provide source, builder and codehash information in store code proposal message (#1072) 2022-11-22 15:14:38 +01:00
querier.go Return contract history updates 2022-11-11 09:47:59 +01:00
querier_test.go Return contract history updates 2022-11-11 09:47:59 +01:00
query_plugins.go Upgrade to IBC v4.2.0 with interchain-accounts v0.2.4 (#1088) 2022-11-22 10:54:30 +01:00
query_plugins_test.go Upgrade to IBC v4.2.0 with interchain-accounts v0.2.4 (#1088) 2022-11-22 10:54:30 +01:00
recurse_test.go Deprecate REST endpoints (#1070) 2022-11-09 08:58:05 +01:00
reflect_test.go Introduce AcceptListStargateQuerier (#1069) 2022-11-02 17:16:32 +01:00
relay.go Upgrade to IBC v4.2.0 with interchain-accounts v0.2.4 (#1088) 2022-11-22 10:54:30 +01:00
relay_test.go Rename features to availableCapabilities (#993) 2022-09-09 09:22:31 +02:00
snapshotter.go Charge gas to unzip wasm code (#898) 2022-08-31 16:17:03 +02:00
snapshotter_integration_test.go Upgrade to IBC v4.2.0 with interchain-accounts v0.2.4 (#1088) 2022-11-22 10:54:30 +01:00
staking_test.go Make contract addresses predictable 2022-09-09 12:42:41 +02:00
submsg_test.go Make contract addresses predictable 2022-09-09 12:42:41 +02:00
test_common.go x/wasm: add expected wormhole keeper to enable instantiating with an allowlist 2023-07-24 19:14:45 +02:00
test_fuzz.go Run new "make format" 2022-05-09 22:34:26 +02:00