Implement nextgen account_lines handler (#551)

Fixing #550
This commit is contained in:
Alex Kremer
2023-03-24 12:00:00 +00:00
committed by GitHub
parent 4180d81819
commit 8d5e28ef30
7 changed files with 1318 additions and 9 deletions

View File

@@ -59,6 +59,7 @@ target_sources(clio PRIVATE
## NextGen RPC handler
src/rpc/ngHandlers/AccountChannels.cpp
src/rpc/ngHandlers/AccountCurrencies.cpp
src/rpc/ngHandlers/AccountLines.cpp
src/rpc/ngHandlers/Tx.cpp
src/rpc/ngHandlers/GatewayBalances.cpp
src/rpc/ngHandlers/LedgerEntry.cpp
@@ -123,6 +124,7 @@ if(BUILD_TESTS)
unittests/rpc/RPCHelpersTest.cpp
unittests/rpc/handlers/TestHandlerTests.cpp
unittests/rpc/handlers/AccountCurrenciesTest.cpp
unittests/rpc/handlers/AccountLinesTest.cpp
unittests/rpc/handlers/DefaultProcessorTests.cpp
unittests/rpc/handlers/PingTest.cpp
unittests/rpc/handlers/AccountChannelsTest.cpp