Commit Graph

1144 Commits

Author SHA1 Message Date
Ethan Frey ab5e56351e Fix smart query test with good data 2020-01-16 13:37:51 +01:00
Ethan Frey 91895d8c60 Fixed all internal tests but one (rust panic caught) 2020-01-16 13:03:23 +01:00
Ethan Frey 27c5483ba7 Fixed module tests (disabled escrow) 2020-01-16 12:41:32 +01:00
Ethan Frey d891dd8f7a Update testdata/contract.wasm to 0.6.3 compatible 2020-01-16 12:27:35 +01:00
Ethan Frey b891ecd064 Update api call, wasmd builds 2020-01-16 12:24:25 +01:00
sahith-narahari b9e2bc3dfe Merge branch 'master' of github.com:cosmwasm/wasmd into vw/add-rest-server 2020-01-15 16:55:55 +05:30
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 a1e01e5df4
ContrctQueries return non nil model slice 2020-01-14 21:45:43 +01:00
Alex Peters 6a76047d57
Return empty result for unknown raw key query 2020-01-14 21:31:55 +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
Ethan Frey eb78f8c9c0
Merge pull request #23 from sikkatech/genesis_tests
Add genesis tests
2020-01-14 12:19:24 +01:00
Ethan Frey d365da2a5f
Merge pull request #19 from cosmwasm/vw/auto-gzip-contracts
Add auto-gzip contracts in cli when uploading
2020-01-14 12:16:29 +01:00
Ethan Frey e075a1604f
Merge pull request #9 from alpe/wasm_gzip_tx_20
Uncompress gzip data in tx body
2020-01-14 12:13:06 +01:00
Alex Peters c6aac95b69
Add 'raw, all' queries 2020-01-14 12:10:00 +01:00
Alex Peters 2978442803
Add requested uncompress test case 2020-01-14 11:09:13 +01:00
Alex Peters 2d32d9f11b
Cleanup uncompress 2020-01-14 11:06:08 +01:00
Sahith Reddy Narahari d33e0841dd Added routes for rest 2020-01-14 15:02:00 +05:30
anilCSE 10e49dc625 Add more tests 2020-01-14 10:35:49 +05:30
anilCSE 2ec1a577c1 Fix review changes 2020-01-14 10:02:49 +05:30
Sunny Aggarwal 9d39f3aa58 added genesis tests 2020-01-13 15:32:10 -05:00
Alex Peters 681dcd2239
Handle contract not found cases 2020-01-13 15:18:25 +01:00
Sunny Aggarwal 1956070ca5 move Code and Contract to genesis.go 2020-01-11 13:25:48 -05:00
Alex Peters dfba1699e2
Limit uncompressed content 2020-01-11 15:10:49 +01:00
anilCSE b71505bd8f Add auto-gzip contracts in cli when uploading 2020-01-11 16:16:58 +05:30
Sunny Aggarwal 0ce1b42480 rename CodeData -> Code and ContractData -> Contract 2020-01-09 14:56:33 -05:00
Sunny Aggarwal e9c772845f rename Contract -> ContractInfo 2020-01-09 14:53:36 -05:00
Alex Peters bf1e51c6aa
Changelog and doc 2020-01-09 14:15:40 +01:00
Alex Peters 88ed663832
Uncompress gzip data in tx body 2020-01-09 14:04:47 +01:00
Sunny Aggarwal 57688babf0 two slices in GenState 2020-01-08 16:27:16 -05:00
Sunny Aggarwal 62cabd2a62 address minor review comments from @ethanfrey 2020-01-08 16:06:52 -05:00
Sunny Aggarwal 5d21232326 added genesis functions 2020-01-06 19:42:44 -05:00
Ethan Frey d12c434ab6 Update test contract, update gas cost 2019-12-02 23:52:36 +01:00
Ethan Frey 76b9e3cf83 Add tests for escrow contract to debug cli failure 2019-11-28 16:22:36 +01:00
Ethan Frey a3e7c30a2b Last query cleanup 2019-11-22 19:26:39 +01:00
Ethan Frey c164ffdce1 Clean up data types for queries 2019-11-22 19:15:14 +01:00
Ethan Frey 9f0304567d Finish full exec flow 2019-11-22 19:07:57 +01:00
Ethan Frey 5f304e335c First run-through documented, along with TODOs 2019-11-22 19:00:20 +01:00
Ethan Frey d79ff0cd19 Finalize the query cli commands for x/wasm 2019-11-22 17:57:28 +01:00
Ethan Frey 4a77f43b63 Add query command for wasm code 2019-11-22 17:50:10 +01:00
Ethan Frey 0b74b12b0e Complete tx command and wire to module 2019-11-22 17:30:33 +01:00
Ethan Frey 6ddd637733 Update code to master 2019-11-22 17:17:10 +01:00
Ethan Frey a1369d799f Update imports in x/wasmd 2019-11-22 17:05:38 +01:00
Ethan Frey 4e8001b01f Raw copy from cosmos/modules (still on v0.37) 2019-11-22 16:59:11 +01:00