cosmos-sdk/x/stake
Christopher Goes 256ec0f07b Simulation improvements (logging fix, random genesis parameters) (#2617)
* Print out initial update on every block
* Randomize simulation parameters
* Randomize initial liveness weightings
* Randomize genesis parameters
* fixed power store invariant
* IterateValidatorsBonded -> IterateBondedValidatorsByPower
* WriteValidators uses IterateLastValidators rather than IterateBondedValidatorsByPower
* fixed democoin interface

Closes #2556
Closes #2396

Via #2671:
closes #2669
closes #2670
closes #2620

Offshoot issues:
#2618
#2619
#2620
#2661
2018-11-04 20:44:43 -08:00
..
client New genesis workflow (#2602) 2018-11-04 20:26:46 -08:00
keeper Simulation improvements (logging fix, random genesis parameters) (#2617) 2018-11-04 20:44:43 -08:00
querier Delete comment 2018-10-22 22:55:47 +02:00
simulation Simulation improvements (logging fix, random genesis parameters) (#2617) 2018-11-04 20:44:43 -08: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.go Simulation improvements (logging fix, random genesis parameters) (#2617) 2018-11-04 20:44:43 -08:00
genesis_test.go Merge PR #2527: Minting 2018-10-19 20:36:00 +02:00
handler.go Update to TM v0.26.0 - Part I (#2679) 2018-11-04 18:28:38 -08:00
handler_test.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