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 | p2p: do not format raw msg bytes | 4 years ago |
server | fix lint failures with 1.31 (#5489) | 4 years ago |
test | linter: (1/2) enable errcheck (#5064) | 4 years ago |
types | rpc/jsonrpc/server: ws server optimizations (#5312) | 4 years ago |
doc.go | rpc: refactor lib folder (#4836) | 5 years ago |
jsonrpc_test.go | fix lint failures with 1.31 (#5489) | 4 years ago |