electrsd icon indicating copy to clipboard operation
electrsd copied to clipboard

Utility to run a regtest electrsd process connected to a given bitcoind instance, useful in integration testing environment.

Results 11 electrsd issues
Sort by recently updated
recently updated
newest added

partially fixes [#1422](https://github.com/bitcoindevkit/bdk/issues/1422) ### Description It updates the `bitcoind`, and the `electrum-client` crate dependencies. The dependencies `electrum-client`, `bitcoind` and `bitcoin-core-rpc` still depends on unreleased versions, that's why it patches the...

This is not a merge candidate, just for testing the current bitcoin release candidate. Test the latest bitcoin release candidate. Includes bumping the version numbers so we can use this...

A dependency of `zip` recently bumped the `rustc` requirement to 1.6, leading to MSRV violations in downstream projects such as LDK (cf. https://github.com/lightningdevkit/rust-lightning/pull/2055) and BDK: ``` error: package `base64ct v1.6.0`...

The features are not additive, this means running `cargo test --all-features` doesn't work. The problem is the electrs/esplora features used to define `VERSION`, perhaps there is another way? ```rust #[cfg(feature...

Downloading the binaries through a proxy if either HTTPS_PROXY or HTTP_PROXY environment variable is set. closes #29

Works badly, plan to remove update `test_electrsd` to use `wait_height`

bumping `bitcoind` to `0.27.0` cause this error ``` error: failed to select a version for `secp256k1-sys`. ... required by package `secp256k1 v0.22.0` ... which satisfies dependency `secp256k1 = "^0.22.0"` of...

and make functions returning url string

good first issue

It would be really cool, if downloading the executables would use a proxy if one of the following environmant variables are set: * HTTP_PROXY * HTTPS_PROXY

b0deaecdc48f652d5ad8b8d768e278e5634362a7 introduce the possibility to not use monitoring in electrs and df513cfb18297d3d76097bb62dba93676bbf9a94 fixed an issue with the cookie config This use that electrs version to test launch without monitoring and...