Anton Kaliaev
085fd66f33
p2p: do not format raw msg bytes
While debugging the mempool issue (#5796), I've noticed we're spending quite a bit of time encoding blobs of data, which never get printed! The reason is filtering occurs on the level below, so Go runtime rightfully evaluates function arguments. I think it's okay to not format raw bytes. |
4 years ago | |
---|---|---|
.. | ||
client | cmd: add support for --key (#5612) | 4 years ago |
core | p2p: remove `NodeInfo` interface and rename `DefaultNodeInfo` struct (#5799) | 4 years ago |
grpc | abci: modify Client interface and socket client (#5673) | 4 years ago |
jsonrpc | p2p: do not format raw msg bytes | 4 years ago |
openapi | move broadcast_evidence rpc call from info to evidence (#5634) | 4 years ago |
test | cmd: add support for --key (#5612) | 4 years ago |