-
Notifications
You must be signed in to change notification settings - Fork 492
fix!: blocked addresses #6176
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
base: main
Are you sure you want to change the base?
fix!: blocked addresses #6176
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great catch, did this cause an issue with these invariants?
I see that BlockedAddresses was introduced in #4400 but rather than using the maccPerms map as it should have been doing, it used the existing ModuleAccountAddrs() func incorrectly (since this does the address conversion upfront).
|
Looks like maybe @galaparm should be added as co-author on this PR? |
AFAICT it hasn't caused any real issues so this can wait until the v7.x.x release
Can do |
|
@galaparm if you want to be added as a co-author, I need your GitHub-verified email. |
|
@rootulp I'd really appreciate being added as a co-author. My verified email is: Thanks a lot! |
Co-authored-by: galaparm <[email protected]>
Closes #6175
Can't be merged to main until we have a
v6.xbranch.