mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
539 B
539 B
RPC changes
-
The
getnodeaddresses
RPC now returns a "network" field indicating the network type (ipv4, ipv6, onion, or i2p) for each address. -
getnodeaddresses
now also accepts a "network" argument (ipv4, ipv6, onion, or i2p) to return only addresses of the specified network.
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.