go-ethereum/eth/protocols
rjl493456442 6ed112aee0
eth/protocols/snap: fix catchup stall (#35158)
This PR fixes an issue that when peers legitimately lack a requested
BAL, empty (0x80) is delivered and this BAL entry will be refetched 
over and over again. 

A `refused` tracker is added and catchUp will fail if this BAL is
unavailable against the entire peerset.
2026-06-16 09:11:15 +08:00
..
eth eth/protocols/eth: track announced tx hashes only after send (#35122) 2026-06-08 16:02:20 -04:00
snap eth/protocols/snap: fix catchup stall (#35158) 2026-06-16 09:11:15 +08:00