mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
16 lines
539 B
Markdown
16 lines
539 B
Markdown
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.
|