kubo/assets
Jeromy f4d7369c4a bitswap: protocol extension to handle cids
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>
2016-10-10 08:19:31 -07:00
..
init-doc fix typos in quick start doc 2016-01-01 18:15:29 -08:00
assets_test.go note in assets test 2016-02-05 16:00:29 -08:00
assets.go bitswap: protocol extension to handle cids 2016-10-10 08:19:31 -07:00
bindata.go dir-index-html unescaping 2016-03-02 17:37:34 -08:00
README.md assets: switch to go-bindata 2015-07-03 09:52:08 +02:00

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