Avoid querying DNS seeds, if we have open connections.

The goal is to increase independence and privacy.

Rebased-From: 2e7009d
This commit is contained in:
Jeff Garzik
2014-07-29 11:04:46 -04:00
committed by Wladimir J. van der Laan
parent 736d8b85b3
commit 026b9dfd6e
3 changed files with 15 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ Protocol and network code:
- Add a way to limit deserialized string lengths and use it
- Add a new checkpoint at block 295,000
- Increase IsStandard() scriptSig length
- Avoid querying DNS seeds, if we have open connections
Wallet:
- Check redeemScript size does not exceed 520 byte limit