rename blacklist to blocked (#6455)
* rename blacklisted to cannotSendTo * add changelog * rename to blockedAddrs Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
This commit is contained in:
co-authored by
Federico Kunze
parent
d82114df2b
commit
eb3f7e6473
@@ -120,7 +120,7 @@ or `.v3`.
|
||||
[Buf's recommended version suffix](https://buf.build/docs/lint-checkers#package_version_suffix)
|
||||
(ex. `v1alpha1`) _should_ be used for non-stable packages. These packages should
|
||||
likely be excluded from breaking change detection and _should_ generally
|
||||
be blacklisted from usage by smart contracts/persistent scripts to prevent them
|
||||
be blocked from usage by smart contracts/persistent scripts to prevent them
|
||||
from breaking. The SDK _should_ mark any packages as alpha or beta where the
|
||||
API is likely to change significantly in the near future.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user