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:
colin axner
2020-06-17 13:32:49 +00:00
committed by GitHub
co-authored by Federico Kunze
parent d82114df2b
commit eb3f7e6473
9 changed files with 36 additions and 34 deletions
+1 -1
View File
@@ -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.