nim-codex/codex/blockexchange
Bulat-Ziganshin df1522c9f8
Fixed message.proto to match IPFS specs (#245)
We incorrectly assigned code 2 to the payload field instead of code 3:

Our code: 8c59392526/codex/blockexchange/protobuf/message.proto (L50-L52)

While original code: 0fa397581c/message/pb/message.proto (L43-L45)

And [documentation](https://github.com/ipfs/specs/blob/main/BITSWAP.md#bitswap-120-wire-format).
2022-09-12 21:32:12 -06:00
..
engine Adding metrics (#203) 2022-08-23 10:11:21 -06:00
network Add limits for inflight requests (#169) 2022-07-29 10:19:34 -06:00
peers reorg engine directory structure (#104) 2022-05-19 16:28:53 -06:00
protobuf Fixed message.proto to match IPFS specs (#245) 2022-09-12 21:32:12 -06:00
engine.nim reorg engine directory structure (#104) 2022-05-19 16:28:53 -06:00
network.nim reorg engine directory structure (#104) 2022-05-19 16:28:53 -06:00
peers.nim reorg engine directory structure (#104) 2022-05-19 16:28:53 -06:00