From 82c0cf2ef382ece8b11bdc9b971482a8e3a71ae9 Mon Sep 17 00:00:00 2001 From: Konstantin Akimov Date: Fri, 17 Jan 2025 02:07:34 +0700 Subject: [PATCH] docs: release notes for new RPC getislocks and for RPC getbestchainlock changes --- doc/release-notes-6455.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/release-notes-6455.md diff --git a/doc/release-notes-6455.md b/doc/release-notes-6455.md new file mode 100644 index 0000000000000..4b20c00a701d8 --- /dev/null +++ b/doc/release-notes-6455.md @@ -0,0 +1,11 @@ +## New RPCs + +- **`getislocks`** + - Retrieves the InstantSend lock data for the given transaction IDs (txids). + Returns the lock information in both human-friendly JSON format and binary hex-encoded zmq-compatible format. + +## Updated RPCs + +- **`getbestchainlock` Changes** + - A new hex field has been added to the getbestchainlock RPC, which returns the ChainLock information in zmq-compatible, hex-encoded binary format. +