Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-11 | Release notes: integrate detached release notes | David A. Harding | |
2018-10-18 | docs: Add release notes for listwalletdir RPC | João Barbosa | |
2018-09-17 | [rpc] Add getnodeaddresses RPC command | chris-belcher | |
New getnodeaddresses call gives access via RPC to the peers known by the node. It may be useful for bitcoin wallets to broadcast their transactions over tor for improved privacy without using the centralized DNS seeds. getnodeaddresses is very similar to the getaddr p2p method. Tests the new rpc call by feeding IP address to a test node via the p2p protocol, then obtaining someone of those addresses with getnodeaddresses and checking that they are a subset. |