Skip to content

Commit

Permalink
doc: add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaelsadeeq committed Jan 6, 2025
1 parent 08f729e commit 16f3e9e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/release-notes-31384.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- 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 PR also introduces a new startup option, `-maxcoinbaseweight` (default: `8,000` weight units).
All created block template will reserves the default or specified value for the miner coinbase transaction.

- Bitcoin Core will now **fail to start** if the `-blockmaxweight` or `-maxcoinbaseweight` init parameter exceeds
the consensus limit of `4,000,000` weight units.

0 comments on commit 16f3e9e

Please sign in to comment.