Commit Graph

49 Commits

Author SHA1 Message Date
Alex Peters
4400c4526f Move enabled gov types to app construction 2020-07-14 13:41:12 +02:00
Alex Peters
7903528306 Add code doc 2020-07-14 13:33:17 +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
Alex Peters
85a404691a Add configurable control to upload code 2020-07-08 15:54:02 +02:00
Alexander Peters
8a547179d2 Gov proposal types and handler (#173)
* Gov proposal types and handler

* Review feedback

* Store code proposal and test

* Accept only valid proposals

* Complete proposal types
2020-07-07 17:55:11 +02:00
Ethan Frey
9aaad07ab2 Fix up staking / wasm set up in app.go 2020-05-22 16:52:49 +02:00
Ethan Frey
c829fcff5a Rename import from cosmwasm/wasmd to CosmWasm/wasmd 2020-05-13 22:15:40 +02:00
Ethan Frey
945067f5c0 Update to 0.8.0-alpha2 2020-05-13 21:16:18 +02:00
Ethan Frey
c691c79042 Calculate staked amount for delegation 2020-05-11 13:22:57 +02:00
Ethan Frey
0ca2ff6702 Make QueryPlugins configurable for keeper 2020-05-07 11:08:20 +02:00
Ethan Frey
7b7a293835 Allow configuring custom message handlers in wasm 2020-05-07 10:20:18 +02:00
Ethan Frey
aaad847777 Update deps to forked sdk v0.38.2, support --trace debug flag 2020-02-08 22:37:12 +01:00
Ethan Frey
06c3f0f253 All compiles except ./cmd 2020-01-23 19:18:17 +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
Ethan Frey
d250319e84 Remove print statement 2020-01-21 09:52:19 +01:00
Ethan Frey
da662fbd5c Cleanup 2020-01-21 09:09:42 +01:00
Ethan Frey
34032047d9 Start writing full-app level integration test 2020-01-20 18:55:30 +01:00
Ethan Frey
3d3b6539ff Use [wasm] subsection in app.toml 2020-01-20 10:29:22 +01:00
anilCSE
84f63203d1 Add wasmconfig and default config 2020-01-18 14:03:03 +05:30
anilCSE
2eff7112ea Allow configure query gas limit 2020-01-17 10:14:33 +05:30
anilCSE
c88a7d14d2 Add lru cache size config 2020-01-17 09:45:36 +05:30
Alexander Bezobchuk
87a4269b90 Merge PR #247: Update SDK Commit & Update CLI Doc 2020-01-07 14:14:39 -05:00
Alexander Bezobchuk
b7839f276a Bump SDK commit to the latest master (#239)
* Bump go.{mod,sum}

* Update client package imports

* Update app

* Fix tests

* format

* Fix CLI test
2019-12-30 11:04:39 -03:00
Federico Kunze
ebfbd95dc0 Merge PR #215: Update simulation tests 2019-12-19 11:02:59 -05:00
Federico Kunze
7c5bd87464 update Gaia with to latest SDK master (#210)
* update Gaia with sim refactor

* fix tests

* update to latest master
2019-12-05 12:18:43 +01:00
Alexander Bezobchuk
45109c45e0 Bump SDK Commit (#207)
Update against SDK's latest changeset.
2019-12-04 17:56:24 +01:00
Federico Kunze
982376964f Merge PR #196: Upgrade module 2019-11-30 12:45:08 -05:00
Ethan Frey
35aab0ee65 Wire up wasm module to the application 2019-11-22 18:15:14 +01:00
Ethan Frey
4307d9a50a Rename gaia{d,cli} to wasm{d,cli}, GaiaApp->WasmApp 2019-11-19 22:20:03 +01: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
a88a62bde2 Merge PR #190: Bump SDK version to latest master 2019-11-09 19:27:34 -05: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
colin axner
5cad07140d Merge PR #105: Fix Module Account Blacklisting in GaiaApp 2019-08-15 18:30:10 -04:00
Federico Kunze
9c82ff2366 Merge PR #94: update Gaia to latest SDK master 2019-08-09 11:00:50 -04:00
Alexander Bezobchuk
7b1465968b Merge PR #90: Updates reflecting sdk v0.36.0-rc4 2019-08-06 20:23:22 -04:00
Alexander Bezobchuk
0ce07d569c Merge PR #87: Update SDK and call RegisterEvidences 2019-08-05 13:29:46 -04:00
Alexander Bezobchuk
10cde2212e Merge PR #86: Update SDK to version latest master 2019-08-05 11:50:11 -04:00
Alexander Bezobchuk
c1ae72295c Merge PR #77: Update SDK version
* Update SDK version

* Remove x/crypto replace

* remove colors

* Add all allInvariants
2019-07-18 06:55:39 -07:00
colin axner
70b486328e Merge PR #70: supply genesis migration fix
* update to extended module account permissions

* reflect pr comments

* update go mod to be off commit on colin/supply_genesis on sdk
2019-07-11 11:23:31 -07: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
frog power 4000
0846cc5155 Merge PR #31: Update to SDK Client and Module Modularization 2019-06-05 19:52:02 -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
Alessio Treglia
c05e6c9c05 Initial release.
Closes: cosmos/cosmos-sdk#4103
2019-05-17 16:36:13 +02:00