Page MenuHomePhabricator

Update makeseeds
ClosedPublic

Authored by jasonbcox on Aug 7 2020, 18:42.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Commits
rABCe6e607b1241b: Update makeseeds
Summary

This patch:

  • Adds next Bitcoin ABC release(s)
  • Fixes out-of-date or missing agent strings
Test Plan
python3 makeseeds.py < seeds_main.txt > nodes_main.txt
python3 makeseeds.py < seeds_test.txt > nodes_test.txt
git diff   # verify seed list still looks good

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

deadalnix requested changes to this revision.Aug 8 2020, 12:23
deadalnix added a subscriber: deadalnix.
deadalnix added inline comments.
contrib/seeds/makeseeds.py
43 ↗(On Diff #22815)

Considering it's not clear if they are goign to fork or not, it's probably not a good idea to go for it.

This revision now requires changes to proceed.Aug 8 2020, 12:23

Removed future versions, given the current climate

deadalnix requested changes to this revision.Aug 16 2020, 17:06

We do not want to set seed for nodes that may end up on another chain.

This revision now requires changes to proceed.Aug 16 2020, 17:06

Let's just stick with ABC for now then..

This revision is now accepted and ready to land.Aug 17 2020, 22:10
This revision was automatically updated to reflect the committed changes.