radicle-heartwood-lfs/radicle-node
cloudhead 0358d7bcf0
node: Prefix gossip messages with varint length
This is a breaking protocol change that prefixes all gossip messages
with their length.

This is to allow message extensions, as we'll be able to read the whole
message inclulding the extensions, without having to decode the
extensions.

It also makes it easier to check the message length before we start
decoding, so that we can reject messages that are too big.
2023-08-17 11:48:31 +02:00
..
src node: Prefix gossip messages with varint length 2023-08-17 11:48:31 +02:00
Cargo.toml radicle: Import the new SQLite library with bundled binary 2023-07-25 12:30:03 +02:00
Dockerfile docker: Make Dockerfile easier to read 2023-08-03 13:43:20 +02:00