rest: update release notes for /blockpart/ endpoint

This commit is contained in:
Roman Zeyde 2025-12-14 12:41:07 +01:00
parent 41118e17f8
commit 89eb531024

View File

@ -1,5 +1,5 @@
New REST API
------------
- A new REST API endpoint (`/rest/blockpart/BLOCKHASH.bin?offset=X&size=Y`) has been introduced
for efficiently fetching a range of bytes from block `BLOCKHASH`.
- A new REST API endpoint (`/rest/blockpart/<BLOCK-HASH>.<bin|hex>?offset=<OFFSET>&size=<SIZE>`) has been introduced
for efficiently fetching a range of bytes from block `<BLOCK-HASH>`.