mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-23 11:27:42 +08:00
This change adds the /ipfs/bitswap/1.1.0 protocol. The new protocol adds a 'payload' field to the protobuf message and deprecates the existing 'blocks' field. The 'payload' field is an array of pairs of cid prefixes and block data. The cid prefixes are used to ensure the correct codecs and hash functions are used to handle the block on the receiving end. License: MIT Signed-off-by: Jeromy <why@ipfs.io> |
||
|---|---|---|
| .. | ||
| init-doc | ||
| assets_test.go | ||
| assets.go | ||
| bindata.go | ||
| README.md | ||
Assets loaded in with IPFS
Generating docs
Do not edit the .go files directly.
Instead, edit the source files and use go generate from within the
assets directory:
go get -u github.com/jteeuwen/go-bindata/...
go generate