cosmos-sdk/x/authz/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
..
genesis_test.go feat!: make grant expiration optional (#11060) 2022-03-24 18:27:23 +00:00
genesis.go refactor: move x/auth, x/authz, x/slashing and x/mint Init/Export genesis to keeper (#11871) 2022-05-04 12:50:33 -04:00
grpc_query_test.go feat!: make grant expiration optional (#11060) 2022-03-24 18:27:23 +00:00
grpc_query.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02: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
keys_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
keys.go chore: (x/authz) add helpers AppendBytes, ParseByteSlice (#11713) 2022-04-21 14:52:31 -04:00
migrations.go chore: rename migrations v045 -> v046 (#11210) 2022-02-17 12:34:03 +01:00
msg_server.go refactor: register x/authz module specific errors (#11670) 2022-04-19 15:08:35 -04:00