Skip to content

Commit

Permalink
fix: discontinue the use of depinject (#160)
Browse files Browse the repository at this point in the history
* 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
mantrachain-support and freeelancer authored Oct 2, 2024
1 parent 4defdb0 commit 365b16c
Show file tree
Hide file tree
Showing 29 changed files with 2,397 additions and 1,869 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ linters:
- govet
- importas
- ineffassign
- maintidx
# - maintidx (this would be nice to re-enable at some point, to help keep complexity at bay)
- makezero
- misspell
- nakedret
Expand Down
1,315 changes: 1,047 additions & 268 deletions app/app.go

Large diffs are not rendered by default.

368 changes: 0 additions & 368 deletions app/app_config.go

This file was deleted.

19 changes: 0 additions & 19 deletions app/config.go

This file was deleted.

Loading

0 comments on commit 365b16c

Please sign in to comment.