-
Notifications
You must be signed in to change notification settings - Fork 734
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
feat: update x/bank blocked addresses #1493
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1493 +/- ##
==========================================
- Coverage 12.05% 11.97% -0.09%
==========================================
Files 9 9
Lines 1418 1428 +10
==========================================
Hits 171 171
- Misses 1241 1251 +10
Partials 6 6 |
// remove module accounts that are ALLOWED to received funds | ||
// | ||
// TODO: Blocked on updating to v0.46.x | ||
// delete(modAccAddrs, authtypes.NewModuleAddress(grouptypes.ModuleName).String()) |
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.
we can uncomment this and merge ? main branch is already in sdk 0.46.
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.
Yes but I don't think the changes @alexanderbez made are in the release we're using, it's in 0.46.x
not rc1
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.
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.
ok
* updates * updates * updates * updates Co-authored-by: lg <[email protected]>
Update the deny-list provided to
x/bank
to allowx/gov
andx/groups
s.t. that they can RECEIVE funds :)Blocked on: