We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#3100 (comment)
LDK currently uses bech32 0.9.1 (Aug'22 https://github.com/rust-bitcoin/rust-bech32/releases/tag/v0.9.1). Latest version is 0.11.0, and 0.10 was a major rewrite. Currently used bitcoin 0.31.2 uses bech32 0.10.0-beta. Latest bitcoin 0.32.2 uses bech32 0.11.0.
bech32
0.9.1
0.11.0
0.10
bitcoin 0.31.2
bech32 0.10.0-beta
bitcoin 0.32.2
bech32 0.11.0
The text was updated successfully, but these errors were encountered:
We discussed offline that, while we def. should upgrade bech32, upgrading bitcoin has priority for the coming release and could happen independently.
bitcoin
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
#3100 (comment)
LDK currently uses
bech32
0.9.1
(Aug'22 https://github.com/rust-bitcoin/rust-bech32/releases/tag/v0.9.1).Latest version is
0.11.0
, and0.10
was a major rewrite.Currently used
bitcoin 0.31.2
usesbech32 0.10.0-beta
. Latestbitcoin 0.32.2
usesbech32 0.11.0
.The text was updated successfully, but these errors were encountered: