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 | |
---|---|---|
.. | ||
testdata | p2p: Add test vectors for deriving secrets (#2120) | 6 years ago |
conn_go110.go | p2p: tmconn->conn and types->p2p | 7 years ago |
conn_notgo110.go | p2p: tmconn->conn and types->p2p | 7 years ago |
connection.go | p2p: do not format raw msg bytes | 4 years ago |
connection_test.go | use Cleanup(),TempDir() in test cases (#5723) | 4 years ago |
evil_secret_connection_test.go | proto: folder structure adhere to buf (#5025) | 4 years ago |
secret_connection.go | crypto: API modifications (#5236) | 4 years ago |
secret_connection_test.go | use Cleanup(),TempDir() in test cases (#5723) | 4 years ago |