Blockstream / electrs

An efficient re-implementation of Electrum Server in Rust
MIT License
301 stars 125 forks source link

Testing with electrum 4.5.4 returns error #98

Closed RCasatta closed 2 days ago

RCasatta commented 1 month ago

From https://github.com/Blockstream/electrs/pull/97 logs

---- test_electrum stdout ----
thread 'test_electrum' panicked at tests/electrum.rs:38:9:
assertion `left == right` failed
  left: Some("0.139")
 right: Some("0.3")
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
RCasatta commented 2 days ago

The change is intended in electrum see https://github.com/spesmilo/electrum/pull/7807