As per release process and https://github.com/bitcoin/bitcoin/blob/master/contrib/seeds/README.md
Hardcoded seeds update pre-0.17 branch #13951
pull laanwj wants to merge 3 commits into bitcoin:master from laanwj:2018_08_hardcoded_seeds changing 4 files +1938 −2452-
laanwj commented at 11:59 AM on August 13, 2018: member
-
contrib: in makeseeds, add 0.16.x to PATTERN_AGENT, remove 0.13.x 61c0d3b9aa
-
825fb02ef1
net: Update hardcoded seeds
Pre-0.17 branch hardcoded seeds update.
- laanwj added the label P2P on Aug 13, 2018
- laanwj added this to the milestone 0.17.0 on Aug 13, 2018
-
MarcoFalke commented at 12:54 PM on August 13, 2018: member
utACK 825fb02ef1c716f930bc7c40a6acda5eaff2c40f (Did the same steps and confirmed that my result has a smaller diff against 825fb02ef1c716f930bc7c40a6acda5eaff2c40f, than against current master)
-
MarcoFalke commented at 12:58 PM on August 13, 2018: member
nit: Could add a commit to fix
GetDesireableServiceFlags->GetDesirableServiceFlags, since that is used in the code. Proposed diff:diff --git a/contrib/seeds/README.md b/contrib/seeds/README.md index 6dc277f298..502c20d0d6 100644 --- a/contrib/seeds/README.md +++ b/contrib/seeds/README.md @@ -4,7 +4,7 @@ Utility to generate the seeds.txt list that is compiled into the client (see [src/chainparamsseeds.h](/src/chainparamsseeds.h) and other utilities in [contrib/seeds](/contrib/seeds)). Be sure to update `PATTERN_AGENT` in `makeseeds.py` to include the current version, -and remove old versions as necessary (at a minimum when GetDesireableServiceFlags +and remove old versions as necessary (at a minimum when GetDesirableServiceFlags changes its default return value, as those are the services which seeds are added to addrman with). -
contrib: fix GetDesirableServiceFlags typo in seeds/README.md 176aa5aa1d
-
laanwj commented at 1:12 PM on August 13, 2018: member
Thanks, added
-
MarcoFalke commented at 1:13 PM on August 13, 2018: member
re-ACK 176aa5aa1d944113161b99cf6c09b7dd3a5c684e
- ken2812221 referenced this in commit 8a9ffec0a2 on Aug 13, 2018
- laanwj merged this on Aug 13, 2018
- laanwj closed this on Aug 13, 2018
- MarcoFalke locked this on Sep 8, 2021