romanz / electrs

An efficient re-implementation of Electrum Server in Rust
MIT License
1.05k stars 391 forks source link

Feature: add integration tests using `electrum_client` crate #561

Open romanz opened 2 years ago

romanz commented 2 years ago

It is currently used by https://crates.io/crates/electrum-client/reverse_dependencies.

romanz commented 2 years ago

Consider using https://github.com/RCasatta/electrsd for launching electrs in tests.

Kixunil commented 2 years ago

Great idea, TIL about electrsd. We could remove the race condition by implementing systemd socket. :)