Files
bitcoin-mirror/doc/release-notes-33657.md
Roman Zeyde 07135290c1 rest: allow reading partial block data from storage
It will allow fetching specific transactions using an external index,
following https://github.com/bitcoin/bitcoin/pull/32541#issuecomment-3267485313.

Co-authored-by: Hodlinator <172445034+hodlinator@users.noreply.github.com>
Co-authored-by: Lőrinc <pap.lorinc@gmail.com>
2025-12-11 19:02:56 +01:00

191 B

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.