Skip to content

Commit

Permalink
docs: release notes for new RPC getislocks and for RPC getbestchainlo…
Browse files Browse the repository at this point in the history
…ck changes
  • Loading branch information
knst committed Jan 16, 2025
1 parent c1a861e commit 82c0cf2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/release-notes-6455.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 82c0cf2

Please sign in to comment.