Skip to content

Commit

Permalink
Update core
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed May 6, 2024
1 parent 1bcb8a2 commit 5da7a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryptonote
Submodule cryptonote updated 52 files
+3 −1 include/IWallet.h
+60 −58 src/Checkpoints/CheckpointsData.h
+11 −7 src/CryptoNoteProtocol/CryptoNoteProtocolHandler.cpp
+0 −10 src/JsonRpcServer/JsonRpcServer.cpp
+13 −2 src/PaymentGate/PaymentServiceJsonRpcMessages.cpp
+14 −0 src/PaymentGate/PaymentServiceJsonRpcMessages.h
+8 −2 src/PaymentGate/PaymentServiceJsonRpcServer.cpp
+4 −2 src/PaymentGate/PaymentServiceJsonRpcServer.h
+24 −1 src/PaymentGate/WalletService.cpp
+4 −2 src/PaymentGate/WalletService.h
+11 −1 src/PaymentGateService/PaymentGateService.cpp
+24 −16 src/Platform/Linux/System/Dispatcher.cpp
+4 −1 src/Platform/Linux/System/Dispatcher.h
+15 −7 src/Platform/Linux/System/TcpConnection.cpp
+2 −1 src/Platform/Linux/System/TcpConnection.h
+4 −1 src/Platform/Linux/System/TcpConnector.cpp
+2 −1 src/Platform/Linux/System/TcpConnector.h
+8 −4 src/Platform/Linux/System/TcpListener.cpp
+2 −1 src/Platform/Linux/System/TcpListener.h
+8 −4 src/Platform/Linux/System/Timer.cpp
+2 −1 src/Platform/Linux/System/Timer.h
+35 −27 src/Platform/OSX/System/Dispatcher.cpp
+9 −2 src/Platform/OSX/System/Dispatcher.h
+3 −1 src/Platform/OSX/System/TcpConnection.cpp
+2 −1 src/Platform/OSX/System/TcpConnection.h
+3 −1 src/Platform/OSX/System/TcpConnector.cpp
+2 −1 src/Platform/OSX/System/TcpConnector.h
+3 −1 src/Platform/OSX/System/TcpListener.cpp
+2 −1 src/Platform/OSX/System/TcpListener.h
+30 −14 src/Platform/Windows/System/Dispatcher.cpp
+2 −1 src/Platform/Windows/System/Dispatcher.h
+6 −1 src/Platform/Windows/System/ErrorMessage.cpp
+2 −1 src/Platform/Windows/System/ErrorMessage.h
+10 −1 src/Platform/Windows/System/TcpConnection.cpp
+2 −1 src/Platform/Windows/System/TcpConnection.h
+10 −1 src/Platform/Windows/System/TcpConnector.cpp
+2 −1 src/Platform/Windows/System/TcpConnector.h
+11 −1 src/Platform/Windows/System/TcpListener.cpp
+2 −1 src/Platform/Windows/System/TcpListener.h
+5 −1 src/Platform/Windows/System/Timer.cpp
+2 −1 src/Platform/Windows/System/Timer.h
+19 −14 src/Rpc/RpcServer.cpp
+2 −1 src/Rpc/RpcServer.h
+6 −1 src/System/ContextGroup.cpp
+40 −9 src/Transfers/BlockchainSynchronizer.cpp
+5 −2 src/Transfers/BlockchainSynchronizer.h
+4 −2 src/Transfers/IBlockchainSynchronizer.h
+128 −64 src/Transfers/TransfersConsumer.cpp
+4 −5 src/Transfers/TransfersConsumer.h
+88 −47 src/Transfers/TransfersContainer.cpp
+2 −2 src/Wallet/WalletGreen.h
+1 −1 src/Wallet/WalletRpcServer.cpp

0 comments on commit 5da7a11

Please sign in to comment.