fuel-core
fuel-core copied to clipboard
bug(p2p): use peer score to determine best peer for request/response protocol
On the testnet we have an issue where we continously keep requesting the same peer for a set of transactions/blocks even when they fail to provide values in time or at all. introduce logic to round robin other nodes and reduce peer score if they cannot provide us values in time.