Author | SHA1 | Message | Date |
---|---|---|---|
Marko |
dedf0d2350
|
proto: folder structure adhere to buf (#5025) | 4 years ago |
Erik Grinaker |
660e72a12f
|
p2p/conn: migrate to Protobuf (#4990)
Migrates the p2p connections to Protobuf. Supersedes #4800. gogoproto's `NewDelimitedReader()` uses an internal buffer, which makes it unsuitable for reading individual messages from a shared reader (since any remaining data in the buffer will be discarded). We therefore add a new `protoio` package with an unbuffered `NewDelimitedReader()`. Additionally, the `NewDelimitedWriter()` returns the number of bytes written, and we've added `MarshalDelimited()` and `UnmarshalDelimited()`, to ease migration of existing code. |
5 years ago |
Anton Kaliaev |
994912211c
|
p2p/conn: add a test for MakeSecretConnection (#4829)
Refs #4154 |
5 years ago |