1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-26 12:10:14 +00:00

Backward compatibility break caused by the addition of version.relay.

Eric Voskuil 2017-05-22 18:51:49 -07:00
parent bcdb4cf150
commit 8bfd3ace7f

1
Comments:BIP-0037.md Normal file

@ -0,0 +1 @@
The addition of the `version.relay` field is a wire protocol compatibility break. Previous protocol versions that validate the `version` message (specifically its length) have no way to know that there are new versions of the message of greater length. This causes failure of the handshake. See additional comments in BIP60. --Eric Voskuil, 2017-05-22