bitcoind icon indicating copy to clipboard operation
bitcoind copied to clipboard

Utility to launch a regtest bitcoind process in a rust test

Results 18 bitcoind issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to setup a local regtest node and I'm using this crate. When compiling I get an error in a bitcoind dependency (bitcoincorerpc-json): ```bash warning: skipping duplicate package...

Investigation for https://github.com/lightningdevkit/rust-lightning/issues/2438 I can reproduce locally a similar error as mentioned in the issue with a big amount of processes like in the included test. It seems there is...

https://github.com/rust-bitcoin/rust-bitcoin/blob/6b9d76db7acf036c530d9882c3efede21777e9ff/.github/workflows/gh-release.yml

Add a job in audit (because it's scheduled weekly) building the lib with MSRV so that dependencies broking the MSRV are possibly sooner detected

The `bitcoind` / `electrsd` crates have been enormously helpful for our integration testing, and we (Lexe) think they could be very useful in production as well. **Our interest in a...

If my understanding is correct this crate launches a separate instance per test, which is nice but because of the race condition and tests being run in parallel this can...

using `Vec` as args in Conf doesn't allow the caller to use String, use something allowing that (`T: Borrow, Vec`?)

Preventing using different codepaths _Originally posted by @RCasatta in https://github.com/RCasatta/bitcoind/issues/46#issuecomment-1015203717_

good first issue

- macOS version: Monterey 12.4 - Rust version: tried both `1.56` and `1.63` `cargo test` is failing on macOS with the following error message: Error msg ``` running 8 tests...

bug