cosmos-sdk/x/stake
ValarDragon 3cffe29da7 simulation: Make validator choice use validator set
This also had to change the default seed, since with the previous one it
actually got into a state where there were no validators left bonded, lol.

This also changes Unbond msgs from failing with almost 100% probability to now
only failing with 33% probability.
Thus more of the state machine is getting tested!
2018-11-01 12:45:22 -07:00
..
client Merge branch 'develop' into release/v0.25.0 2018-10-30 17:54:54 -07:00
keeper simulation: Make validator choice use validator set 2018-11-01 12:45:22 -07:00
querier Delete comment 2018-10-22 22:55:47 +02:00
simulation simulation: Make validator choice use validator set 2018-11-01 12:45:22 -07:00
tags Merge PR #2405: Unbonding and Redelegations Queue 2018-10-08 06:43:47 +02:00
types Merge PR #2616: Block redelegations to the same validator 2018-10-30 00:05:55 +01: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 GetValidatorsBonded -> LastValidators etc 2018-10-21 15:26:58 -07:00
handler.go WIP intermediate... 2018-10-22 17:49:53 -07: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