rest: update release notes for `/blockpart/` endpoint
What changed, and why it matters
This commit only updates the wording of a release note for a new Bitcoin Core REST API endpoint. It changes the documentation's placeholder formatting (e.g., BLOCKHASH to BLOCK-HASH) and adds a note that the output can be requested in binary or hex format. There is no code change and no security relevance.
No action required. This is a documentation-only change with no security implications.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies a single Markdown release note file (doc/release-notes-33657.md). It updates the documented URL pattern for the new /rest/blockpart/ endpoint from /rest/blockpart/BLOCKHASH.bin?offset=X&size=Y to /rest/blockpart/
Changed components
doc/release-notes-33657.mdInspect captured patch +2 / −2
diff --git a/doc/release-notes-33657.md b/doc/release-notes-33657.md
index f9e6841b..a9821323 100644
--- a/doc/release-notes-33657.md
+++ b/doc/release-notes-33657.md
@@ -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>`.
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.