mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 11:27:28 -03:00
doc: add release notes
This commit is contained in:
parent
a45af6af4e
commit
7452638559
1 changed files with 17 additions and 0 deletions
17
doc/release-notes-31384.md
Normal file
17
doc/release-notes-31384.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
- Node and Mining
|
||||
|
||||
---
|
||||
|
||||
- PR #31384 fixed an issue where the coinbase transaction weight was being reserved in two different places.
|
||||
The fix ensures that the reservation happens in a single place.
|
||||
|
||||
- This specifies how many weight units to reserve for the coinbase transaction.
|
||||
|
||||
- Upgrade note: the default of `-maxcoinbaseweight` ensures backward compatibility for users who did
|
||||
not override `-blockmaxweight`.
|
||||
|
||||
- If you previously configured `-blockmaxweight=4000000` then you can
|
||||
safely set `-maxcoinbaseweight=4000` to maintain existing behavior.
|
||||
|
||||
- Bitcoin Core will now **fail to start** if the `-blockmaxweight` or `-maxcoinbaseweight` init parameter exceeds
|
||||
the consensus limit of `4,000,000` weight units.
|
Loading…
Reference in a new issue