Commit 613084e
authored
feat: add depinject wiring (#2240)
* formatting
* move overrideWasmVariables to init()
* change initKeepers visibility
* remove initAppModules
* move subspace registration to upgrade handler
* Create app_config.go
* Add depinject
* refactor maccPerms
* remove initSimulationManager
* remove registerNonDepinjectModules
* refactor orderedModuleNames
* finish adapting newApp constructor
* Update .gitignore
* add tx config
* fix prefixes and app loading time
* load app before initializing pinned codes
* remove auth module from RegisterModules
* register ibc tendermint client types
* fix sealed Config bug
* fix test encoding
* fix crypto encoding and address prefix
* Update CHANGELOG.md
* remove some duplicate encoding configs
* simplify test genesis
* fix test default genesis state
* bring back default sudo genesis
* lint
* Delete oracle_genesis.go
* Update testapp.go
* update integration test name
* Update sudo_genesis.go
* remove NewNibiruTestAppAndContextAtTime
* remove manual sudo overriding
* fix linter errors1 parent 2252962 commit 613084e
File tree
63 files changed
+800
-880
lines changed- app
- ante
- codec
- evmante
- simapp
- wasmext
- wasm_cli_test
- cmd/nibid/cmd
- eth
- crypto
- codec
- hd
- eip712
- encoding
- codec
- rpc
- backend
- rpcapi
- gosdk
- x
- common
- asset
- testutil
- action
- genesis
- testapp
- testnetwork
- devgas/v1
- ante
- epochs
- evm
- evmtest
- keeper
- genmsg
- inflation/keeper
- oracle
- cli
- keeper
- sudo
- cli
- keeper
- tokenfactory
- cli
- keeper
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
63 files changed
+800
-880
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| 363 | + | |
| 364 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
118 | 117 | | |
119 | 118 | | |
120 | 119 | | |
121 | | - | |
122 | 120 | | |
123 | 121 | | |
124 | | - | |
| 122 | + | |
125 | 123 | | |
126 | 124 | | |
127 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
39 | | - | |
40 | | - | |
41 | 38 | | |
42 | | - | |
| 39 | + | |
43 | 40 | | |
44 | 41 | | |
45 | 42 | | |
| |||
0 commit comments