cosmos-sdk/testutil
Matt Kocubinski 184235e1a8
refactor: create go.mod for simapp (#13130)
* Add go.mod for simapp

* creating dep check script

* new version of cosmos-sdk

* tests/ must be a module also if it is to test simapp

* maybe add a github action which should fail

* mv tests/mocks -> testutil/mock

* Refactor usages of tests/mocks

* update build command

* fix rosetta tests

* go mod tidy

* use cosmossdk.io/simapp

* Update sim entrypoints

* use simapp as a module

* go mod tidy

* Add replaced for vuln package

* fix vuln dep

* this CI run should fail

* this CI run should succeed

* use absolute path in makefile
2022-09-07 18:14:22 +00:00
..
cli refactor: x/bank integration and e2e tests (#12779) 2022-08-02 10:10:31 -05:00
configurator test(gov): Remove simapp references from module tests and simulations (#13043) 2022-08-29 14:24:51 +00:00
mock refactor: create go.mod for simapp (#13130) 2022-09-07 18:14:22 +00:00
network refactor: remove use of tmos "github.com/tendermint/tendermint/libs/os" (#13113) 2022-09-01 21:00:50 +00:00
rest chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +02:00
sims chore: bump tendermint version (#13148) 2022-09-05 07:39:12 +00:00
testdata chore: proto image migrate to ghcr (#13168) 2022-09-07 12:03:00 +00:00
testdata_pulsar chore: proto image migrate to ghcr (#13168) 2022-09-07 12:03:00 +00:00
account.go refactor(crisis): CLI tests using Tendermint mock (#12874) 2022-08-10 13:54:31 +00:00
context.go refactor: Use mocks for x/nft testing (#12407) 2022-07-05 14:38:27 +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 refactor(testutil): remove dependency on simapp (#12624) 2022-07-20 07:34:58 +00:00
key.go chore: move server.GenerateCoinKey and server.GenerateSaveCoinKey to … (#10957) 2022-01-18 15:24:16 +00:00
list.go refactor: remove weird casting for staking.Keeper in slashing and distribution (#12973) 2022-08-20 21:11:44 +00:00
rest.go refactor: move from io/ioutil to io and os package (#10341) 2021-10-13 07:38:22 +00:00