cosmos-sdk/x/auth
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
..
ante chore: Db linting (#12141) 2022-06-08 19:02:01 +02:00
atlas chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
client chore: sdk.Int to math.Int (#12132) 2022-06-03 12:17:02 +00:00
keeper feat(x/bank): app wiring migration (#12032) 2022-06-01 16:21:42 -05:00
migrations chore: Db linting (#12141) 2022-06-08 19:02:01 +02:00
posthandler refactor: Mark tips as beta (#12089) 2022-05-31 14:05:16 +00:00
signing refactor: Revert middlewares to antehandlers (part 1/2: baseapp) (#11979) 2022-05-20 09:27:27 +00:00
simulation fix: change SimulationState.InitialStake to sdkmath.Int (#11855) 2022-05-03 00:57:44 +02:00
spec docs: updates outdated docs (#12014) 2022-05-31 08:59:38 -04:00
testutil chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
tx chore!: var-naming linter errors (#12135) 2022-06-03 13:19:54 +00:00
types chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
vesting fix: add base account getter (#12154) 2022-06-06 11:37:44 -04:00
module_test.go feat!: Ensure InitGenesis returns with non-empty validator set (#9697) 2021-10-05 12:02:51 +00:00
module.go chore: sdk.Int to math.Int (#12132) 2022-06-03 12:17:02 +00:00
README.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00

Auth

  • Auth - Authentication of accounts and transactions for Cosmos SDK applications.