Skip to content

Commit

Permalink
[doc] Add release note for adjusted time removal
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Riard <antoine.riard@gmail.com>
  • Loading branch information
dergoegge and ariard committed Jan 2, 2024
1 parent 0fb8cbb commit 1d226ae
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/release-notes-28956.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Adjusted time removal
=====================

The concept of adjusted time (sum of a node's local time and the median time
offset of its first 199 outbound connections) is removed from consensus code.
The warning for a large median time offset (70 minutes or more) is kept and
still observable by a call to `getblockchaininfo`.

Upon observing this warning, node operators should check that their local time
and date are correct to make sure they do not fall out of consensus with the
network.

0 comments on commit 1d226ae

Please sign in to comment.