Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: discontinue the use of depinject (#160)
* discontinue the use of dependency injection * continue cleanup of app.go * restore genesis config * restore 1:1 original antehandler * fix test helper code * further cleanup of app.go * cleanup: antehandler and app.go * fix tokenfactory * update additional items * ensure that we don't incorrectly add connect to genesis * remove ante folder * add old antehandler * use xfeemarket post handler * remove FinalizeBlock * added connect * add swagger * added tax * fix lint * correct all pointers * add ratelimit * add subspace * remove paramskeeper where not needed * remove ica entirely * fix lint * fix test helpers * refactor golangci * re-add init() functions to tests * refactor config.set code * added address verifier * restore the precise former configuration of genesis.go * remove references to wasmd * naming references * update commands --------- Co-authored-by: freeelancer <[email protected]>
- Loading branch information