cosmos-sdk/x/staking
Greg Morrison ad49ec1f5b
Remove Redundant Staking Errors (#9231)
* refactor(staking errors): 'invalid' errors: use ErrInvalidRequest, remove unused error types

* refactor(staking errors): fix error registration codes

* support(staking errors): add changelog entry

* fix(staking test suite): update expected error codes relative to refactor

* chore(staking errors): code formatting

Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-05-19 12:20:17 +00:00
..
client Remove Redundant Staking Errors (#9231) 2021-05-19 12:20:17 +00:00
keeper Remove Redundant Staking Errors (#9231) 2021-05-19 12:20:17 +00:00
legacy Remove migration scripts <=0.38 (#9291) 2021-05-11 14:01:13 +00:00
simulation SDK Core Audit - simapp updates (#9315) 2021-05-17 15:42:44 +00:00
spec x/staking v0.43 Audit updates (#9267) 2021-05-10 12:41:24 +00:00
teststaking merged in master 2021-03-21 16:37:06 -04:00
types Remove Redundant Staking Errors (#9231) 2021-05-19 12:20:17 +00:00
abci.go
app_test.go on-chain power reduction param conversion basic work 2021-01-27 20:24:00 +10:00
bench_test.go x/staking: add ValidateGenesis benchmark (#8746) 2021-03-02 01:01:05 -08:00
common_test.go on-chain power reduction param conversion basic work 2021-01-27 20:24:00 +10:00
genesis.go x/staking: lazily get consensus key address (#9264) 2021-05-05 11:28:37 -07:00
genesis_test.go SDK Core Audit - simapp updates (#9315) 2021-05-17 15:42:44 +00:00
handler.go Refactor x/staking according to ADR 031 (#7556) 2020-10-16 14:53:49 +00:00
handler_test.go SDK Core Audit - simapp updates (#9315) 2021-05-17 15:42:44 +00:00
module.go codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
module_test.go