cosmos-sdk/x/stake
Alessio Treglia c20fcbfd8f New genesis workflow (#2602)
New genesis workflow:
* `gaiad init` is now used to generate an empty `genesis.json`.
* Genesis accounts need to be populated manually before running
  `gaiad collect-gentxs`.
* This should support starfish too, see #2615 for more info.
* Closes: #2596 #2615
* Validate validator address and address against respective account ex ante
* Fix local testnet failures
* New genesis tests
* Run make format
* Add --pubkey flag
* gaiad collect-gentxs takes no args
2018-11-04 20:26:46 -08:00
..
client New genesis workflow (#2602) 2018-11-04 20:26:46 -08:00
keeper Update to TM v0.26.0 - Part I (#2679) 2018-11-04 18:28:38 -08:00
querier Delete comment 2018-10-22 22:55:47 +02:00
simulation Merge PR #2665: simulation: Remove header from Invariant 2018-11-02 13:35:21 +01:00
tags Merge PR #2405: Unbonding and Redelegations Queue 2018-10-08 06:43:47 +02:00
types Update to TM v0.26.0 - Part I (#2679) 2018-11-04 18:28:38 -08:00
app_test.go Rename AccountMapper to AccountKeeper 2018-10-20 23:22:48 -07:00
genesis_test.go Merge PR #2527: Minting 2018-10-19 20:36:00 +02:00
genesis.go Remove debugging print statements 2018-10-23 15:50:35 +02:00
handler_test.go Update to TM v0.26.0 - Part I (#2679) 2018-11-04 18:28:38 -08:00
handler.go Update to TM v0.26.0 - Part I (#2679) 2018-11-04 18:28:38 -08:00
stake.go Merge PR #2501: Simulate transactions for fee distribution, simulate inflation, and fix a multitude of bugs discovered in the process of doing so 2018-10-23 21:21:37 +02:00
test_common.go TestWithdrawDelegationRewardWithCommission 2018-10-11 02:26:54 -04:00