You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #3911 removed the check, because in a PoS environment the height of a peer is not updated any more. The removal of the check can lead to request that can not be satisfied by the peer, because they have not reached the necessary block height to deliver the requested header/block, which results in an empty response from that peer. This can lead to disconnection from that peer, when 5 useless responses are recorded in within 1 minute (see class PeerReputation).
The checks for the block height should be reinstated for PoW and PoA networks.
The text was updated successfully, but these errors were encountered:
Description
PR #3911 removed the check, because in a PoS environment the height of a peer is not updated any more. The removal of the check can lead to request that can not be satisfied by the peer, because they have not reached the necessary block height to deliver the requested header/block, which results in an empty response from that peer. This can lead to disconnection from that peer, when 5 useless responses are recorded in within 1 minute (see class PeerReputation).
The checks for the block height should be reinstated for PoW and PoA networks.
The text was updated successfully, but these errors were encountered: