Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/faucet discovery dns defaults #249

Merged
merged 1 commit into from
Dec 21, 2020

Conversation

meowsbits
Copy link
Member

No DNS discovery defaults were getting set
because you can't test on pointer equivalence
, which was being done on the genesis blocks.

Instead, compare on Hash equivalence
(and handle disambiguation for ETC vs. ETH
using chain ID (61 vs. 1)).

Adds a couple log lines at start up for
more helpful debug logging.

Date: 2020-12-08 06:53:29-06:00
Signed-off-by: meows b5c6@protonmail.com

No DNS discovery defaults were getting set
because you can't test on pointer equivalence
, which was being done on the genesis blocks.

Instead, compare on Hash equivalence
(and handle disambiguation for ETC vs. ETH
 using chain ID (61 vs. 1)).

Adds a couple log lines at start up for
more helpful debug logging.

Date: 2020-12-08 06:53:29-06:00
Signed-off-by: meows <b5c6@protonmail.com>
@meowsbits
Copy link
Member Author

Rel #240

@meowsbits
Copy link
Member Author

meowsbits commented Dec 10, 2020

Fixes #251
Fixes #240

Copy link
Member

@ziogaschr ziogaschr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@meowsbits meowsbits merged commit ee7b793 into master Dec 21, 2020
@meowsbits meowsbits deleted the fix/faucet-discovery-dns-defaults-clean branch December 21, 2020 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants