We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0082f6a commit e1676b0Copy full SHA for e1676b0
doc/release-notes-31600.md
@@ -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