Skip to content

Commit

Permalink
added release-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielides committed Dec 19, 2023
1 parent ee1774e commit a1416bc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/release-notes-5776.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit a1416bc

Please sign in to comment.