-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: removed unutilized and deprecated properties in AxelarApp (#…
…2007) * refactor: removed unutilized and deprecated properties in AxelarApp The following properties were removed from the AxelarApp struct due to them either being unused, or deprecated: 'legacyAmino', 'invCheckPeriod', 'ibcKeeper', 'evidenceKeeper', 'feegrantKeeper', 'tkeys', 'memKeys' and 'configurator'. Also, each keeper is now defined closer to its corresponding usage throughout the app.go file. Consequently, logger parameter is removed from the NewAppModule in module.go file as it is unused. Simplification aims for better readability and maintenance of the codebase.
- Loading branch information
Showing
2 changed files
with
36 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters