Server Definitions Cleanup (#174)

* update server-definitions + test

* Update ServerDefinitions.cpp

* clang-format
This commit is contained in:
Denis Angell
2023-11-06 11:01:37 +01:00
committed by GitHub
parent c2e8bd2be1
commit 91f9e424a3
4 changed files with 799 additions and 398 deletions

View File

@@ -637,6 +637,7 @@ target_sources (rippled PRIVATE
src/ripple/rpc/handlers/Random.cpp
src/ripple/rpc/handlers/Reservations.cpp
src/ripple/rpc/handlers/RipplePathFind.cpp
src/ripple/rpc/handlers/ServerDefinitions.cpp
src/ripple/rpc/handlers/ServerInfo.cpp
src/ripple/rpc/handlers/ServerState.cpp
src/ripple/rpc/handlers/SignFor.cpp
@@ -993,6 +994,7 @@ if (tests)
src/test/rpc/RPCCall_test.cpp
src/test/rpc/RPCOverload_test.cpp
src/test/rpc/RobustTransaction_test.cpp
src/test/rpc/ServerDefinitions_test.cpp
src/test/rpc/ServerInfo_test.cpp
src/test/rpc/ShardArchiveHandler_test.cpp
src/test/rpc/Status_test.cpp