mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-24 18:23:26 -03:00
doc: Add release notes for two pull requests
This commit is contained in:
parent
fa7b57e5f5
commit
fac0c3d4bf
1 changed files with 6 additions and 0 deletions
6
doc/release-notes-30482.md
Normal file
6
doc/release-notes-30482.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
Updated REST APIs
|
||||
-----------------
|
||||
- Parameter validation for `/rest/getutxos` has been improved by rejecting
|
||||
truncated or overly large txids and malformed outpoint indices by raising an
|
||||
HTTP_BAD_REQUEST "Parse error". Previously, these malformed requests would be
|
||||
silently handled. (#30482, #30444)
|
Loading…
Add table
Reference in a new issue