dominant-strategies / go-quai

Official Go Implementation of the Quai Network
GNU General Public License v3.0
2.36k stars 456 forks source link

[LibP2p] Encoding is replicated across every peer #1835

Closed Djadih closed 1 month ago

Djadih commented 1 month ago

We currently encode a new request object for every peer. We should only encode once and store that object.