Seen while reviewing #20237.
- Fix a deprecation warning in
contrib/seeds/makeseeds.py
makeseeds.py:139: DeprecationWarning: please use dns.resolver.resolve() instead
asn = int([x.to_text() for x in dns.resolver.query('.'.join(
Per https://dnspython.readthedocs.io/en/latest/whatsnew.html,
dns.resolver.query()was deprecated indnspythonversion 2.0.0.See https://dnspython.readthedocs.io/en/latest/resolver-class.html for more info on the resolver class.
- Update the
dnspythondependency installation instructions incontrib/seeds/README
- The markdown rendering can be seen here: https://github.com/jonatack/bitcoin/tree/contrib-seeds-fixups/contrib/seeds