Skip to content
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: upgrade bitcoind version to 25 #8386

Conversation

yyforyongyu
Copy link
Member

We remove the env variable used in workflows and specify the version in a single file to make sure we won't misconfig again.

@yyforyongyu yyforyongyu force-pushed the update-bitcoind-version-itest branch 3 times, most recently from 9a61f1a to 8a51915 Compare January 16, 2024 07:32
We remove the env variable used in workflows and specify the version in
a single file to make sure we won't misconfig again.
@yyforyongyu yyforyongyu force-pushed the update-bitcoind-version-itest branch from 8a51915 to c6e48be Compare January 16, 2024 07:41
@@ -2,9 +2,9 @@

set -ev

BITCOIND_VERSION=${BITCOIN_VERSION:-25.0}
BITCOIND_VERSION=25
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would prefer to set it to 25.0, but it won't work as our images are tagged as bitcoin-core:25, tho it looks like it used to be tagged differently, eg, lightninglabs/bitcoin-core:23.0

bitcoind v25.0 updated the `sendrawtransaction` RPC to have an optional
argument `maxburnamount` with a default value of 0. This means our
existing test that uses burning output cannot be published, hence, we
remove the usage of it in our tests and replace it with a normal tx.
@yyforyongyu yyforyongyu force-pushed the update-bitcoind-version-itest branch from f93120e to 6f49073 Compare January 16, 2024 09:39
@yyforyongyu
Copy link
Member Author

just realized it's a dup of #8273

@yyforyongyu yyforyongyu deleted the update-bitcoind-version-itest branch January 16, 2024 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant