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

feat: update x/bank blocked addresses #1493

Merged
merged 5 commits into from
Jun 15, 2022
Merged

feat: update x/bank blocked addresses #1493

merged 5 commits into from
Jun 15, 2022

Conversation

alexanderbez
Copy link
Contributor

Update the deny-list provided to x/bank to allow x/gov and x/groups s.t. that they can RECEIVE funds :)

Blocked on:

@codecov
Copy link

codecov bot commented May 19, 2022

Codecov Report

Merging #1493 (308b19e) into main (a9919d4) will decrease coverage by 0.08%.
The diff coverage is 0.00%.

❗ Current head 308b19e differs from pull request most recent head 504b7a4. Consider uploading reports for the commit 504b7a4 to get more accurate results

@@            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              

app/app.go Show resolved Hide resolved
@alexanderbez alexanderbez requested a review from glnro June 14, 2022 20:13
// remove module accounts that are ALLOWED to received funds
//
// TODO: Blocked on updating to v0.46.x
// delete(modAccAddrs, authtypes.NewModuleAddress(grouptypes.ModuleName).String())
Copy link
Contributor

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.

Copy link
Contributor

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

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

ok

@glnro glnro merged commit fe324be into main Jun 15, 2022
@glnro glnro deleted the bez/tweak-deny-list branch June 15, 2022 21:13
@glnro glnro mentioned this pull request Jun 15, 2022
tokamak-git pushed a commit that referenced this pull request Jun 21, 2022
* updates

* updates

* updates

* updates

Co-authored-by: lg <[email protected]>
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