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

Udpate to Bitcoin Core 0.21.1 #1841

Merged
merged 1 commit into from
Jun 9, 2021
Merged

Udpate to Bitcoin Core 0.21.1 #1841

merged 1 commit into from
Jun 9, 2021

Conversation

t-bast
Copy link
Member

@t-bast t-bast commented Jun 8, 2021

Update the default version of bitcoind to 0.21.1.
Deprecate support for version 0.18.1 and 0.19.1.

Nothing impacting changed between 0.20.1 and 0.21.1.
The only change relevant to lightning would be the following:

A new fee_rate parameter/option denominated in satoshis per vbyte (sat/vB) is introduced to the sendtoaddress, sendmany, fundrawtransaction and walletcreatefundedpsbt RPCs as well as to the experimental new send RPC.

But we will be able to leverage it only once we deprecate versions of bitcoind older than 0.21.1.

There's also a change that may be useful in tests (in particular for the TxPublisher):

The generateblock RPC allows testers using regtest mode to generate blocks that consist of a custom set of transactions. (#17693)

Update the default version of `bitcoind` to 0.21.1.
Deprecate support for version 0.18.1 and 0.19.1.
@t-bast t-bast requested a review from sstone June 8, 2021 13:25
@t-bast t-bast merged commit d4b25d5 into master Jun 9, 2021
@t-bast t-bast deleted the bitcoin-21 branch June 9, 2021 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants