You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the doc, type of the parameters "full", "accounts", "type" was not mentioned as they are deprecated values but as the parameters accept True/False inputs, basic expectation is to error out if the input is non boolean value.
Issue Description
full
,accounts
andtype
parameters inledger
API do not return error on malformed inputs.Steps to Reproduce
Test data: "False", "True", "malformedinput", 0, 1, -1, "@#$%^"
Test parameters: "full", "accounts", "type"
Sample request:
Expected Result
In the doc,
type
of the parameters "full", "accounts", "type" was not mentioned as they are deprecated values but as the parameters acceptTrue/False
inputs, basic expectation is to error out if the input is non boolean value.Expected error:
invalidParams
Actual Result
Environment
Rippled version: 2.3.0-b1
Supporting Files
The text was updated successfully, but these errors were encountered: