cosmos-sdk/x/slashing/keeper
Alexander Bezobchuk d90b2e7a99
Allow Unjail of Non-Bonded Jailed Validator (#6061)
* Use correct API and add TODO

* Allow unjail without signing info

* Add unit test

* Update godoc

* Add changelog entries

* Fix TestUndelegateSelfDelegationBelowMinSelfDelegation

* Fix delegation tests

* Revert API call
2020-04-26 17:38:33 +00:00
..
common_test.go migrate TestHandleNewValidator to new simapp 2020-03-02 21:19:46 +01:00
hooks.go Merge PR #5627: Regen Network/Slashing protobuf 2020-02-20 01:04:13 +01:00
infractions.go Merge PR #5627: Regen Network/Slashing protobuf 2020-02-20 01:04:13 +01:00
keeper.go x/ibc: IBC alpha (#5277) 2020-04-08 20:57:52 -04:00
keeper_test.go Allow Unjail of Non-Bonded Jailed Validator (#6061) 2020-04-26 17:38:33 +00:00
params.go Merge PR #5627: Regen Network/Slashing protobuf 2020-02-20 01:04:13 +01:00
querier.go Merge PR #5627: Regen Network/Slashing protobuf 2020-02-20 01:04:13 +01:00
querier_test.go refactor querier test 2020-03-03 11:14:22 +01:00
signing_info.go Favor marshal unmashal binare bare (#5799) 2020-03-13 19:58:43 +00:00
signing_info_test.go refactor signing info test 2020-03-03 11:20:18 +01:00
test_common.go run go mod tidy && make format (#5847) 2020-03-20 17:14:14 +00:00
unjail.go Allow Unjail of Non-Bonded Jailed Validator (#6061) 2020-04-26 17:38:33 +00:00