ElementsProject / elements-miniscript

Creative Commons Zero v1.0 Universal
11 stars 14 forks source link

Use downloaded elementsd(22.1) and bitcoind (24.0.1) #44

Closed sanket1729 closed 1 year ago

apoelstra commented 1 year ago

I'll go ahead and ACK this since it seems to work in CI, but it fails on my system with

---- test_arith stdout ----
thread 'test_arith' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/setup/mod.rs:50:81
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

and strace is not giving me any hint as to why. We should probably update elementsd crate to add context to errors. See https://github.com/RCasatta/bitcoind/pull/94.