mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-21 08:38:17 +00:00
Clarify new libp2p modules transport behaviour
This commit is contained in:
parent
1bb1f8f6b6
commit
2350ce5a6f
@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
- **Breaking**: Websocket protocol is not automatically added anymore if the user specifies a protocol in `libp2p.modules`
|
||||||
|
when using `Waku.create`.
|
||||||
- **Breaking**: Options passed to `Waku.create` used to be passed to `Libp2p.create`;
|
- **Breaking**: Options passed to `Waku.create` used to be passed to `Libp2p.create`;
|
||||||
Now, only the `libp2p` property is passed to `Libp2p.create`, allowing for a cleaner interface.
|
Now, only the `libp2p` property is passed to `Libp2p.create`, allowing for a cleaner interface.
|
||||||
- Examples (cli chat): Use tcp protocol instead of websocket.
|
- Examples (cli chat): Use tcp protocol instead of websocket.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user