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: add x/distribution's module account into blockedAddr #752

Merged
merged 3 commits into from
Oct 26, 2022

Conversation

0Tech
Copy link
Collaborator

@0Tech 0Tech commented Oct 25, 2022

Description

Closes: #751

Checklist:

  • I followed the contributing guidelines and code of conduct.
  • I have added a relevant changelog to CHANGELOG.md
  • I have added tests to cover my changes.
  • I have updated the documentation accordingly.
  • I have updated API documentation client/docs/swagger-ui/swagger.yaml

@0Tech 0Tech added the A: bug Something isn't working label Oct 25, 2022
@0Tech 0Tech self-assigned this Oct 25, 2022
@codecov
Copy link

codecov bot commented Oct 25, 2022

Codecov Report

Merging #752 (be4cf4f) into main (f7d1830) will increase coverage by 0.00%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #752   +/-   ##
=======================================
  Coverage   62.15%   62.15%           
=======================================
  Files         879      879           
  Lines       99371    99371           
=======================================
+ Hits        61760    61761    +1     
+ Misses      33991    33987    -4     
- Partials     3620     3623    +3     
Impacted Files Coverage Δ
simapp/app.go 86.11% <ø> (ø)
x/collection/msgs.go 51.04% <0.00%> (-1.20%) ⬇️
x/bank/simulation/operations.go 84.19% <0.00%> (+1.29%) ⬆️
x/token/msgs.go 50.95% <0.00%> (+1.52%) ⬆️
x/token/validation.go 89.09% <0.00%> (+1.81%) ⬆️

@0Tech 0Tech marked this pull request as ready for review October 25, 2022 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Distribution ModuleAccountInvariant may be violated by users
4 participants