dashpay / dash-network-deploy

Tools for Dash networks deployment and testing
MIT License
21 stars 19 forks source link

refactor: remove `isseednode` #552

Closed strophy closed 1 year ago

strophy commented 1 year ago

Issue being fixed or feature implemented

isseednode no longer served any purpose, because seed nodes are configured by dashmate. Additionally, all non-seed nodes were pointing at the same seed node (always seed-1).

What was done?

How Has This Been Tested?

On testnet

Breaking Changes

None

Checklist:

For repository code-owners and collaborators only

strophy commented 1 year ago

Actually I might have over-complicated this. dashmate just templates in all available seeds, maybe we should do the same here?