From 5bcf8491d15ac148507a4d172469e1fd9d12078e Mon Sep 17 00:00:00 2001 From: Larry Ruane Date: Tue, 15 Aug 2023 00:28:44 -0600 Subject: [PATCH] add release notes --- doc/release-notes-27052.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/release-notes-27052.md diff --git a/doc/release-notes-27052.md b/doc/release-notes-27052.md new file mode 100644 index 00000000000..37393c6fc91 --- /dev/null +++ b/doc/release-notes-27052.md @@ -0,0 +1,8 @@ +JSON-RPC +-------- + +The `getpeerinfo` RPC now returns an additional result field, +`last_block_announcement`, which indicates the most recent time +this peer was the first to announce a new block to the local node. +This timestamp, previously internal only, is used by the stale-tip +eviction logic.