mirror of
https://github.com/bitcoin/bips.git
synced 2026-09-14 19:01:38 +00:00
Merge pull request #2244 from jonatack/2026-08-bip155-add-ref-impl
BIP155: add reference implementation
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
Type: Specification
|
Type: Specification
|
||||||
Assigned: 2019-02-27
|
Assigned: 2019-02-27
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Version: 2.1.0
|
Version: 2.1.1
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Introduction==
|
==Introduction==
|
||||||
@@ -145,7 +145,10 @@ For older peers, that did not emit <code>sendaddrv2</code>, keep sending the leg
|
|||||||
|
|
||||||
==Reference implementation==
|
==Reference implementation==
|
||||||
|
|
||||||
The reference implementation is available at (to be done)
|
Original reference implementation in Bitcoin Core:
|
||||||
|
* https://github.com/bitcoin/bitcoin/issues/18884
|
||||||
|
* https://github.com/bitcoin/bitcoin/pull/19954
|
||||||
|
* https://github.com/bitcoin/bitcoin/pull/20119
|
||||||
|
|
||||||
==Acknowledgements==
|
==Acknowledgements==
|
||||||
|
|
||||||
@@ -196,6 +199,8 @@ Yggdrasil addresses are simply IPv6 addresses in the <code>0200::/7</code> range
|
|||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
* 2.1.1 (2026-08-08):
|
||||||
|
** Add links to reference implementation.
|
||||||
* 2.1.0 (2026-08-03):
|
* 2.1.0 (2026-08-03):
|
||||||
** Document that IPv4-in-IPv6 range MUST NOT be sent with the IPV6 network ID and SHOULD be ignored on receive.
|
** Document that IPv4-in-IPv6 range MUST NOT be sent with the IPV6 network ID and SHOULD be ignored on receive.
|
||||||
* 2.0.0 (2025-10-01):
|
* 2.0.0 (2025-10-01):
|
||||||
|
|||||||
Reference in New Issue
Block a user