kubo/core
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
..
commands bitswap: protocol extension to handle cids 2016-10-10 08:19:31 -07:00
corehttp bitswap: protocol extension to handle cids 2016-10-10 08:19:31 -07:00
corenet update to libp2p 4.0.1 and propogate other changes 2016-10-05 22:12:43 -07:00
corerepo bitswap: protocol extension to handle cids 2016-10-10 08:19:31 -07:00
corerouting bitswap: protocol extension to handle cids 2016-10-10 08:19:31 -07:00
coreunix bitswap: protocol extension to handle cids 2016-10-10 08:19:31 -07:00
mock update to libp2p 4.0.1 and propogate other changes 2016-10-05 22:12:43 -07:00
.gitignore ignore testdb 2014-07-05 15:04:04 -07:00
bootstrap_test.go update to libp2p 4.0.1 and propogate other changes 2016-10-05 22:12:43 -07:00
bootstrap.go update to libp2p 4.0.1 and propogate other changes 2016-10-05 22:12:43 -07:00
builder.go update to libp2p 4.0.1 and propogate other changes 2016-10-05 22:12:43 -07:00
core_test.go update to libp2p 4.0.1 and propogate other changes 2016-10-05 22:12:43 -07:00
core.go bitswap: protocol extension to handle cids 2016-10-10 08:19:31 -07:00
pathresolver_test.go Add test to detect invalid path 2015-07-04 02:50:15 +07:00
pathresolver.go bitswap: protocol extension to handle cids 2016-10-10 08:19:31 -07:00