aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Atack <[email protected]>2020-08-15 15:26:33 +0200
committerJon Atack <[email protected]>2020-08-15 15:26:33 +0200
commit5da96210fc2fda9fbd79531f42f91262fd7a9257 (patch)
treef3c2add2e177e074ae79c377044b8bb687e795ef
parenttest: rpc_net.py logging and test naming improvements (diff)
downloaddiscoin-5da96210fc2fda9fbd79531f42f91262fd7a9257.tar.xz
discoin-5da96210fc2fda9fbd79531f42f91262fd7a9257.zip
doc: release note for getpeerinfo last_block/last_transaction
-rw-r--r--doc/release-notes-19731.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes-19731.md b/doc/release-notes-19731.md
new file mode 100644
index 000000000..abe38e06a
--- /dev/null
+++ b/doc/release-notes-19731.md
@@ -0,0 +1,6 @@
+Updated RPCs
+------------
+
+- The `getpeerinfo` RPC now has additional `last_block` and `last_transaction`
+ fields that return the UNIX epoch time of the last block and the last valid
+ transaction received from each peer. (#19731)