RCasatta / electrsd

Utility to run a regtest electrsd process connected to a given bitcoind instance, useful in integration testing environment.
MIT License
21 stars 17 forks source link

Make download endpoint configurable #57

Closed tnull closed 1 year ago

tnull commented 1 year ago

Equivalent to https://github.com/RCasatta/bitcoind/pull/107, this PR makes the endpoint configurable from which we download the binaries.

RCasatta commented 1 year ago

needs conflicts resolution

tnull commented 1 year ago

Rebased on master.

Had to kick CI once, not sure why it was flaky, but likely unrelated to this PR.

RCasatta commented 1 year ago

Had to kick CI once, not sure why it was flaky, but likely unrelated to this PR.

Not sure it's the same issue I found but with #61 I introduced a couple of functions with tests and I noticed tests are flaky with electrs version 0.9.1 but much more stable with 0.9.11. I introduced the feature electrs_0_9_11 I recommend using it

tnull commented 1 year ago

Not sure it's the same issue I found but with #61 I introduced a couple of functions with tests and I noticed tests are flaky with electrs version 0.9.1 but much more stable with 0.9.11. I introduced the feature electrs_0_9_11 I recommend using it

Ah, nice to have the wait_height / wait_tx exposed, we so far had implemented the same functionality downstream.