bitcoindevkit / rust-electrum-client

Bitcoin Electrum client library. Supports plaintext, TLS and Onion servers.
MIT License
72 stars 54 forks source link

Adding optional tests … #93

Open ulrichard opened 1 year ago

ulrichard commented 1 year ago

… to showcase that it currently only works with electrs servers

notmandatory commented 8 months ago

Hi, I'm just getting caught up on PRs in this repo. It's good to have a way to show which electrum servers this repo works and doesn't work with, but I'd rather not have a test that always fails. Also I also don't want to use non-local servers that could fail for other reasons. How would you feel about getting this to at least pass with electrsd and commenting out the other servers as work for future PRs when and if we can get those other servers working and locally testable?