Ethan Frey
|
dbe123986d
|
Fix gas prices
|
2020-01-27 11:53:56 +01:00 |
Alex Peters
|
ef94d4b983
|
Prevent storing wasm code in simulation mode
|
2020-01-27 11:32:51 +01:00 |
Ethan Frey
|
a8fd5e97da
|
Cleanup and README explanations
|
2020-01-24 11:31:21 +01:00 |
Ethan Frey
|
33c4e92bdf
|
Fix tests
|
2020-01-24 11:23:10 +01:00 |
Ethan Frey
|
9d2cbc9c66
|
WIP: fixing types in tests
|
2020-01-24 08:19:32 +01:00 |
Ethan Frey
|
99be1ca85e
|
Update data types
|
2020-01-24 08:19:32 +01:00 |
Ethan Frey
|
95cc9da7f3
|
Merge branch 'master' into merge_gaia_master_broken
|
2020-01-23 22:53:42 +01:00 |
Ethan Frey
|
12499eaad9
|
Merge pull request #45 from cosmwasm/vw/add-rest-server
Added contract state query to rest
|
2020-01-23 22:44:50 +01:00 |
Sunny Aggarwal
|
348a12316b
|
remove genesis test
|
2020-01-23 16:28:29 -05:00 |
sahith-narahari
|
f4ee2d971c
|
Modified url parameters
|
2020-01-24 02:53:23 +05:30 |
Sunny Aggarwal
|
1addc4847a
|
remove http request
|
2020-01-23 16:18:47 -05:00 |
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 |
Ethan Frey
|
85d7677eaf
|
x/wasmd tests pass
|
2020-01-23 19:43:09 +01:00 |
Ethan Frey
|
06c3f0f253
|
All compiles except ./cmd
|
2020-01-23 19:18:17 +01:00 |
Ethan Frey
|
94667e9678
|
x/wasm/internal compiles
|
2020-01-23 19:10:08 +01:00 |
Ethan Frey
|
a3ec9f95a5
|
Updated tendermint cmn imports
|
2020-01-23 18:59:38 +01:00 |
Ethan Frey
|
e28db84189
|
Contract-to-contract send works
|
2020-01-21 14:13:36 +01:00 |
Ethan Frey
|
5b9c6592c2
|
Test mask re-dispatching contract msg, fix bugs
|
2020-01-21 13:55:51 +01:00 |
Ethan Frey
|
5668833d69
|
Adjust Instantiate and Execute signatures
|
2020-01-21 13:21:36 +01:00 |
Ethan Frey
|
b5a621a925
|
Upgrade go-cosmwasm, fix CosmosMsg usage
|
2020-01-21 13:15:26 +01:00 |
Ethan Frey
|
5e95d755b6
|
Clean up tests
|
2020-01-21 09:44:23 +01:00 |
Ethan Frey
|
da662fbd5c
|
Cleanup
|
2020-01-21 09:09:42 +01:00 |
Ethan Frey
|
cce07ca01d
|
Move integration test attmept to app/integration folder
|
2020-01-21 09:04:38 +01:00 |
Ethan Frey
|
29f1c3cccf
|
Add helpers for opaque message encoding
|
2020-01-20 21:36:56 +01:00 |
Ethan Frey
|
f6327989e1
|
Cleanup
|
2020-01-20 20:31:49 +01:00 |
Ethan Frey
|
1b1e6ae1e8
|
Test passes with opaque msg
|
2020-01-20 20:29:54 +01:00 |
Ethan Frey
|
3f78ce5331
|
Got opaque message to bounce back
|
2020-01-20 20:21:38 +01:00 |
Ethan Frey
|
fdbe6df83c
|
reflect SendMsg
|
2020-01-20 20:08:45 +01:00 |
Ethan Frey
|
61db5560e4
|
Skip integration test, start simpler keeper test
|
2020-01-20 19:55:40 +01:00 |
Ethan Frey
|
d21f036893
|
More debugging
|
2020-01-20 19:07:50 +01:00 |
Ethan Frey
|
34032047d9
|
Start writing full-app level integration test
|
2020-01-20 18:55:30 +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
|
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
|
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 |
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 |