doc: Add release notes for two pull requests

This commit is contained in:
MarcoFalke 2024-07-24 17:38:59 +02:00
parent fa7b57e5f5
commit fac0c3d4bf
No known key found for this signature in database

View 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)