cosmos-sdk/codec
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
..
legacy fix: RegisterLegacyAminoCodec should error if Msg name is >39 chars (#11349) 2022-03-16 13:21:00 +00:00
types chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
unknownproto chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
amino_codec_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
amino_codec.go Rename clientCtx.JSONMarshaler to JSONCodec (#9251) 2021-05-03 14:45:47 +00:00
amino.go feat(group): add test for keeper and cli (#11679) 2022-05-09 14:43:03 +00:00
any_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
codec_common_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
codec.go fix: remove grpc replace directive (#11089) 2022-02-04 10:54:32 +00:00
json.go Remove bech32 PubKey support (#7477) 2021-03-25 14:53:22 +00:00
proto_codec_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
proto_codec.go chore: Db linting (#12141) 2022-06-08 19:02:01 +02:00
yaml_test.go Migrate BaseAccount PubKey to use Any (#7268) 2020-09-25 08:41:16 +00:00
yaml.go refactor: Implementing sigs.k8s.io YAML to remove .proto yaml annotations (#9780) 2021-09-24 14:37:34 +00:00