You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2019. It is now read-only.
* blacklist to denylist ([#341](https://github.com/libp2p/js-libp2p-switch/issues/341)) ([f64c73b](https://github.com/libp2p/js-libp2p-switch/commit/f64c73b))
8
+
9
+
10
+
### BREAKING CHANGES
11
+
12
+
* Constructor options `blacklistTTL` and `blackListAttempts` have been renamed to `denyTTL` and `denyAttempts`. The error code from errors thrown when dial is currently denied has changed from `ERR_BLACKLISTED` to `ERR_DENIED`.
0 commit comments