-
Notifications
You must be signed in to change notification settings - Fork 104
Upgrade guide from Helia 1.0.0 to Helia 2.0.0
Alex Potsides edited this page Aug 16, 2023
·
1 revision
Please see the release notes for the full run-down of all the new features and bug fixes in helia@2.x.x.
Helia@2.0.0 ships with libp2p@0.46.x which has some breaking changes around how streams are closed and other properties. It also consolidates several modules into @libp2p/interface
and @libp2p/interface-internal
.
Please see the libp2p 0.46.x migration guide for any changes you may need to make to your application, if any.
If you simply use the built-in libp2p instance that comes with Helia there's nothing to do!