-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
rename blacklist to blocked #6455
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6455 +/- ##
=======================================
Coverage 55.98% 55.98%
=======================================
Files 466 466
Lines 27908 27908
=======================================
Hits 15623 15623
Misses 11180 11180
Partials 1105 1105 |
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.
LGTM. What about denylist or disabledlist? @tessr has good ideas too regarding this
I'd be fine with |
Woo, thanks for doing this! I agree that My question would be, what is the reason that you cannot send to these addresses? Is it that they've been blocked because they're bad in some way? Would Another possibility is Anyways, this is all a bike shed and I'm just happy we're switching to more neutral language! |
If I remember correctly, those addresses aren't "bad", but they just don't support correct adjustment of supply and therefore cause supply invariants to break. I think |
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.
Excellent <3
* rename blacklisted to cannotSendTo * add changelog * rename to blockedAddrs Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Description
Renamed to
CannotSendTo
. The golang renamings wereblockListed
andignoreListed
. I wanted to stay away fromblock
because I could see that being confused for actual blocks on the chain andignore
doesn't feel as self-describable asCannotSendTo
.If someone has a name they think works better, I'll gladly update this pr again 👍
closes: #6447
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorer