Skip to content

Commit e1676b0

Browse files
committed
doc: release notes
1 parent 0082f6a commit e1676b0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/release-notes-31600.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Updated RPCs
2+
---
3+
- the `getblocktemplate` RPC `curtime` (BIP22) and `mintime` (BIP23) fields now
4+
account for the timewarp fix proposed in BIP94 on all networks. This ensures
5+
that, in the event a timewarp fix softfork activates on mainnet, un-upgraded
6+
miners will not accidentally violate the timewarp rule. (#31376, #31600)
7+
8+
As a reminder, it's important that any software which uses the `getblocktemplate`
9+
RPC takes these values into account (either `curtime` or `mintime` is fine).
10+
Relying only on a clock can lead to invalid blocks under some circumstances,
11+
especially once a timewarp fix is deployed.

0 commit comments

Comments
 (0)