noripple_check implementation of new RPC system (#554)

Fixes #561
This commit is contained in:
cyan317
2023-03-27 14:17:51 +01:00
committed by GitHub
parent 95da706fed
commit b69e4350a1
4 changed files with 1059 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ target_sources(clio PRIVATE
src/rpc/ngHandlers/LedgerRange.cpp
src/rpc/ngHandlers/BookOffers.cpp
src/rpc/ngHandlers/TransactionEntry.cpp
src/rpc/ngHandlers/NoRippleCheck.cpp
src/rpc/ngHandlers/NFTInfo.cpp
## RPC Methods
# Account
@@ -136,6 +137,7 @@ if(BUILD_TESTS)
unittests/rpc/handlers/LedgerRangeTest.cpp
unittests/rpc/handlers/BookOffersTest.cpp
unittests/rpc/handlers/TransactionEntryTest.cpp
unittests/rpc/handlers/NoRippleCheckTest.cpp
unittests/rpc/handlers/NFTInfoTest.cpp)
include(CMake/deps/gtest.cmake)