cosmos-sdk/x/group/internal/orm
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
..
spec docs: updates outdated docs (#12014) 2022-05-31 08:59:38 -04:00
auto_uint64_test.go feat: Add Table-Store (aka ORM) package - Index and Iterator (#10451) 2021-11-09 18:01:27 +00:00
auto_uint64.go feat: Add Table-Store (aka ORM) package - Genesis (#10481) 2021-11-16 16:08:21 +00:00
example_test.go feat: Add Table-Store (aka ORM) package - Index and Iterator (#10451) 2021-11-09 18:01:27 +00:00
generators_test.go feat: Add Table-Store (aka ORM) package - AutoUInt64Table and PrimaryKeyTable (#10415) 2021-10-27 12:49:37 +00:00
genesis_test.go feat: Add Table-Store (aka ORM) package - Genesis (#10481) 2021-11-16 16:08:21 +00:00
genesis.go chore: group ORM audit changes (#11842) 2022-05-04 12:07:02 +00:00
index_property_test.go feat: Add Table-Store (aka ORM) package - Table and Indexable (#9751) 2021-10-21 10:19:52 +00:00
index_test.go feat: Add Table-Store (aka ORM) package - Index and Iterator (#10451) 2021-11-09 18:01:27 +00:00
index.go chore: group ORM audit changes (#11842) 2022-05-04 12:07:02 +00:00
indexer_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
indexer.go feat: Add Table-Store (aka ORM) package - Index and Iterator (#10451) 2021-11-09 18:01:27 +00:00
iterator_property_test.go feat: Add Table-Store (aka ORM) package - Index and Iterator (#10451) 2021-11-09 18:01:27 +00:00
iterator_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
iterator.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
key_codec_test.go feat: Add Table-Store (aka ORM) package - AutoUInt64Table and PrimaryKeyTable (#10415) 2021-10-27 12:49:37 +00:00
key_codec.go feat: Add Table-Store (aka ORM) package - Index and Iterator (#10451) 2021-11-09 18:01:27 +00:00
orm_scenario_test.go feat: Add Table-Store (aka ORM) package - Genesis (#10481) 2021-11-16 16:08:21 +00:00
primary_key_property_test.go feat: Add Table-Store (aka ORM) package - AutoUInt64Table and PrimaryKeyTable (#10415) 2021-10-27 12:49:37 +00:00
primary_key_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
primary_key.go chore: group ORM audit changes (#11842) 2022-05-04 12:07:02 +00:00
sequence_property_test.go docs: remove typos and IBC documentation (#11933) 2022-05-12 14:02:57 +02:00
sequence_test.go feat: Add Table-Store (aka ORM) package - Index and Iterator (#10451) 2021-11-09 18:01:27 +00:00
sequence.go feat: Add Table-Store (aka ORM) package - Index and Iterator (#10451) 2021-11-09 18:01:27 +00:00
table_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
table.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
testsupport.go chore: Db linting (#12141) 2022-06-08 19:02:01 +02:00
types_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
types.go feat: Add Table-Store (aka ORM) package - Index and Iterator (#10451) 2021-11-09 18:01:27 +00:00