ChainSafe / js-libp2p-yamux

Typescript implementation of Yamux
Other
12 stars 9 forks source link

feat: add service capabilities definition #79

Closed achingbrain closed 3 months ago

achingbrain commented 3 months ago

The latest libp2p release allows services to declare their capabilities (what they provide to the node) and their dependencies (the capabilities they require other services to provide for the config to be "valid").

Adds the serviceCapabilities symbol property that says Yamux provides the @libp2p/stream-multiplexing capability.

github-actions[bot] commented 3 weeks ago

:tada: This PR is included in version 7.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: