Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: discontinue the use of depinject #160

Merged
merged 38 commits into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
ea824f3
discontinue the use of dependency injection
mantrachain-support Oct 1, 2024
d4a881d
continue cleanup of app.go
mantrachain-support Oct 1, 2024
6dd4cd6
restore genesis config
mantrachain-support Oct 1, 2024
b8d96ff
restore 1:1 original antehandler
mantrachain-support Oct 1, 2024
8ed8c5b
fix test helper code
mantrachain-support Oct 1, 2024
0038bba
further cleanup of app.go
mantrachain-support Oct 1, 2024
1a301f5
cleanup: antehandler and app.go
mantrachain-support Oct 1, 2024
da5db45
fix tokenfactory
freeelancer Oct 1, 2024
a5e01ae
update additional items
mantrachain-support Oct 1, 2024
9440343
ensure that we don't incorrectly add connect to genesis
mantrachain-support Oct 1, 2024
ff1e27a
remove ante folder
mantrachain-support Oct 1, 2024
d75fe18
add old antehandler
mantrachain-support Oct 1, 2024
eb7f5a6
use xfeemarket post handler
freeelancer Oct 1, 2024
9316f7e
remove FinalizeBlock
freeelancer Oct 1, 2024
c8701b8
added connect
freeelancer Oct 1, 2024
7417f59
add swagger
freeelancer Oct 1, 2024
8f4a719
added tax
freeelancer Oct 1, 2024
42f0359
fix lint
freeelancer Oct 1, 2024
36f3207
correct all pointers
freeelancer Oct 1, 2024
4b6b897
add ratelimit
freeelancer Oct 1, 2024
95ad216
add subspace
freeelancer Oct 1, 2024
e3479c7
remove paramskeeper where not needed
freeelancer Oct 2, 2024
fd781f0
remove ica entirely
freeelancer Oct 2, 2024
fea26ac
Merge branch 'main' into discontinue-depinject
mantrachain-support Oct 2, 2024
99ff0f2
Merge branch 'main' into discontinue-depinject
mantrachain-support Oct 2, 2024
659a7a7
fix lint
mantrachain-support Oct 2, 2024
94d7aec
Merge branch 'discontinue-depinject' of https://github.com/mantra-cha…
mantrachain-support Oct 2, 2024
bbfced1
fix test helpers
mantrachain-support Oct 2, 2024
ffcd7d4
refactor golangci
mantrachain-support Oct 2, 2024
6b009a6
re-add init() functions to tests
mantrachain-support Oct 2, 2024
70d63b4
Merge branch 'main' into discontinue-depinject
mantrachain-support Oct 2, 2024
1894afc
refactor config.set code
freeelancer Oct 2, 2024
0b1be0f
added address verifier
freeelancer Oct 2, 2024
a093055
restore the precise former configuration of genesis.go
mantrachain-support Oct 2, 2024
458e169
Merge branch 'discontinue-depinject' of https://github.com/mantra-cha…
mantrachain-support Oct 2, 2024
de75654
remove references to wasmd
mantrachain-support Oct 2, 2024
11c808f
naming references
mantrachain-support Oct 2, 2024
24205c1
update commands
mantrachain-support Oct 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading