cosmos-sdk/x/staking/keeper
Amaury 6ac8898fec
Move all migration scripts to v043 (#8814)
* Move all migration scripts to v043

* Fix permaling

* Fix test

* Fix test again

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-03-08 22:36:06 +00:00
..
alias_functions.go various linter fixes (#8666) 2021-02-23 08:46:01 +00:00
common_test.go set PowerReduction=10^18 for staking tests 2020-11-12 01:48:42 +10:00
delegation.go Use enum instead of int32 for BondStatus (#7499) 2020-10-12 13:56:02 +00:00
delegation_test.go [Bank] Remove the unsafe balance changing API (#8473) 2021-02-17 18:20:33 +00:00
grpc_query.go Use enum instead of int32 for BondStatus (#7499) 2020-10-12 13:56:02 +00:00
grpc_query_test.go codecs: rename MakeCodecs rename and docs update (#8245) 2021-01-07 21:50:52 +00:00
historical_info.go Use any as validator pubkey (#7597) 2020-10-23 12:07:52 +00:00
historical_info_test.go Sort validators like tendermint in HistoricalInfo (#7691) 2020-10-29 12:17:37 +00:00
hooks.go Merge PR #4417: cleanup staking references from types pkg 2019-06-04 15:06:58 -07:00
invariants.go Use enum instead of int32 for BondStatus (#7499) 2020-10-12 13:56:02 +00:00
keeper.go Removed GetValidator caching to fix concurrency error (#8546) 2021-02-12 11:52:03 +00:00
keeper_test.go Sort validators like tendermint in HistoricalInfo (#7691) 2020-10-29 12:17:37 +00:00
migrations.go Move all migration scripts to v043 (#8814) 2021-03-08 22:36:06 +00:00
msg_server.go Merge branch 'master' of github.com:cosmos/cosmos-sdk into fix_power_reduction_test_cast_int64 2020-11-12 02:52:59 +10:00
params.go Move some Param types from Keeper to Types in staking (#6451) 2020-06-16 19:59:36 +02:00
pool.go Index supply by denom (#8517) 2021-03-03 09:58:16 +00:00
querier.go various linter fixes (#8666) 2021-02-23 08:46:01 +00:00
querier_test.go Use any as validator pubkey (#7597) 2020-10-23 12:07:52 +00:00
query_utils.go various linter fixes (#8666) 2021-02-23 08:46:01 +00:00
slash.go Refactor Logging using Zerolog (#8072) 2020-12-03 23:17:21 +00:00
slash_test.go various linter fixes (#8666) 2021-02-23 08:46:01 +00:00
test_common.go Use any as validator pubkey (#7597) 2020-10-23 12:07:52 +00:00
val_state_change.go Refactor store keys for variable-length addresses (#8363) 2021-02-01 13:17:44 +00:00
validator.go various linter fixes (#8666) 2021-02-23 08:46:01 +00:00
validator_bench_test.go Removed GetValidator caching to fix concurrency error (#8546) 2021-02-12 11:52:03 +00:00
validator_test.go [Bank] Remove the unsafe balance changing API (#8473) 2021-02-17 18:20:33 +00:00