Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: dcef4128b8a3c157fe42a86a55c31380cee4668a
https://github.com/conformal/btcd/commit/dcef4128b8a3c157fe42a86a55c31380cee4668a
Author: Dave Collins <[email protected]>
Date: 2014-01-25 (Sat, 25 Jan 2014)
Changed paths:
M rpcserver.go
M server.go
Log Message:
-----------
Add support for getaddednodeinfo RPC command.
This commit adds full support for the getaddednodeinfo RPC command
including DNS lookups which abide by proxy/onion/tor rules when the DNS
flag is specified. Note that it returns an array of strings when the DNS
flag is not set which is different than the current version of bitcoind
which is bugged and scheduled to be fixed per issue 3581 on the bitcoind
issue tracker.
Commit: fea4109eb272c3a37d5218724735039575356ac3
https://github.com/conformal/btcd/commit/fea4109eb272c3a37d5218724735039575356ac3
Author: Dave Collins <[email protected]>
Date: 2014-01-25 (Sat, 25 Jan 2014)
Changed paths:
M util/btcctl/btcctl.go
Log Message:
-----------
Add getaddednodeinfo support to btcctl.
Compare: https://github.com/conformal/btcd/compare/5736dc05ae31...fea4109eb272