Christopher Goes
0e56ed9e4e
Fix DiffKVStore
2018-11-13 14:36:09 +01:00
Christopher Goes
d2a53539dd
Merge branch 'develop' into cwgoes/fix-gov-sim-more-import-export
2018-11-13 14:23:15 +01:00
Christopher Goes
a4e5d8e594
Merge PR #2773 : Require moniker on `gaiad init`
...
* Generate random moniker when missing
* Update moniker prefix
* Require moniker instead of generating a random one
* Fix test coverage
* Fix required flag
* Link to issue
2018-11-13 13:58:40 +01:00
Christopher Goes
e76a18dcec
Link to issue
2018-11-13 13:46:38 +01:00
Federico Kunze
a6af76e4be
Merge branch 'sunny/get_all_delegations_validator_querier' of https://github.com/cosmos/cosmos-sdk into sunny/get_all_delegations_validator_querier
...
Merge
2018-11-12 23:13:05 +01:00
Federico Kunze
7dfeb7d27d
use newQuery...Params
2018-11-12 23:12:25 +01:00
Jack Zampolin
b255a7d59f
Merge branch 'develop' into sunny/get_all_delegations_validator_querier
2018-11-12 14:09:18 -08:00
Federico Kunze
182f111ddc
update swagger.yaml
2018-11-12 22:53:43 +01:00
Christopher Goes
4177f3063a
Merge PR #2786 : Fix redelegation command follow up to #2727
...
* Fix redelegation command
* Add pending entry
2018-11-12 22:18:38 +01:00
Jack Zampolin
8be97eec78
Add pending entry
2018-11-12 13:05:47 -08:00
Jack Zampolin
97c0251bf7
Fix redelegation command
2018-11-12 13:01:00 -08:00
Aleksandr Bezobchuk
964123356b
Fix required flag
2018-11-12 15:44:59 -05:00
Jack Zampolin
b9b6f26c97
Merge pull request #2761 from WALL-E/patch-1
...
fix typo
2018-11-12 12:21:31 -08:00
Jack Zampolin
4df780b1dc
Merge branch 'develop' into bez/require-moniker-init
2018-11-12 12:08:38 -08:00
Jack Zampolin
3bbb1e1e17
Merge pull request #2774 from cosmos/bucky/tm-v0.26.1
...
[R4R] Update to tendermint v0.26.1
2018-11-12 12:07:09 -08:00
Jack Zampolin
fd7175d8ca
Merge pull request #2709 from cosmos/greg/MakefileFix2672
...
R4R: Makefile OS compatibility update
2018-11-12 11:33:22 -08:00
Jack Zampolin
0345f38639
Merge pull request #2682 from cosmos/dev/sim_msg_edit_val
...
R4R: Make the simulator create the new comission rate sensibly
2018-11-12 11:13:00 -08:00
Jack Zampolin
ac8f2dabd4
Merge branch 'develop' into jack/query-tx-reorg
2018-11-12 11:10:52 -08:00
Christopher Goes
bbf8e54616
Merge PR #2719 : Cleanup bank keeper
...
* Cleanup bank keeper
* Address style comments
2018-11-12 20:06:28 +01:00
Christopher Goes
689d3ba8e8
Merge branch 'greg/MakefileFix2672' of github.com:cosmos/cosmos-sdk into greg/MakefileFix2672
2018-11-12 20:00:42 +01:00
Christopher Goes
9c01348d7c
Merge branch 'develop' into greg/MakefileFix2672
2018-11-12 19:59:06 +01:00
Jack Zampolin
82af3be6c7
Merge branch 'develop' into greg/MakefileFix2672
2018-11-12 10:58:48 -08:00
Christopher Goes
0228d8f694
Merge branch 'develop' into dev/sim_msg_edit_val
2018-11-12 19:57:54 +01:00
Jack Zampolin
b7daf23366
R4R: Fix unbonding command flow ( #2727 )
2018-11-12 19:55:24 +01:00
Alessio Treglia
70826495b8
Merge PR #2752 : Don't hardcode bondable denom
2018-11-12 19:54:18 +01:00
Jack Zampolin
7a9687a9cd
Merge pull request #2782 from cosmos/jack/date-fix
...
[R4R] Fix `test_sim_gaia_multi_seed` to be cross platform
2018-11-12 10:22:00 -08:00
Jack Zampolin
2d38a96a6d
Fix date to be cross platform
2018-11-12 09:44:45 -08:00
Christopher Goes
2b3226854c
Correctly set return code
2018-11-12 17:25:13 +01:00
Christopher Goes
81ae35c0f7
Merge branch 'develop' into cwgoes/fix-gov-sim-more-import-export
2018-11-12 15:28:52 +01:00
Aleksandr Bezobchuk
8c14b1d77f
Fix test coverage
2018-11-12 08:45:05 -05:00
Ethan Buchman
fdad4aa4da
update to tendermint v0.26.1
2018-11-12 08:38:19 -05:00
Aleksandr Bezobchuk
08a1667246
Require moniker instead of generating a random one
2018-11-12 08:27:26 -05:00
Aleksandr Bezobchuk
29bec833f3
Update moniker prefix
2018-11-12 08:16:47 -05:00
Aleksandr Bezobchuk
156370ea9c
Generate random moniker when missing
2018-11-12 08:15:08 -05:00
Alexander Bezobchuk
811b863677
Use correct Bech32 prefix for show-address command ( #2746 )
...
* Use consensus address bech32 prefix
* Update show-address CLI description
2018-11-11 23:34:50 -08:00
Jae Kwon
183c7b21b2
use defer
2018-11-11 19:09:12 -08:00
Aleksandr Bezobchuk
795a76d489
More cleanup
2018-11-11 15:53:43 -05:00
Aleksandr Bezobchuk
338b49b2cd
Slight distribution spec cleanup
2018-11-11 15:51:27 -05:00
zhangzheng
3bc245e198
fix typo
...
I think it might be a spelling mistake
2018-11-11 09:20:30 +08:00
Jae Kwon
bb54a0de12
Gaia-9000: Update to TM 0.26.1-rc3 -- pex SeedMode fix
2018-11-09 19:39:22 -08:00
Jack Zampolin
e66a39c898
Gaia-9000: Update to TM 0.26.1-rc2 ( #2753 )
...
* Update to tm 0.26.1-rc2 to fix prometheus issue and node disconnect issue.
2018-11-09 16:11:58 -08:00
Hendrik Hofstadt
61fd142b9e
Fix TimeoutCommit ( #2743 )
...
* Fix TimeoutCommit to 5 seconds instead of whatever it was before which was too short.
2018-11-09 16:08:35 -08:00
Jack Zampolin
056e75c30b
Merge pull request #2704 from cosmos/alessio/utility-to-add-accts-to-genesis
...
R4R: Add small utility to add account to genesis.json after gaiad init
2018-11-09 09:40:46 -08:00
Christopher Goes
241f6364e9
Merge branch 'develop' into cwgoes/fix-gov-sim-more-import-export
2018-11-09 16:55:20 +01:00
Christopher Goes
1049a2647f
Merge PR #2720 : x/mock/simulation cleanup and re-org
2018-11-09 16:54:25 +01:00
Christopher Goes
2aa14d9a45
Merge PR #2749 : Add --chain-id to testnet command
...
* Add --chain-id to testnet command
* Update PENDING.md
2018-11-09 16:44:44 +01:00
Christopher Goes
f9c7281124
Linter fix
2018-11-09 16:43:46 +01:00
rigelrozanski
b1ba6a4455
add back in PeriodicInvariant
2018-11-09 10:31:56 -05:00
Alessio Treglia
fc56dd011e
Update PENDING.md
2018-11-09 15:27:28 +00:00
Christopher Goes
d761eb7282
Address remaining comments from #2690
2018-11-09 16:26:08 +01:00