Closed riverKanies closed 1 week ago
Will adding these fix the test error you're seeing?
@ValuedMammal that did fix the test! At first I thought this might have unwanted side effects, but after some time I do think this is the solution we want!
P.S. originally I was only able to confirm tests on explora as the tests for other clients were failing for me on master with: Error: JSON-RPC error: transport error: Couldn't connect to host: Resource temporarily unavailable (os error 35)
I found a solution and created issue https://github.com/bitcoindevkit/bdk/issues/1723
all tests are now passing for me locally with your proposed changes VM 🥳
Can you just squash the 2nd commit into the first ? then looks looks good to go. Thanks!
@notmandatory squashed and rebased to master
Are you signing git commits also?
Are you signing git commits also?
hmm never heard of this. looks like i managed to set it up, now my commits should be tagged as verified 👍
…uilds of crate testenv
Description
address this issue https://github.com/bitcoindevkit/bdk/issues/1627 where docs.rs build is failing for bdk_testenv crate
original PR: https://github.com/bitcoindevkit/bdk/pull/1679
Notes to the reviewers
I was not able to reproduce the build issue locally, so this will have to be tested live unless someone else can reproduce the build error https://docs.rs/crate/bdk_testenv/0.10.0/builds/1377651
more details in this thread on discord https://discord.com/channels/753336465005608961/1265333904324427849/1304476756660719668
Bugfixes: