cosmos-sdk/testutil
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
..
cli x/auth: in-process test refactor (#6573) 2020-07-14 18:37:14 +00:00
mock chore: audit testutil (#11954) 2022-05-13 14:45:53 +00:00
network chore: sdk.Int to math.Int (#12132) 2022-06-03 12:17:02 +00:00
rest ci: improve error checking (errcheck linter) (#11195) 2022-04-13 06:46:51 +00:00
sims chore: move DefaultConsensusParams to testutil (#12086) 2022-05-30 09:14:45 -04:00
testdata chore: Db linting (#12141) 2022-06-08 19:02:01 +02:00
testdata_pulsar chore: api sub-module vanity URL (#11941) 2022-05-12 10:19:04 +00:00
context.go refactor: Remove store type aliases (#10295) 2021-10-04 16:36:38 +00:00
ioutil_test.go ci: improve error checking (errcheck linter) (#11195) 2022-04-13 06:46:51 +00:00
ioutil.go refactor!: abstractions for snapshot and pruning; snapshot intervals eventually pruned; unit tests (#11496) 2022-04-21 15:30:36 -04:00
key_test.go chore: move server.GenerateCoinKey and server.GenerateSaveCoinKey to … (#10957) 2022-01-18 15:24:16 +00:00
key.go chore: move server.GenerateCoinKey and server.GenerateSaveCoinKey to … (#10957) 2022-01-18 15:24:16 +00:00
rest.go refactor: move from io/ioutil to io and os package (#10341) 2021-10-13 07:38:22 +00:00