mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-02 13:53:12 +00:00
@waku packages are expected to (dev)depend on @waku/interfaces to implement them. Hence, to avoid possible cyclic (dev)dependency, define IEnr interface and use it as a type across @waku/packages.
1.3 KiB
1.3 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Added
IPeerExchangeinterface.IEnrinterface.
0.0.6 - 2022-12-15
Changed
- Add
Iprefix to protocol and messages interfaces. - Renamed node interfaces to include
Node. - Renamed
WakuPrivacytoRelayNode.
0.0.5 - 2022-11-18
Added
- Alpha version of
@waku/interfaces.