mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
Merge bitcoin/bitcoin#22858: [0.21] Final changes for 0.21.2
6c102a696e
release: bump RC to 0 (-final) (fanquake)f78570ef87
doc: mention bech32m/BIP350 in doc/descriptors.md (Pieter Wuille) Pull request description: Backports: * #22837 - doc: mention bech32m/BIP350 in doc/descriptors.md ACKs for top commit: laanwj: ACK6c102a696e
glozow: ACK6c102a696e
looks correct to me jnewbery: ACK6c102a696e
Tree-SHA512: 8cdfee955e1abdbc6900df3d01982cb77ec57ef008b75487ac9a63d571cc21e4ae0f107849aa575d239a8662619553778955ffbebf57201de5afcd34298d57b4
This commit is contained in:
commit
af591f2068
3 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@ define(_CLIENT_VERSION_MAJOR, 0)
|
||||||
define(_CLIENT_VERSION_MINOR, 21)
|
define(_CLIENT_VERSION_MINOR, 21)
|
||||||
define(_CLIENT_VERSION_REVISION, 2)
|
define(_CLIENT_VERSION_REVISION, 2)
|
||||||
define(_CLIENT_VERSION_BUILD, 0)
|
define(_CLIENT_VERSION_BUILD, 0)
|
||||||
define(_CLIENT_VERSION_RC, 2)
|
define(_CLIENT_VERSION_RC, 0)
|
||||||
define(_CLIENT_VERSION_IS_RELEASE, true)
|
define(_CLIENT_VERSION_IS_RELEASE, true)
|
||||||
define(_COPYRIGHT_YEAR, 2020)
|
define(_COPYRIGHT_YEAR, 2020)
|
||||||
define(_COPYRIGHT_HOLDERS,[The %s developers])
|
define(_COPYRIGHT_HOLDERS,[The %s developers])
|
||||||
|
|
|
@ -91,7 +91,7 @@ Descriptors consist of several types of expressions. The top level expression is
|
||||||
`ADDR` expressions are any type of supported address:
|
`ADDR` expressions are any type of supported address:
|
||||||
- P2PKH addresses (base58, of the form `1...` for mainnet or `[nm]...` for testnet). Note that P2PKH addresses in descriptors cannot be used for P2PK outputs (use the `pk` function instead).
|
- P2PKH addresses (base58, of the form `1...` for mainnet or `[nm]...` for testnet). Note that P2PKH addresses in descriptors cannot be used for P2PK outputs (use the `pk` function instead).
|
||||||
- P2SH addresses (base58, of the form `3...` for mainnet or `2...` for testnet, defined in [BIP 13](https://github.com/bitcoin/bips/blob/master/bip-0013.mediawiki)).
|
- P2SH addresses (base58, of the form `3...` for mainnet or `2...` for testnet, defined in [BIP 13](https://github.com/bitcoin/bips/blob/master/bip-0013.mediawiki)).
|
||||||
- Segwit addresses (bech32, of the form `bc1...` for mainnet or `tb1...` for testnet, defined in [BIP 173](https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki)).
|
- Segwit addresses (bech32 and bech32m, of the form `bc1...` for mainnet or `tb1...` for testnet, defined in [BIP 173](https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki) and [BIP 350](https://github.com/bitcoin/bips/blob/master/bip-0350.mediawiki)).
|
||||||
|
|
||||||
## Explanation
|
## Explanation
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
0.21.2rc2 Release Notes
|
0.21.2 Release Notes
|
||||||
====================
|
====================
|
||||||
|
|
||||||
Bitcoin Core version 0.21.2rc2 is now available from:
|
Bitcoin Core version 0.21.2 is now available from:
|
||||||
|
|
||||||
<https://bitcoincore.org/bin/bitcoin-core-0.21.2/test.rc2/>
|
<https://bitcoincore.org/bin/bitcoin-core-0.21.2/>
|
||||||
|
|
||||||
This minor release includes various bug fixes and performance
|
This minor release includes various bug fixes and performance
|
||||||
improvements, as well as updated translations.
|
improvements, as well as updated translations.
|
||||||
|
@ -42,7 +42,7 @@ longer supported. Additionally, Bitcoin Core does not yet change appearance
|
||||||
when macOS "dark mode" is activated.
|
when macOS "dark mode" is activated.
|
||||||
|
|
||||||
|
|
||||||
0.21.2rc2 change log
|
0.21.2 change log
|
||||||
=================
|
=================
|
||||||
|
|
||||||
### P2P protocol and network code
|
### P2P protocol and network code
|
||||||
|
|
Loading…
Add table
Reference in a new issue