Commit Graph

5139 Commits

Author SHA1 Message Date
Alexander Bezobchuk 097a640412 Allow Simulation and Gen Only in REST Client (#3467) 2019-02-01 17:04:13 -08:00
Alessio Treglia 884ce49f7f allow generation of gentxs with empty memo field (#3478) 2019-02-01 17:03:57 -08:00
Joon 08e62fb157 Store Refactor 1 (#2985) 2019-02-01 17:03:09 -08:00
Alessio Treglia 45d59b0792 Merge PR #3464: Upgrade to go 1.11.5 2019-02-01 02:20:58 +01:00
Jack Zampolin 5ea2be1adc Merge PR #3458: Fix usage of the config command in applications importing the SDK
* Fix usage of the config command in applications importing the SDK
* Update client/config.go
2019-01-31 19:39:46 +01:00
Alessio Treglia 0e1f61949e Autobuild snap (#3455) 2019-01-31 09:59:19 -08:00
Alessio Treglia f4cf45e17a Merge PR #3453: Make rest-server respect persistent flags 2019-01-31 01:49:14 +01:00
Christopher Goes bc193df8e0
Merge PR #3449: LCD proof verification 2019-01-30 22:48:20 +01:00
Alexander Bezobchuk fd71351541 Merge PR #3446: Register x/gov Message Types on init
* register x/gov message types on message codec on init
* add TestMsgDepositGetSignBytes
2019-01-30 19:22:20 +01:00
Alessio Treglia 24876aa47b Merge PR #3441: Small fixes for Makefile
- Remove --long from git describe. Appending commit info on tagged
  revisions is redundant.
- $(subst v,,$(shell git describe --tags --long)) was removing any
  occurrence of 'v'. Rather we want to remove only the 'v' prefix
  from tags.
2019-01-30 06:00:06 +01:00
Christopher Goes d2b453e420
Merge PR #3440: Fix long multi-seed simulation 2019-01-30 05:59:19 +01:00
Alexander Bezobchuk 3864d5b1bd Query all Delegator Distribution Rewards (#3433) 2019-01-29 16:06:38 -08:00
Alessio Treglia 26ee435a61 Upgrade gometalinter (#3439) 2019-01-29 16:02:39 -08:00
Christopher Goes 9320dbb2da
Merge PR #3428: Simulate from a genesis file 2019-01-29 23:53:42 +01:00
Alessio Treglia 0ed6de0cbd Merge PR #3426: Various changes to version cmd, revert those which previously broke ABI
* version prints out short info by default

Handle -o json, add --long flag to print full version info.

* Add distclean target to Makefile

* Update PENDING.md

* Add missing targets in .PHONY
2019-01-29 23:25:43 +01:00
Sunny Aggarwal 172a4510c7 Add length caps for governance proposal titles and descriptions (#3434) 2019-01-29 14:23:25 -08:00
Alessio Treglia 14dcaa6458 Merge PR #3421: Upgrade ledger-cosmos-go dep to 0.9.3
* Upgrading to ledger-cosmos-go
* Add cli test and update PENDING.md
2019-01-29 22:45:30 +01:00
Christopher Goes f66b7b6310
Merge PR #3435: Assert store implementations never store nil values
* Check non-nil values on IAVL store
* Reuse assertValidValue
2019-01-29 21:28:41 +01:00
Alexander Bezobchuk 90797f5e09 Gaia Lite Generate Only Support (w/o Keybase) (#3396) 2019-01-29 11:22:47 -08:00
Alexander Bezobchuk 1a656e7023 Merge PR #3425: Add Vesting Account Genesis Validation 2019-01-29 19:11:33 +01:00
Sunny Aggarwal 3e6ce3de8d Merge PR #3103: Tombstone specification 2019-01-29 19:10:35 +01:00
Alessio Treglia f16cc31919 Merge PR #3403: Implement parameter-controlled bank/send switch-off 2019-01-29 04:06:48 +01:00
Jack Zampolin 6de39e19f3 Merge PR #3419: Fix query distr slashes 2019-01-29 01:59:20 +01:00
Alessio Treglia 57ae957168 Snap Packaging #3313 2019-01-28 15:00:17 -08:00
Jack Zampolin 75c3a44a0d
Fix query signing-info panic (#3417) 2019-01-28 13:42:52 -08:00
Jack Zampolin 17f67952da loadGenesisDoc -> LoadGenesisDoc 2019-01-28 13:08:42 -08:00
Jack Zampolin 5476c4e664
Merge branch 'develop' into jack/gaiacli-config-node 2019-01-28 13:05:31 -08:00
Zach bb76903230 fix docs navbar RPC link (#3414) 2019-01-28 12:41:28 -08:00
Jack Zampolin 75c24fda1c Add test/pending 2019-01-28 12:40:08 -08:00
Alexander Bezobchuk 9e21ca25ce Remove Pubkey field from BaseAccount#String (#3407) 2019-01-28 11:50:27 -08:00
Jack Zampolin df86585f6b
Add validate-genesis command (#3399) 2019-01-28 11:46:47 -08:00
Jack Zampolin 818fd16481 Fixes #3393 2019-01-28 11:37:05 -08:00
Alessio Treglia f494a92f92 Implement GenesisState.Sanitize() (#3397) 2019-01-28 09:54:56 -08:00
gamarin2 7988686e75 Update docs get_vendor_deps -> vendor-deps (#3402) 2019-01-28 09:49:13 -08:00
Jack Zampolin 9440c3c272 Merge PR #3385: Docs Hotfix 2019-01-25 12:13:56 +01:00
HaoyangLiu afb04b117e Merge PR #3387: Add missing iterator close 2019-01-25 12:13:17 +01:00
frog power 4000 6b02e08160 Merge PR #3394: Update staking string types 2019-01-25 12:12:04 +01:00
Ethan Buchman b8843fcd80
Merge pull request #3384 from cosmos/jack/docs-hotfix
Docs Hotfix (to master)
2019-01-24 21:55:58 -05:00
Jack Zampolin a8e6ec4a72 Fix comma 2019-01-24 17:19:28 -08:00
Jack Zampolin 393434c37d Fix curlies in the docs 2019-01-24 17:04:13 -08:00
frog power 4000 dc75eb4eb8 Merge PR #3372: Limit unbonding delegation / redelegations 2019-01-24 23:44:31 +01:00
Jae Kwon e003c5ebe0
Merge pull request #3349 from cosmos/release/v0.30.0
Release 0.30.0
2019-01-24 13:50:02 -08:00
Jae Kwon ccefbc747c
Merge pull request #3350 from cosmos/release/v0.30.0
Release v0.30.0 back to develop
2019-01-24 13:49:58 -08:00
Christopher Goes 0b5dff28a6 Update CHANGELOG.md 2019-01-24 22:04:04 +01:00
Christopher Goes 5ab744082a Merge branch 'develop' into release/v0.30.0 2019-01-24 22:03:21 +01:00
Jack Zampolin af60c75dd3 Merge PR #3352: Reenable simulation tests 2019-01-24 22:01:32 +01:00
Christopher Goes ccfcee8b72
Merge PR #3381: Add vendor-deps to .gitignore for now 2019-01-24 20:44:06 +01:00
Alessio Treglia 168034746d Merge PR #3374: Install and build-linux depend on vendor-deps 2019-01-24 20:29:24 +01:00
Zaki Manian f5e6685dfd Merge Pull Request #3241: Add Fee & Gas Spec 2019-01-24 08:38:27 -08:00
Christopher Goes a5b08c4c4d Merge branch 'develop' into release/v0.30.0 2019-01-24 11:25:23 +01:00