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: reorder initializations in app.go #2017

Merged
merged 6 commits into from
Nov 6, 2023
Merged

Conversation

cgorenflo
Copy link
Contributor

No description provided.

@cgorenflo cgorenflo force-pushed the reorder-initializations branch from 746f2ff to ac5dbfd Compare November 4, 2023 00:33
@cgorenflo cgorenflo force-pushed the extract-init-keeper branch from efd1fb4 to 27a2163 Compare November 4, 2023 01:30
@cgorenflo cgorenflo requested a review from a team as a code owner November 4, 2023 01:30
@cgorenflo cgorenflo force-pushed the reorder-initializations branch from ac5dbfd to 19cb029 Compare November 4, 2023 01:50
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.
@cgorenflo cgorenflo force-pushed the extract-init-keeper branch from 27a2163 to 16d5bc9 Compare November 6, 2023 19:40
This change reorders initializations in app.go, so they are better grouped and closer to where they are needed
@cgorenflo cgorenflo force-pushed the reorder-initializations branch from 19cb029 to 94ee852 Compare November 6, 2023 20:20
Base automatically changed from extract-init-keeper to main November 6, 2023 21:32
@cgorenflo cgorenflo enabled auto-merge (squash) November 6, 2023 22:22
@cgorenflo cgorenflo merged commit ec7bd99 into main Nov 6, 2023
6 of 7 checks passed
@cgorenflo cgorenflo deleted the reorder-initializations branch November 6, 2023 22:27
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