Commit Graph

25 Commits

Author SHA1 Message Date
Alex Peters bcb00d6017
Upgrade to Stargate commits 2020-10-27 15:01:22 +01:00
Ethan Frey 80a7cfea84 Manually encode as base64 as auto-encoded doesn't work 2020-10-09 10:32:46 +02:00
Ethan Frey 13169ab629 Base64 encoded return data on wasm raw query REST endpoint 2020-10-08 20:18:51 +02:00
Ethan Frey eb0f86ebe2 Use json.RawMessage for better encoding of REST interface on raw queries 2020-10-06 19:43:52 +02:00
Ethan Frey 4689220bbf Update raw query REST response 2020-10-06 17:52:18 +02:00
Alex Peters e62f2cac44
Add CLI + REST support for contract history 2020-07-20 14:58:44 +02:00
Ethan Frey 95bd9e8efa Update alias.go, format, clean imports 2020-05-13 22:55:07 +02:00
Ethan Frey c829fcff5a Rename import from cosmwasm/wasmd to CosmWasm/wasmd 2020-05-13 22:15:40 +02:00
Ethan Frey fee390d8f4 Return all info with GetCode, not just wasm 2020-03-01 21:20:34 +01:00
Ethan Frey 34413d1e83 Return proper json object, not string, for all queries 2020-02-27 17:45:58 +01:00
Ethan Frey eeb12592f3 Use height from query and return height on query 2020-02-27 17:45:58 +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 660407b34d Fixed up REST query responses 2020-02-11 10:02:36 +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 7c6c31de74 Fix list contracts by code id 2020-02-10 12:44:09 +01:00
Ethan Frey a458606b17 Add /wasm/code/{codeID}/contracts to rest to get all contract info by codeID 2020-02-09 22:09:48 +01:00
Ethan Frey 5e67261d43 Return code object (with []byte), not string 2020-02-07 20:31:32 +01:00
Ethan Frey 4544e6b1f3 Fix parsing codeID in rest call, getCodeInfo 2020-02-05 11:16:19 +01:00
sahith-narahari c84d7953f4 Modified url and fixed query contract 2020-01-27 18:38:55 +05:30
sahith-narahari f4ee2d971c Modified url parameters 2020-01-24 02:53:23 +05:30
sahith-narahari 69fe83755a Added contract state smart query to rest 2020-01-24 01:42:28 +05:30
sahith-narahari 39ce036484 Added contract state query to rest 2020-01-24 01:16:57 +05:30
sahith-narahari 329ee0433b Modified error messages for rest 2020-01-20 01:53:32 +05:30
sahith-narahari 0f8ea58646 Added rest interface for queries 2020-01-20 00:13:26 +05:30
Sahith Reddy Narahari d33e0841dd Added routes for rest 2020-01-14 15:02:00 +05:30