mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-26 15:36:19 +01:00
rest: update release notes for /blockpart/ endpoint
This commit is contained in:
@@ -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>`.
|
||||
|
||||
Reference in New Issue
Block a user