We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb1f8f commit 2350ce5Copy full SHA for 2350ce5
CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
## [Unreleased]
9
10
### Changed
11
+- **Breaking**: Websocket protocol is not automatically added anymore if the user specifies a protocol in `libp2p.modules`
12
+ when using `Waku.create`.
13
- **Breaking**: Options passed to `Waku.create` used to be passed to `Libp2p.create`;
14
Now, only the `libp2p` property is passed to `Libp2p.create`, allowing for a cleaner interface.
15
- Examples (cli chat): Use tcp protocol instead of websocket.
0 commit comments