dominant-strategies / go-quai

Official Go Implementation of the Quai Network
GNU General Public License v3.0
2.37k stars 459 forks source link

Condense the number of PeerDBs into one #1770

Closed Djadih closed 2 months ago

Djadih commented 3 months ago

Right now we have a separate PeerDB for different topics/datatypes, and we also have a different one for each peer quality bucket.

Since the PeerDBs are now split based on topic we have way too many. They should be consolidated into one (or a few) which would greatly improve startup time.