Closed zeevo closed 2 years ago
Commit https://github.com/1200wd/bitcoinlib/commit/2308c18a53d1db5fff9962f2b1077098fa891a35 adds support for bech32 addresses.
The second example still throws an exception, because the decoded data length is longer then 16 bytes. Address is a valid bech32 address, but I don't think it will be accepted by the bitcoin network.
Hello
I am seeing an
EncodingError
when trying to decode bech32m addresses. Bech32m is a new address format proposed in BIP-0350 and released in Bitcoin Core 0.21.1.To recreate the EncodingError:
Are there any plans to support bech32m decoding?