Files
tendermint/libs
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.
2020-06-09 16:09:51 +00:00
..
2019-12-05 10:12:08 +01:00
2019-10-14 17:40:15 +02:00
2020-06-04 16:34:56 +02:00
2019-12-17 13:02:45 +01:00
2020-04-20 09:23:46 +00:00
2019-12-17 13:02:45 +01:00
2018-07-01 22:36:03 -04:00