plugins/bcli: update minimum required bitcoind version. - #6433
Merged
rustyrussell merged 2 commits intoAug 7, 2023
Conversation
Contributor
Author
|
OK, this fails because docker versions are behind. I know @ShahanaFarooqui is looking at upgrading those, will wait for her merge? |
This comment was marked as off-topic.
This comment was marked as off-topic.
rustyrussell
force-pushed
the
bcli-checkversion
branch
from
July 27, 2023 00:22
b52f448 to
1ce909d
Compare
Member
|
Don't we have some docs that list the minimum |
rustyrussell
force-pushed
the
bcli-checkversion
branch
2 times, most recently
from
August 2, 2023 05:24
6e5aeaa to
802c76c
Compare
Contributor
Author
We don't actually have a minimum right now: our requirements are pretty old, but bitcoin core has a minimum support level, and it's currently >= 23, based on https://bitcoincore.org/en/lifecycle/#schedule |
Updated bitcoin and elements versions to 22.0.
Less than 22 is obsolete anyway, so we should increment this from 16.0 at least! Closes: ElementsProject#6234 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ShahanaFarooqui
force-pushed
the
bcli-checkversion
branch
from
August 5, 2023 00:15
802c76c to
2365df1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Less than 22 is obsolete anyway, so we should increment this from 16.0 at least!
Closes: #6234
Changelog-None