forked from cryptonotefoundation/cryptonotewallet
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cryptonote
updated
20 files
+21 −58 | .github/workflows/check.yml | |
+17 −62 | .github/workflows/release.yml | |
+1 −0 | src/Checkpoints/CheckpointsData.h | |
+73 −74 | src/Common/DnsTools.cpp | |
+2 −2 | src/CryptoNoteProtocol/CryptoNoteProtocolHandler.cpp | |
+0 −46 | src/Daemon/Daemon.cpp | |
+0 −121 | src/HTTP/TaskQueue.h | |
+1,080 −764 | src/HTTP/httplib.h | |
+6 −1 | src/JsonRpcServer/JsonRpcServer.cpp | |
+1 −1 | src/JsonRpcServer/JsonRpcServer.h | |
+12 −17 | src/NodeRpcProxy/NodeRpcProxy.cpp | |
+2 −0 | src/NodeRpcProxy/NodeRpcProxy.h | |
+4 −0 | src/PaymentGateService/PaymentGateService.cpp | |
+2 −4 | src/Rpc/JsonRpc.cpp | |
+1 −11 | src/Rpc/RpcServer.cpp | |
+0 −4 | src/Rpc/RpcServer.h | |
+42 −22 | src/Wallet/WalletGreen.cpp | |
+1 −1 | src/Wallet/WalletRpcServer.cpp | |
+1 −1 | src/Wallet/WalletRpcServer.h | |
+16 −16 | src/WalletLegacy/WalletLegacy.cpp |