Simplex version
0.0.4
What happened?
I get this error when running simplex regtest after installing with simplexup.
schoen@vergil:~/src/smplx/examples/basic$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 24.04.4 LTS
Release: 24.04
Codename: noble
schoen@vergil:~/src/smplx/examples/basic$ simplex build
schoen@vergil:~/src/smplx/examples/basic$ simplex regtest
thread 'main' (335454) panicked at crates/regtest/src/regtest.rs:55:17:
Electrs failed to index the sweep after 10 seconds
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Running simplex test gives the same error message but less verbosely.
Minimal reproduction steps
simplex regtest reliably gives this error for me.
Simplex version
0.0.4
What happened?
I get this error when running
simplex regtestafter installing withsimplexup.Running
simplex testgives the same error message but less verbosely.Minimal reproduction steps
simplex regtestreliably gives this error for me.