cosmos-sdk/types/module
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
..
testutil refactor(testutil): remove dependency on simapp (#12624) 2022-07-20 07:34:58 +00:00
configurator.go fix(upgrades): perform no-op if 'from' and 'to' migration version are equal (#12174) 2022-06-08 10:24:21 -04:00
module_int_test.go feat: support in-place migration ordering (#10614) 2022-01-05 22:32:10 +00:00
module_test.go refactor: create go.mod for simapp (#13130) 2022-09-07 18:14:22 +00:00
module.go refactor!: Remove sdk.Router and refactor baseapp tests (#13005) 2022-08-30 23:50:47 +02:00
simulation.go feat: Remove RandomizedParams from the AppModuleSimulation interface (#12846) 2022-08-10 14:34:45 +02:00