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
Alessio Treglia
ee33d8248e
Merge PR #3364 : Use dash-separated flags for minimus gas prices
2019-01-24 11:21:02 +01:00
Jack Zampolin
0043912548
Merge PR #3338 : Remove unused code and examples
2019-01-24 11:18:45 +01:00
Alessio Treglia
493bbaa537
Merge PR #3360 : Remove --json flag from all commands
...
* remove --json flag from all commands and CLIContext
gaiad tendermint show-{address,validator} now take --machine-parseable/-m
for machine parseable output.
Closes : #3249
* Revert machine-parseable thing
2019-01-24 11:15:44 +01:00
Alessio Treglia
e01794130a
Merge PR #3358 : Bech32-ify address in error message return by ante handler
...
Closes : #3356
2019-01-23 14:26:21 +01:00
Christopher Goes
e981f99f02
Fix PENDING.md
2019-01-23 12:40:04 +01:00
Christopher Goes
14d89b45ac
Merge branch 'develop' into release/v0.30.0
2019-01-23 12:38:51 +01:00
Christopher Goes
b5e245fee3
Merge PR #3333 : F1 storage efficiency improvements
2019-01-23 12:37:03 +01:00
Alexander Bezobchuk
a27ef7f7d1
Merge PR #3347 : Ensure Canonical Message Signature Bytes
2019-01-23 09:46:41 +01:00
mircea-c
b2ae4ed573
R4R: update dockerfile with makefile changes ( #3351 )
2019-01-22 18:08:39 -08:00
Christopher Goes
5a9378cd15
PENDING => CHANGELOG
2019-01-22 21:19:58 +01:00
Alessio Treglia
bf59291a79
Merge PR #3343 : Enrich version command's output
2019-01-22 21:16:29 +01:00
Jack Zampolin
fae7852b61
Merge PR #3346 : Change name of gaiacli query distr to dist
2019-01-22 20:25:12 +01:00
Jack Zampolin
f6ef6a478c
Fix pending ( #3348 )
2019-01-22 11:24:44 -08:00
Christopher Goes
dc623889f8
Merge PR #3323 : Update to Tendermint 0.29.0
2019-01-22 20:12:50 +01:00
Jack Zampolin
9f50c9f5b6
R4R: Ensure all CLI queries respect output flags ( #3320 )
2019-01-22 09:28:39 -08:00
Alessio Treglia
b055c129dd
Merge PR #3442 : make gaiacli config handle "indent" flag
...
It defaults to false, users can override it via gaiacli config
and avoid to append --indent to all commands:
$ gaiacli config indent true
Closes : #2607
2019-01-22 11:07:18 +01:00
Alessio Treglia
cffa39cf44
Add bash completion for gaiad and gaiacli ( #3334 )
2019-01-21 19:42:15 -08:00
frog power 4000
7f789d2ed3
Merge PR #3281 : Staking Spec Upgrade
...
* remove kv seperation for marshalling
* pending
* cleanup
* cleanup x2
* pending
* working
* minor refactors
* entry structs defined
* uncompiled mechanism written
* add many compile fixes
* code compiles
* fix test compile errors
* test cover passes
* ...
* multiple entries fix
* ...
* more design fix
* working
* fix test cover bug
* Update PENDING.md
* update comment around queue completion for redelegations/ubds
* basic spec updates
* spec folder cleanup
* cleanup docs folder cont.
* ...
* find-replace and folder rename
* supplimentary find/replace
* pending
* supplimentary
* pending
* few undos, stakingd -> staked
* to staking -> to stake
* undos
* most staking -> most stake
* ...
* undos
* simplestake->simplestaking
* ...
* pending update
* capital letter replacements
* ...
* working
* staking doc updates from rigel/delegation-index branch
* spec-spec
* spec-spec
* LooseTokens -> NotBondedTokens
* staking state.md updates
* updates to hook and endblock spec
* Update docs/gaia/gaiacli.md
Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com>
* Update docs/gaia/validators/validator-setup.md
Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com>
* Update docs/gaia/validators/validator-setup.md
Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com>
* comment undo
* remove ErrConflictingRedelegation
* @cwgoes comments are resolved
* further updates to endblock and state
* msg json update
* working transaction updates
* working
* complete transaction rewrite
* PENDING.md
* typo
* add todo
* address @jackzampolin @cwgoes comments
* couple leftover comments, rename
* Update x/staking/types/pool.go
Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com>
* cwgoes additions
* cwgoes suggestions x2
2019-01-21 19:52:03 -05:00
Thane Thomson
332a5a34c5
Merge PR #3142 : Basecoind BECH fixes
...
Adds a function to initialise the Cosmos SDK to use the same Bech32
prefixes as those which basecli uses.
2019-01-21 18:59:35 -05:00
Hendrik Hofstadt
d72e52b8f6
Remove redundant action tags in x/gov txs ( #3328 )
2019-01-21 10:30:04 -08:00
Christopher Goes
f65ae49356
Merge PR #3319 : Distribution Queriers & CLI query commands
2019-01-18 20:38:40 +01:00
Alexander Bezobchuk
36d1736a08
Refactor Gas/Fee Model ( #3258 )
2019-01-18 08:45:20 -08:00
frog power 4000
8f7a222308
Merge PR #3314 : Staking misc rename
2019-01-17 18:53:22 +01:00
frog power 4000
d9e32e93d5
Merge PR #3315 : Increase decimal precision to 18
...
* Decimal precision increase WIP
* fix String()
* resolve many errors
* changelog
2019-01-17 18:15:10 +01:00
Alexander Bezobchuk
f2e87ad81f
Merge PR #3308 : Genesis Vesting Accounts & Simulation
...
* Update vesting spec and impl time fields and constructors
* Update genesis to support vesting accounts
* More spec and godoc updates
* Update genesis section in vesting spec
* Fix bank unit tests
* Add test cases to ToAccount in genesis
* Update RegisterCodec to include vesting interface and types
* Fix GetVestedCoins bug where block time is past vesting end time
* Add vesting accounts to simulation
* Update vesting genesis logic to panic on invalid accounts
* Change randomness of vesting accounts in simulation
2019-01-17 17:15:13 +01:00
Alessio Treglia
20bcacfaf4
Merge PR #3316 : Fix regression in gaiacli config file handling
...
* --chain-id must be a persistent flag to be successfully read from config
* Prevent panic when not enough arguments
* Add docs on gaiacli config
* Small tweak
2019-01-17 16:40:34 +01:00
Alessio Treglia
7fbc2822e8
Merge PR #3317 : Reintroduce gaia server's insecure mode
2019-01-17 14:06:33 +01:00
Alessio Treglia
64e6ece1e6
Merge PR #3318 : Upgrade to Tendermint 0.28
2019-01-17 14:05:24 +01:00
Christopher Goes
0684a42d9f
Merge PR #3292 : Enable/disable withdraw addresses with a parameter
2019-01-16 23:17:56 +01:00
Christopher Goes
2942f83ff5
Merge PR #3099 : F1 fee distribution
2019-01-16 22:38:05 +01:00