Api v1 bool support (#877)

* Allow not bool for signer_lists

* Allow transactions to be not bool for v1

* Add tests for JsonBool
This commit is contained in:
Sergey Kuznetsov
2023-09-28 12:56:38 +01:00
committed by GitHub
parent 6d9f8a7ead
commit ebe7688ccb
8 changed files with 146 additions and 15 deletions

View File

@@ -175,6 +175,7 @@ if (tests)
unittests/rpc/ForwardingProxyTests.cpp
unittests/rpc/WorkQueueTests.cpp
unittests/rpc/AmendmentsTests.cpp
unittests/rpc/JsonBoolTests.cpp
## RPC handlers
unittests/rpc/handlers/DefaultProcessorTests.cpp
unittests/rpc/handlers/TestHandlerTests.cpp