mirror of https://github.com/bitcoin/bitcoin.git
doc: update release notes for 29.x
This commit is contained in:
parent
a8bb76b61f
commit
2d7ebd2d91
|
@ -1,6 +1,6 @@
|
|||
Bitcoin Core version 29.2rc1 is now available from:
|
||||
Bitcoin Core version 29.2rc2 is now available from:
|
||||
|
||||
<https://bitcoincore.org/bin/bitcoin-core-29.2/test.rc1/>
|
||||
<https://bitcoincore.org/bin/bitcoin-core-29.2/test.rc2/>
|
||||
|
||||
This release includes various bug fixes and performance
|
||||
improvements, as well as updated translations.
|
||||
|
@ -43,6 +43,14 @@ Notable changes
|
|||
- #33296 net: check for empty header before calling FillBlock
|
||||
- #33395 net: do not apply whitelist permissions to onion inbounds
|
||||
|
||||
### Mempool
|
||||
|
||||
- #33504 mempool: Do not enforce TRUC checks on reorg
|
||||
|
||||
### RPC
|
||||
|
||||
- #33446 rpc: fix getblock(header) returns target for tip
|
||||
|
||||
### CI
|
||||
|
||||
- #32999 ci: Use APT_LLVM_V in msan task
|
||||
|
@ -50,6 +58,10 @@ Notable changes
|
|||
- #33258 ci: use LLVM 21
|
||||
- #33364 ci: always use tag for LLVM checkout
|
||||
|
||||
### Doc
|
||||
|
||||
- #33484 doc: rpc: fix case typo in `finalizepsbt` help
|
||||
|
||||
### Misc
|
||||
|
||||
- #33310 trace: Workaround GCC bug compiling with old systemtap
|
||||
|
@ -67,6 +79,8 @@ Thanks to everyone who directly contributed to this release:
|
|||
- Luke Dashjr
|
||||
- MarcoFalke
|
||||
- Martin Zumsande
|
||||
- Sebastian Falbesoner
|
||||
- Sjors Provoost
|
||||
- Vasil Dimov
|
||||
|
||||
As well as to everyone that helped with translations on
|
||||
|
|
Loading…
Reference in New Issue