Commit Graph

76 Commits

Author SHA1 Message Date
Ethan Frey 945067f5c0 Update to 0.8.0-alpha2 2020-05-13 21:16:18 +02:00
Ethan Frey 0ca2ff6702 Make QueryPlugins configurable for keeper 2020-05-07 11:08:20 +02:00
Ethan Frey 7b7a293835 Allow configuring custom message handlers in wasm 2020-05-07 10:20:18 +02:00
Ethan Frey 3f3eb3ef5c Fix up module level tests, only 2 skipped 2020-05-06 20:00:35 +02:00
Ethan Frey 03ad1fb1a0 Update to CosmWasm/go-cosmwasm master 2020-05-06 11:21:15 +02:00
Ethan Frey fee390d8f4 Return all info with GetCode, not just wasm 2020-03-01 21:20:34 +01:00
Ethan Frey 8dfde7e77f Remove the "message" events from other modules inside x/wasm 2020-02-27 20:11:32 +01:00
Ethan Frey 3b995f9638 Update sdk fork, test better transfer events 2020-02-27 19:25:53 +01:00
Ethan Frey 5120b5210f Test and document current tag behavior 2020-02-27 16:11:57 +01:00
Ethan Frey 502e02429e Properly emit events for every sub-message dispatched by x/wasm 2020-02-27 15:46:27 +01:00
Ethan Frey 1c0d557707 Update tests 2020-02-26 09:19:26 +01:00
Ethan Frey c509fb91d8 Remove contract string list, add address info to by code id, filter out init_msg in list 2020-02-26 09:19:26 +01:00
Ethan Frey 28591613fa querySmart returns base64-encoded contract result
queryRaw and queryAllState return []model object
(array of key-hex and value-base64)
2020-02-10 20:10:45 +01:00
Ethan Frey b30f96a551 Use new test contract with failure modes, and fix all calls 2020-02-07 19:04:01 +01:00
Ethan Frey 33c4e92bdf Fix tests 2020-01-24 11:23:10 +01:00
Ethan Frey 85d7677eaf x/wasmd tests pass 2020-01-23 19:43:09 +01:00
Ethan Frey 3b342bda78 Update escrow contract and uncomment tests 2020-01-17 11:26:19 +01:00
Ethan Frey 27c5483ba7 Fixed module tests (disabled escrow) 2020-01-16 12:41:32 +01:00
Ethan Frey 09016ead0a
Merge pull request #22 from cosmwasm/improve_contract_queries_12
Improve wasm contract queries
2020-01-15 11:53:29 +01:00
Alex Peters f051d24fe8
Rework query result type; tests 2020-01-14 17:04:45 +01:00
Alex Peters 9156f29a72
Query contract state variations 2020-01-14 13:47:42 +01:00
Sunny Aggarwal 9d39f3aa58 added genesis tests 2020-01-13 15:32:10 -05:00
Sunny Aggarwal e9c772845f rename Contract -> ContractInfo 2020-01-09 14:53:36 -05:00
Ethan Frey 76b9e3cf83 Add tests for escrow contract to debug cli failure 2019-11-28 16:22:36 +01:00
Ethan Frey 4a77f43b63 Add query command for wasm code 2019-11-22 17:50:10 +01:00
Ethan Frey 4e8001b01f Raw copy from cosmos/modules (still on v0.37) 2019-11-22 16:59:11 +01:00