From a1416bc289694659507fd7572d06df2716c23aa3 Mon Sep 17 00:00:00 2001 From: Odysseas Gabrielides Date: Tue, 19 Dec 2023 13:29:12 +0200 Subject: [PATCH] added release-notes --- doc/release-notes-5776.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/release-notes-5776.md diff --git a/doc/release-notes-5776.md b/doc/release-notes-5776.md new file mode 100644 index 0000000000000..b6161c8501320 --- /dev/null +++ b/doc/release-notes-5776.md @@ -0,0 +1,11 @@ +Added RPC +-------- + +- `getassetunlockchainlocks` RPC allows to fetch Asset Unlock txs by their withdrawal index. The RPC accepts an array of indexes and returns status for each index. +The possible outcomes per each index are: +- "chainlocked": If the Asset Unlock index is mined on a Chainlocked block. +- "mined": If no Chainlock information is available, and the Asset Unlock index is mined. +- "mempooled": If the Asset Unlock index is in the mempool. +- null: If none of the above are valid. + +Note: This RPC is whitelisted for the Platform RPC user.