MetacoSA / NBitcoin

Comprehensive Bitcoin library for the .NET framework.
MIT License
1.87k stars 846 forks source link

Refactor the NetworkAddress #1004

Closed NicolasDorier closed 3 years ago

NicolasDorier commented 3 years ago

This make sure we don't do clear DNS queries if socks proxy is setup. This expose the enum of NetworkAddress, and make sure that Node.Connect does not pick other things than IPv4/6 nodes if no socks is configured.

ping @lontivero