Skip to content

Conversation

@Davidson-Souza
Copy link
Member

What is this PR for?

This PR backports two dns seed related PRs to versions 0.7.x.

What is the purpose of this pull request?

  • Bug fix;
  • New feature;
  • Docs update;
  • Test;
  • Other

Which aspect of floresta its being addresed?

  • Blockchain;
  • Nodes communication;
  • User consumption;
  • Utreexo accumulator;
  • Other

Checklists

  • I've signed all my commits;
  • I ran just lint;
  • I ran cargo test;
  • I checked the integration tests;
  • I'm linking the issue being fixed by this PR (if any).

Description

Due to some peers in mainnet-seeds.json going offline, anyone running 0.7.0 or lower won't be able to connect. They will just stay stuck forever. #343 and #344 solves this on master, but this commit backports to our latest stable release, so we can make a new minor release fixing the problem.

Notes to the reviewers

These are the exact same changes made by #343 and #344.

* fix: remove unresponsive DNS seeds

Removes unresponsive DNS seeds `seed.bitcoin.jonasschnelli.ch` and `dnsseed.bitcoin.dashjr.org`

* log: better logging for DNS peer discovery
@Davidson-Souza Davidson-Souza merged commit d23924b into vinteumorg:0.7.x Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants