Commit Graph

52 Commits

Author SHA1 Message Date
Alex Peters ca040da925
Integrate wasmcli into wasmd 2020-11-17 12:54:21 +01:00
Alexander Peters 93761eac33
Upgrade wasmvm aka go-cosmwasm (#311)
* Upgrade wasmvm aka go-cosmwasm

* Update x/wasm/README.md

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>

* Review feedback

* CircleCI: export GORACE

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2020-11-17 12:53:31 +01:00
Alex Peters a485d942aa
Upgrade to Stargate RC3 2020-11-10 15:04:49 +01:00
Alex Peters bf83c4476c
Upgrade to Stargate RC2 2020-11-03 18:20:26 +01:00
Alex Peters cd3f72e6f1
Review feedback 2020-10-29 13:55:43 +01:00
Ethan Frey 262f1cfccb Document local cli tests 2020-10-28 10:33:44 +01:00
Ethan Frey 85cccdc0d4 Away from master onto v0.40.0-rc1 2020-10-27 21:04:22 +01:00
Alex Peters bcb00d6017
Upgrade to Stargate commits 2020-10-27 15:01:22 +01:00
Ethan Frey 67279c356d Remove wasmgovd files and Makefile entry 2020-07-27 20:09:43 +02:00
Ethan Frey 7b1a4de59d Add logic to app.go to configure enabled proposals 2020-07-27 19:20:25 +02:00
Ethan Frey cd9ae0447b Update binary name in help text 2020-07-27 15:10:13 +02:00
Ethan Frey 5f48074a8a Make the bech32 prefix configurable in Makefile, unique for coral 2020-07-27 15:10:13 +02:00
Alex Peters 660e1fd9b9
Upgrade sdk to launchpad rc0 2020-07-20 15:53:54 +02:00
Alexander Peters 774f6d7876
Introduce Wasmgovd (#189)
* Introduce wasmgovd; disable wasm proposals with wasmd

* Update changelog

* Setup wasmgov with permission Nobody

* Review feedback
2020-07-16 16:47:44 +02:00
Alex Peters aff2214391
Better naming for proposal type selections 2020-07-15 09:17:01 +02:00
Alex Peters 4400c4526f
Move enabled gov types to app construction 2020-07-14 13:41:12 +02:00
Alexander Peters 9ab18fc46f
Add wasm gov proposals to cli (#183)
* Add wasm gov proposals to cli

* Update changelog

* Rework gov proposal rest handlers

* Fix json naming

* Pretty print byte arrays in CLI

* Replace ambiguous cli flag and rest routes

* Minor cli usage doc update
2020-07-14 13:30:41 +02:00
Ethan Frey c829fcff5a Rename import from cosmwasm/wasmd to CosmWasm/wasmd 2020-05-13 22:15:40 +02:00
Sunny Aggarwal e5efcdb469 update to sdk v0.38.0 2020-01-23 18:07:52 -05:00
Ethan Frey d505266f8f Fix cli_tests, add --keyring-backend flag to wasmd 2020-01-23 19:59:13 +01:00
Ethan Frey c02f69de0d make install works 2020-01-23 19:32:10 +01:00
Ethan Frey a3ec9f95a5 Updated tendermint cmn imports 2020-01-23 18:59:38 +01:00
Ethan Frey 35aab0ee65 Wire up wasm module to the application 2019-11-22 18:15:14 +01:00
Ethan Frey b2086bb6b4 Search and replace gaiad/cl with wasmd/cli 2019-11-19 22:29:50 +01:00
Ethan Frey 4307d9a50a Rename gaia{d,cli} to wasm{d,cli}, GaiaApp->WasmApp 2019-11-19 22:20:03 +01:00
Marko 9100142381 Remove gaiadebug (#191)
* Remove gaiadebug

- remove gaiadebug in favor of placing the commands in gaiad and gaiacli

Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>

* update go.sum
2019-11-19 14:25:15 +01:00
Alessio Treglia 71f3b4f0fc Drop on-disk keybase in favor of keyring (#164)
* Port to new keyring

* modify add-genesis-account to use keyring

* Adapt lcd tests to use keyring

* Attempt to fix localnet ci job

* Revert "Attempt to fix localnet ci job"

This reverts commit c299dd9ffb2a77a1f3b9b33bb71ef104261ed1fc.

* Try pass env var to docker container

* localnet does need COSMOS_SDK_TEST_KEYRING to function properly

* Revert tiny change

* Simplify tests

* Refresh against sdk's respective branch latest commit

* Refresh against sdk branch's latest commit

* Attempt to reduce diff size

* Refresh against latest commit

* Update against latest commit

* Refresh against sdk's latest master

* Avoid create temporary keybase

* Revert "Avoid create temporary keybase"

This reverts commit c3f6d77f373370fea521edabe60c532c676cd9a6.

* Update docs

* Remove unnecessary arguments

* Remove unnecessary arguments

* Code cleanup

* Refresh sdk module, add upgrade module

* Refresh deps

* Fix merge

* Cleanup, AddrSeed does not need Password anymore
2019-11-18 11:34:26 +00:00
Marko 967fc43f1a Merge PR #188: Add linting to CI
* Add some linting to gaia

- closes #187

Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>

* fail tests

* tests pass

* address PR comments

* some more strictness
2019-11-14 12:04:50 -08:00
Alexander Bezobchuk 474835c6ce
Merge PR #153: Bump SDK Version to Latest Master 2019-10-15 17:06:08 -04:00
Alexander Bezobchuk 49990da31b
Merge PR #132: Bump SDK version to 01d8a230b22b 2019-09-19 10:08:22 -04:00
Federico Kunze 6970ebe19b Merge PR #122: Genesis Account Command + Types 2019-09-14 20:19:46 -04:00
Alexander Bezobchuk 6fa5988730
Merge PR #119: Upgrade go to 1.13 & Latest SDK Master 2019-09-10 14:56:58 -04:00
Alexander Bezobchuk 5f24b24976
Merge PR #99: Update SDK version to latest master 2019-08-13 14:09:56 -04:00
Alexander Bezobchuk 10cde2212e
Merge PR #86: Update SDK to version latest master 2019-08-05 11:50:11 -04:00
Karoly Albert Szabo e846b872c5 Merge PR #60: Add migrate command to gaiad 2019-07-05 09:55:48 -04:00
Federico Kunze bab3694437 Merge PR #56: Update to latest SDK: Supply 2019-07-05 09:40:06 -04:00
Alexander Bezobchuk 0432ac52c0
Merge PR #53: Update latest SDK version: Events Refactor 2019-06-26 17:36:33 -04:00
Alessio Treglia 0c12ccecae
upgrade to latest sdk (#52)
As per changes introduced with cosmos/cosmos-sdk#4602
2019-06-24 08:27:15 +01:00
Alexander Bezobchuk 7d68770d30
Merge PR #46: Upgrade to latest SDK version (73700df8c) 2019-06-15 21:48:20 +02:00
frog power 4000 4eb067906b Merge PR #41: Staking ValidatorPowerRank to use "Potential Consensus Power" 2019-06-11 22:29:48 +02:00
Karoly Albert Szabo 2945a0510e Contract test [GET] (#19)
Closes: #17
Depends on: cosmos/cosmos-sdk#4470
2019-06-08 15:04:45 +01:00
Alexander Bezobchuk 3d5780c343
Merge PR #38: Updates to reflect SDK codec client changes 2019-06-06 11:56:34 -04:00
Alexander Bezobchuk 22e46c5e70
Merge PR #37: Revert removal of auth/bank commands from root 2019-06-05 20:58:44 -04:00
frog power 4000 0846cc5155 Merge PR #31: Update to SDK Client and Module Modularization 2019-06-05 19:52:02 -04:00
Alessio Treglia 3e151a123b Upgrade to SDK's latest (#35) 2019-06-05 12:38:38 +02:00
Alexander Bezobchuk f44b317a3b
Merge PR #25: Remove swagger (defined in the SDK) 2019-05-28 09:57:26 -04:00
Alessio Treglia 787bd94b31
Sync up with SDK's latest changes (#24) 2019-05-28 11:16:46 +01:00
Karoly Albert Szabo 594c2adbe7 Merge PR #20: Fix makefile command in docs 2019-05-24 09:00:37 -04:00
Christopher Goes 5c5bf7c49b Updates for upstream PR (community pool spend proposal) (#10)
Related cosmos/cosmos-sdk#4329
2019-05-21 14:32:48 +01:00
Alexander Bezobchuk 5026384803
Merge PR #9: Update to support swagger 2019-05-20 11:16:37 -04:00