Commit Graph

193 Commits

Author SHA1 Message Date
Ethan Frey 34032047d9 Start writing full-app level integration test 2020-01-20 18:55:30 +01:00
Ethan Frey 54c946af7a Import some test helpers from simapp 2020-01-20 18:11:31 +01:00
Ethan Frey 2b93db7f80
Merge pull request #32 from cosmwasm/raw-json-in-msg
Use json.RawMessage to displays bytes nicer in json format
2020-01-20 14:50:43 +01:00
Ethan Frey 2aec38f31c Use json.RawMessage to displays bytes nicer in json format 2020-01-20 14:40:27 +01:00
Ethan Frey 709608d693
Merge pull request #29 from cosmwasm/vw/modify-cli
Modified arguments in txs
2020-01-20 11:01:41 +01:00
Ethan Frey 8983d9bec3
Merge pull request #30 from cosmwasm/vw/add-rest-server
Added rest interface
2020-01-20 11:01:27 +01:00
Ethan Frey b254e5097f Merge branch 'master' into vw/modify-cli 2020-01-20 10:51:07 +01:00
Ethan Frey 2db61ec46c Merge branch 'master' into vw/add-rest-server 2020-01-20 10:45:50 +01:00
Ethan Frey a04f39f1cf
Merge pull request #26 from cosmwasm/vw/lru_cache_config
Fix 14: Allow configuring LRU cache size in app.toml
2020-01-20 10:44:40 +01:00
Ethan Frey 37ec9df047 Merge branch 'master' into vw/modify-cli 2020-01-20 10:40:54 +01:00
Ethan Frey ea2079ebe3
Merge pull request #27 from cosmwasm/vw/add_source_ref
Fix #11: Add source ref
2020-01-20 10:29:49 +01:00
Ethan Frey 3d3b6539ff Use [wasm] subsection in app.toml 2020-01-20 10:29:22 +01:00
Ethan Frey 2007e70977 Update gas price - saving source adds storage gas 2020-01-20 10:15:19 +01:00
sahith-narahari 329ee0433b Modified error messages for rest 2020-01-20 01:53:32 +05:30
sahith-narahari 215dcc4ffa Modified args number for txs 2020-01-20 00:34:35 +05:30
sahith-narahari 0f8ea58646 Added rest interface for queries 2020-01-20 00:13:26 +05:30
anilCSE e895b262f9 Update tests 2020-01-19 12:07:31 +05:30
anilCSE 1d268be8eb Remove unused govalidator dependency 2020-01-19 12:02:38 +05:30
Sahith Reddy Narahari 386e0f6539 Added txs for rest 2020-01-18 19:57:46 +05:30
anilCSE 536d6750c7 Merge branch 'master' of github.com:cosmwasm/wasmd into vw/lru_cache_config
# Conflicts:
#	x/wasm/alias.go
#	x/wasm/internal/keeper/keeper.go
2020-01-18 18:25:54 +05:30
anilCSE 84f63203d1 Add wasmconfig and default config 2020-01-18 14:03:03 +05:30
anilCSE 92e26efa79 Fix validate source url and Update genesis tests 2020-01-18 12:32:34 +05:30
Sahith Reddy Narahari d1c1dcffbf Merge branch 'master' of https://github.com/cosmwasm/wasmd into vw/add-rest-server 2020-01-18 12:16:06 +05:30
anilCSE cd082fe353 Update tests 2020-01-17 21:41:14 +05:30
anilCSE adb07de1db Add genesis tests for source, builder 2020-01-17 21:32:19 +05:30
Sahith Reddy Narahari 872a40eaa3 Merge branch 'master' of https://github.com/cosmwasm/wasmd into vw/add_source_ref 2020-01-17 19:32:58 +05:30
Sahith Reddy Narahari b2172a81e5 Added source and builder to validate basic 2020-01-17 19:16:09 +05:30
Ethan Frey ec7f996218 Disable instance lru cache and update gas 2020-01-17 14:08:35 +01:00
Ethan Frey de89907c0d
Merge pull request #25 from cosmwasm/cosmwasm-0.6
Cosmwasm 0.6
2020-01-17 11:48:53 +01:00
Ethan Frey f206d9a4ba Comment on last gaia update - we need to fix this 2020-01-17 11:30:46 +01:00
Ethan Frey 3b342bda78 Update escrow contract and uncomment tests 2020-01-17 11:26:19 +01:00
Sahith Reddy Narahari 6aa15e7c45 Added rest interface for store code 2020-01-17 15:50:23 +05:30
anilCSE 62d0c308a8 Add source ref 2020-01-17 10:58:50 +05:30
anilCSE 2eff7112ea Allow configure query gas limit 2020-01-17 10:14:33 +05:30
anilCSE c88a7d14d2 Add lru cache size config 2020-01-17 09:45:36 +05:30
Ethan Frey a14b6961ba Update alias.go 2020-01-16 14:48:45 +01:00
Ethan Frey a93195a21b Fix tests 2020-01-16 14:46:44 +01:00
Ethan Frey 16af0d6401 Fixed nil pointer in error handler 2020-01-16 14:41:12 +01:00
Ethan Frey 275c70bcff Overhauled errors to sdk/errors 2020-01-16 14:35:25 +01:00
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
Ethan Frey 0d75a2ee66 Update go-cosmwasm to 0.6 2020-01-16 11:52:20 +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 1874a6c580
Update testnet doc 2020-01-14 17:19:56 +01:00