Commit Graph

304 Commits

Author SHA1 Message Date
Ethan Frey
4c0845ac0b Change staking/govt modules to use ustake 2020-01-30 19:13:31 +01:00
Ethan Frey
25485128ee Rename denoms in docker setup 2020-01-30 19:07:37 +01:00
Ethan Frey
e5eb7ad8c2 Merge pull request #56 from cosmwasm/vw/add-lcd-tests
Modified url and fixed query contract
2020-01-27 14:48:05 +01:00
sahith-narahari
547d82f6b6 Merge branch 'master' of github.com:cosmwasm/wasmd into vw/add-lcd-tests 2020-01-27 18:45:15 +05:30
sahith-narahari
c84d7953f4 Modified url and fixed query contract 2020-01-27 18:38:55 +05:30
Ethan Frey
bd5707362e Merge pull request #55 from cosmwasm/vw/add-lcd-tests
Added rest to module
2020-01-27 13:19:46 +01:00
sahith-narahari
568a942e4f Added rest to module 2020-01-27 17:32:06 +05:30
Ethan Frey
697a28619a Merge pull request #53 from cosmwasm/handle_simulation_mode_42
Prevent storing wasm code in simulation mode
2020-01-27 12:05:21 +01:00
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
3de4ee64b2 Merge pull request #52 from cosmwasm/minor_docker_demo_fixes
Docker demo fixes
2020-01-24 21:24:24 +01:00
Alex Peters
6a3df66c5a Fix failing wasmd on fresh volume 2020-01-24 16:44:00 +01:00
Alex Peters
0df122c08b Update Docker image and pw 2020-01-24 16:43:26 +01:00
Ethan Frey
eab4c94758 Merge pull request #50 from cosmwasm/cleanup-query-api
Cleanup query api
2020-01-24 11:49:36 +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
c24dcc933a Merge pull request #51 from sikkatech/sunny/sdk-0.38.0
Update to sdk v0.38.0
2020-01-24 08:18:46 +01:00
Sunny Aggarwal
e5efcdb469 update to sdk v0.38.0 2020-01-23 18:07:52 -05:00
Ethan Frey
3622fbb990 Merge pull request #44 from cosmwasm/merge_gaia_master_broken
Merge gaia master
2020-01-23 23:07:25 +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
Ethan Frey
7c9b48071a Merge pull request #48 from sikkatech/sunny/46
remove http request in validatebasic
2020-01-23 22:41:53 +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
7f436c5fbd Fixed (last) cli test failure 2020-01-23 20:07:35 +01:00
Ethan Frey
d505266f8f Fix cli_tests, add --keyring-backend flag to wasmd 2020-01-23 19:59:13 +01:00
Ethan Frey
85d7677eaf x/wasmd tests pass 2020-01-23 19:43:09 +01:00
Ethan Frey
c02f69de0d make install works 2020-01-23 19:32:10 +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
Alex Peters
95292c8cd4 Merge remote-tracking branch 'remotes/gaia/master' into merge_gaia_master
* remotes/gaia/master: (38 commits)
  Merge PR #259: Bump SDK master commit
  Exec go mod tidy (#267)
  Merge PR #265: add version v2.0.5 to CHANGELOG
  Fix broken link in delegator guide (#262)
  docs: removed redundant readme.md (#261)
  Merge PR #258: Bump github.com/spf13/viper from 1.6.1 to 1.6.2
  Merge PR #250: Docs-update
  Merge PR #256: Bump github.com/pkg/errors from 0.9.0 to 0.9.1
  Merge PR #255: Bump github.com/pkg/errors from 0.8.1 to 0.9.0
  Merge PR #253: Bump SDK master commit
  Merge PR #252: v2.0.4 Changelog
  Merge PR #249: docker image build and upload for release tags
  Merge PR #247: Update SDK Commit & Update CLI Doc
  Merge PR #246: Update Archive page with explorers
  Merge PR #245: archives
  Bump SDK commit to the latest master (#239)
  Merge PR #215: Update simulation tests
  Update join-mainnet.md (#229)
  Incorporate SDK's latest changes (#227)
  Merge PR #221: Hide unnecessarily exported function to better coverage report
  ...
2020-01-23 14:07:35 +01:00
Alexander Bezobchuk
090c545347 Merge PR #259: Bump SDK master commit 2020-01-22 18:15:30 -05:00
Alexander Peters
877c24d09a Merge pull request #41 from cosmwasm/alex/docker_demo_artifact
Push demo artifact to docker hub
2020-01-22 18:12:23 +01:00
Alex Peters
d5964ff52a Disable Docker Layer Caching - not available in plan 2020-01-22 17:57:33 +01:00
Alex Peters
e99bf56cb5 Push demo artifact to docker hub 2020-01-22 17:57:33 +01:00
Alexander Bezobchuk
75cc99740d Exec go mod tidy (#267) 2020-01-22 16:25:11 +00:00
Ethan Frey
076711ac2b Use cosmwasm/wasmd:manual for docker image 2020-01-22 16:03:51 +01:00
Ethan Frey
2347ae4ef3 Merge pull request #39 from cosmwasm/alex/docker_wip
WIP: Dockerize
2020-01-22 16:00:02 +01:00
Ethan Frey
d1989df0eb Separated out run_all from run_wasmd to execute as two processes 2020-01-22 15:29:24 +01:00
Ethan Frey
0380eadcf3 Add helpers for CI setup and document 2020-01-22 15:18:11 +01:00
Ethan Frey
b5618cd37f Automate password entry in setup.sh via env 2020-01-22 14:45:01 +01:00
Alex Peters
043eba2ab9 Remove obsolete files 2020-01-22 12:32:09 +01:00
Ethan Frey
42f2c8f9fa Merge pull request #40 from westaking/support_keyring
Update README.md for headless server
2020-01-22 11:10:20 +01:00
westaking
c4a42137fe Update README.md for headless server 2020-01-22 18:41:33 +09:00