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: nexus message router get correctly set up #2031

Merged
merged 9 commits into from
Nov 28, 2023
Merged

Conversation

cgorenflo
Copy link
Contributor

@cgorenflo cgorenflo commented Nov 17, 2023

Because keepers were passed as values instead of references, some modules, which relied on the nexus keeper and were initialized before the nexus message router was set up, couldn't use the correct nexus routing. By passing the nexus router as a reference, later router set up still affects the initialized keepers now.

AXE-2640

Because keepers were passed as values instead of references, some modules, which relied on the nexus keeper and were initialized before the nexus message router was set up, couldn't use the correct nexus routing. By passing the nexus router as a reference, later router set up still affects the initialized keepers now.
@cgorenflo cgorenflo requested a review from a team as a code owner November 17, 2023 23:24
Copy link
Contributor

@fish-sammy fish-sammy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you point me to the lines of the actual fix? It's hard to spot it lol.

app/keepers.go Outdated Show resolved Hide resolved
Copy link
Contributor

@fish-sammy fish-sammy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you point me to the lines of the actual fix? It's hard to spot it lol.

app/app.go Outdated Show resolved Hide resolved
João Sousa and others added 2 commits November 23, 2023 17:25
Base automatically changed from keeper-initialization-improvements to main November 24, 2023 02:44
@cgorenflo cgorenflo enabled auto-merge (squash) November 28, 2023 23:52
@cgorenflo cgorenflo merged commit a257fea into main Nov 28, 2023
6 of 7 checks passed
@cgorenflo cgorenflo deleted the fix-message-routing branch November 28, 2023 23:55
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.

4 participants