2024-04-12 18:37:49 +02:00
|
|
|
RPC changes
|
|
|
|
-----------------------
|
|
|
|
|
|
|
|
- The `getnodeaddresses` RPC now returns a "network" field indicating the
|
|
|
|
network type (ipv4, ipv6, onion, or i2p) for each address.
|
2024-04-12 18:38:34 +02:00
|
|
|
|
|
|
|
- `getnodeaddresses` now also accepts a "network" argument (ipv4, ipv6, onion,
|
|
|
|
or i2p) to return only addresses of the specified network.
|
2021-08-03 18:25:38 +02:00
|
|
|
|
|
|
|
P2P and network changes
|
|
|
|
-----------------------
|
|
|
|
|
|
|
|
- A dashd node will no longer rumour addresses to inbound peers by default.
|
|
|
|
They will become eligible for address gossip after sending an ADDR, ADDRV2,
|
|
|
|
or GETADDR message.
|