These 2 commits are when the Protocol Buffers files have changed:
Commit: | 45ca6bc | |
---|---|---|
Author: | Alex Potsides | |
Committer: | GitHub |
docs: add spell checker to ci (#743) Adds cspell to CI to catch typos in code and docs.
The documentation is generated from this commit.
Commit: | e582c63 | |
---|---|---|
Author: | Alex Potsides | |
Committer: | GitHub |
feat: add @helia/bitswap with sessions (#409) Adds a `@helia/bitswap` module with code ported from `ipfs-bitswap` and greatly simplified. - Supports sessions - Only supports bitswap 1.2.0 - Uses libp2p's metrics system instead of a custom version - Uses Helia's routing instead of libp2p to take advantage of http delegated routers that return bitswap providers --------- Co-authored-by: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com>