Closed jonasnick closed 4 months ago
Hello @jonasnick , Is the trustedcoin scenario still failing? I noticed that all checks are passing in this PR. Could you guide me on how to reproduce the issue?
I tried running the tests locally, but I couldn't reproduce the problem:
git checkout update-nixpkgs63
cd tests
./run-tests.sh -s "trustedcoin"
Test trustedcoin
works for me, too.
Here's a fix for the failing examples (covered by run-tests.sh all
which includes run-tests.sh examples
).
Hm, I can't reproduce the trustedcoin issue I had seen either. Sorry.
Thanks Erik for the fixups, for some reason I had only run ./run-tests.sh buildable
.
bitcoin: 27.0 -> 27.1 bitcoind: 27.0 -> 27.1 clightning: 24.02.2 -> 24.05 fulcrum: 1.10.0 -> 1.11.0 lnd: 0.17.5-beta -> 0.18.0-beta
The trustedcoin test scenario currently fails with error:
This appears to be an issue in trustedcoin. CC @seberm