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

refactor: extract keeper initialization functions in Axelar application #2014

Merged
merged 5 commits into from
Nov 6, 2023

Conversation

cgorenflo
Copy link
Contributor

This commit refactors the keeper initialization logic in the Axelar application. Now, each keeper is initialized in a separate function within the app package, which improves code readability and maintainability. The only change made in this PR is to extract the init functions

Base automatically changed from use-keeper-map to main November 6, 2023 19:32
This commit refactors the keeper initialization logic in the Axelar application. Now, each keeper is initialized in a separate function within the app package, which improves code readability and maintainability.
app/keepers.go Outdated Show resolved Hide resolved
@cgorenflo cgorenflo enabled auto-merge (squash) November 6, 2023 20:34
@cgorenflo cgorenflo merged commit 685b9e9 into main Nov 6, 2023
6 of 7 checks passed
@cgorenflo cgorenflo deleted the extract-init-keeper branch November 6, 2023 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants