cosmos-sdk/x/staking/keeper
Jacob Gadikian b0e82f9640
chore: Db linting (#12141)
* mainly sdk.int to cosmossdk.io/math

* staking keys

* fumpt

* var-naming linter errors and a fumpt

* Update CHANGELOG.md

* Update .golangci.yml

* Update CHANGELOG.md

* Update test_helpers.go

* Update test_helpers.go

* fumpt and lint

* this lints the db module, and makes it easier to use.  It adds breaking name changes

* DBConnection -> Connection

* previous commit contained a merge error

* Update test_helpers.go

* Update test_helpers.go

* db renamings

* merge master

* changelog

* DBWriter -> Writer

* consistent multistore reciever

* standard recievers for multistore v2alpha1

* general cleanup of linting issues

* more linter fixes

* remove prealloc linter

* nolint the secp256k1 import

* nolint the secp256k1 package

* completenolint resulting in a diff that has only nolints
2022-06-08 19:02:01 +02:00
..
alias_functions.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
common_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
delegation_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
delegation.go chore: sdk.Int to math.Int (#12132) 2022-06-03 12:17:02 +00:00
genesis_test.go refactor: move x/staking Init/Export genesis to keeper (#11866) 2022-05-04 09:50:58 -04:00
genesis.go refactor: move x/staking Init/Export genesis to keeper (#11866) 2022-05-04 09:50:58 -04:00
grpc_query_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
grpc_query.go feat: migrate x/staking to app wiring (#12102) 2022-06-03 08:10:20 +00:00
historical_info_test.go feat!: Ensure InitGenesis returns with non-empty validator set (#9697) 2021-10-05 12:02:51 +00:00
historical_info.go codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
hooks.go feat!: add error handling to staking hooks (#9571) 2021-06-30 10:13:07 +00:00
invariants.go perf: modify DelegatorSharesInvariant for better performance (#12170) 2022-06-07 14:19:15 -04:00
keeper_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
keeper.go chore: Db linting (#12141) 2022-06-08 19:02:01 +02:00
migrations.go feat: migrate x/staking to app wiring (#12102) 2022-06-03 08:10:20 +00:00
msg_server_test.go feat: Cancel unbonding delegation entry (#10885) 2022-04-05 10:01:13 +00:00
msg_server.go feat: migrate x/staking to app wiring (#12102) 2022-06-03 08:10:20 +00:00
params.go chore: sdk.Int to math.Int (#12132) 2022-06-03 12:17:02 +00:00
pool.go chore: sdk.Int to math.Int (#12132) 2022-06-03 12:17:02 +00:00
power_reduction_test.go revert: Revert "feat: staking config (#10988)" (#11446) 2022-03-24 12:26:25 +01:00
power_reduction.go chore: sdk.Int to math.Int (#12132) 2022-06-03 12:17:02 +00:00
querier_test.go refactor!: create math go sub module (#11788) 2022-04-28 14:05:21 -04:00
querier.go feat: migrate x/staking to app wiring (#12102) 2022-06-03 08:10:20 +00:00
query_utils.go various linter fixes (#8666) 2021-02-23 08:46:01 +00:00
slash_test.go refactor!: create math go sub module (#11788) 2022-04-28 14:05:21 -04:00
slash.go chore: sdk.Int to math.Int (#12132) 2022-06-03 12:17:02 +00:00
test_common.go feat: migrate x/staking to app wiring (#12102) 2022-06-03 08:10:20 +00:00
val_state_change.go revert: Turn staking power reduction into an on-chain param (#9495) 2021-06-14 14:45:15 +00:00
validator_bench_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
validator_test.go feat: migrate x/staking to app wiring (#12102) 2022-06-03 08:10:20 +00:00
validator.go chore: sdk.Int to math.Int (#12132) 2022-06-03 12:17:02 +00:00