mimblewimble / grin

Minimal implementation of the Mimblewimble protocol.
https://grin.mw/
Apache License 2.0
5.04k stars 990 forks source link

Visibility DNSSeed scope tweaks to aid seed test utilities #3707

Closed yeastplume closed 2 years ago

yeastplume commented 2 years ago

Just a few minor scope tweaks to DNSSeed constants and functions to assist with the seed check utility service I'm putting together at:

https://github.com/yeastplume/grin-history-tools/blob/main/crates/seedcheck/src/service/seed.rs

yeastplume commented 2 years ago

I don't know if store being private was a design decision or just nothing was needed until now. I'll assume the latter. Looks good to me 👍

In our case it's mostly 'keep it private until a need arises for it not to be.' Thanks both!