-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: use bitcoind version 28.1 #1398
ci: use bitcoind version 28.1 #1398
Conversation
I'm able to reproduce the failing tests locally. It seems that electrs v0.9.11 doesn't work with bitcoind v28.0, but more recent electrs versions do. I'll need to make a more recent electrs binary available and then use this in the CI. |
I've created RCasatta/electrsd#86 to build a more recent electrs binary. |
1bebadc
to
9c30b31
Compare
Error in logs:
Perhaps an update to the Docker image is required. |
This is in order to use an older GLIBC version so that the binary can be used in CI functional tests for Liana wallet. wizardsardine/liana#1398 (comment)
eb44b22
to
4fd5ff7
Compare
c7c0681
to
708bb3a
Compare
Using the same bitcoind and electrs versions as used by CI, I wasn't able to reproduce the failing test. |
708bb3a
to
c17e945
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK c17e945
This resolves #1397.