Commit Graph

320 Commits

Author SHA1 Message Date
Ethan Frey fff0a12922 Merge pull request #65 from cosmwasm/fix-code-download
Rest server allows proper wasm code download
2020-02-08 22:13:51 +01:00
Ethan Frey 5e67261d43 Return code object (with []byte), not string 2020-02-07 20:31:32 +01:00
Ethan Frey 678d0d7691
Merge pull request #62 from cosmwasm/add-contributors
Add list of contributors
2020-02-07 18:10:03 +01:00
Ethan Frey aed3e05c27
Update README.md
Co-Authored-By: Marko <marbar3778@yahoo.com>
2020-02-07 14:22:42 +01:00
Ethan Frey 33d05ab674 Add list of contributors 2020-02-06 20:26:07 +01:00
Ethan Frey a1c1bef45c
Merge pull request #61 from cosmwasm/fix_ci_build
Fix CI release build command
2020-02-05 15:15:40 +01:00
Alex Peters 6e7379a71f
Fix ci release build command 2020-02-05 14:56:51 +01:00
Ethan Frey 42e6b9b699
Merge pull request #60 from cosmwasm/remove-unneeded-sends
Remove unneeded sends
2020-02-05 11:29:23 +01:00
Ethan Frey 4544e6b1f3 Fix parsing codeID in rest call, getCodeInfo 2020-02-05 11:16:19 +01:00
Ethan Frey 47475b2558 Remove execessive events 2020-02-04 19:10:31 +01:00
Ethan Frey f39ee1df58 properly send funds when dispatching message to another contract 2020-02-04 18:58:17 +01:00
Ethan Frey b760527294 Don't send coins when Instantiate/Execute are called without Coins 2020-02-04 18:58:17 +01:00
Ethan Frey 9842678d89
Merge pull request #59 from cosmwasm/customize-tickers-setup
Allow customization of denom in setup.sh
2020-01-31 10:34:44 +01:00
Ethan Frey 4e21bdd6f5 Fix typo 2020-01-30 22:02:53 +01:00
Ethan Frey 67bd39c760 Allow customization of denom in setup.sh 2020-01-30 21:52:39 +01:00
Ethan Frey 01e09c3210
Merge pull request #58 from cosmwasm/rename-docker-denoms
Rename docker denoms
2020-01-30 21:01:02 +01:00
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