cosmos-sdk/x/stake/keeper
Christopher Goes 94f45311a0 Fix state export/import, add to CI (#2690)
* Update slashing import/export
* More slashing.WriteGenesis
* Add test import/export to CI
* Store equality comparison.
* Fix validator bond intra-tx counter
* Set timeslices for unbonding validators
* WriteGenesis => ExportGenesis
* Delete validators from unbonding queue when re-bonded
* Hook for validator deletion, fix staking genesis tests
2018-11-08 16:28:28 -08:00
..
_store.md
delegation.go Fix state export/import, add to CI (#2690) 2018-11-08 16:28:28 -08:00
delegation_test.go Merge PR #2616: Block redelegations to the same validator 2018-10-30 00:05:55 +01:00
hooks.go Fix state export/import, add to CI (#2690) 2018-11-08 16:28:28 -08:00
keeper.go Fix simulation bugs; Incorprates #2676 from Sunny (#2677) 2018-11-04 22:11:03 -08:00
keeper_test.go
key.go
key_test.go
params.go
query_utils.go
sdk_types.go Simulation improvements (logging fix, random genesis parameters) (#2617) 2018-11-04 20:44:43 -08:00
slash.go Fix simulation bugs; Incorprates #2676 from Sunny (#2677) 2018-11-04 22:11:03 -08:00
slash_test.go Fix simulation bugs; Incorprates #2676 from Sunny (#2677) 2018-11-04 22:11:03 -08:00
test_common.go simulation: Make validator choice use validator set 2018-11-01 12:45:22 -07:00
val_state_change.go Fix state export/import, add to CI (#2690) 2018-11-08 16:28:28 -08:00
validator.go Fix state export/import, add to CI (#2690) 2018-11-08 16:28:28 -08:00
validator_test.go Fix simulation bugs; Incorprates #2676 from Sunny (#2677) 2018-11-04 22:11:03 -08:00