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
The property vetoed is boolean, therefore assigning it a value of Obsolete would break (or require special handling) in type safe languages. Its not a lot of data, so a new optional property named obsolete may be introduced, which can simply say "obsolete": true.
Steps to Reproduce
rippled feature
Expected Result
It would be great if rippled honored types so that its easy to parse the JSON without special handling.
Issue Description
Until rippled-1.11.0
rippled feature
command used to print a list of amendments along with the following properties:However, since
rippled-1.12.0
, it marks obsolete amendments as:The property
vetoed
is boolean, therefore assigning it a value ofObsolete
would break (or require special handling) in type safe languages. Its not a lot of data, so a new optional property namedobsolete
may be introduced, which can simply say"obsolete": true
.Steps to Reproduce
rippled feature
Expected Result
It would be great if rippled honored types so that its easy to parse the JSON without special handling.
Actual Result
Environment
rippled version 1.12.0
The text was updated successfully, but these errors were encountered: