Closed mvadari closed 1 week ago
This PR re-adds the "index" field to the server_definitions RPC, and adds some tests to ensure this is caught in the future.
"index"
server_definitions
sfIndex
libxrpl
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 77.9%. Comparing base (9d58f11) to head (8ee6f31). Report is 2 commits behind head on develop.
9d58f11
8ee6f31
High Level Overview of Change
This PR re-adds the
"index"
field to theserver_definitions
RPC, and adds some tests to ensure this is caught in the future.Context of Change
5122 removed
sfIndex
, which had the side effect of removing that field from theserver_definitions
RPC, and this broke client libraries.Type of Change
API Impact
libxrpl
change (any change that may affectlibxrpl
or dependents oflibxrpl
)