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 0eadaf7 commit 9745438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryptonote
Submodule cryptonote updated 52 files
+16 −16 .github/workflows/check.yml
+20 −20 .github/workflows/release.yml
+1 −2 external/linenoise/linenoise.hpp
+1 −0 include/IWallet.h
+0 −5 src/AddressGenerator/vanitygen.cpp
+60 −52 src/Checkpoints/CheckpointsData.h
+2 −2 src/Common/ConsoleHandler.cpp
+37 −38 src/Common/FormatTools.cpp
+3 −3 src/Common/FormatTools.h
+1 −0 src/Common/Math.h
+5 −3 src/CryptoNoteCore/BlockchainCache.cpp
+18 −9 src/CryptoNoteCore/Core.cpp
+2 −0 src/CryptoNoteCore/UpgradeDetector.h
+14 −12 src/CryptoNoteProtocol/CryptoNoteProtocolHandler.cpp
+14 −81 src/Daemon/Daemon.cpp
+1 −1 src/GreenWallet/CommandImplementations.cpp
+4 −0 src/GreenWallet/Fusion.cpp
+5 −0 src/GreenWallet/GetInput.cpp
+6 −0 src/GreenWallet/Open.cpp
+4 −0 src/GreenWallet/Sync.cpp
+6 −3 src/GreenWallet/Tools.cpp
+1 −1 src/GreenWallet/Tools.h
+8 −4 src/GreenWallet/Transfer.cpp
+1 −1 src/GreenWallet/Transfer.h
+1 −1 src/GreenWallet/WalletConfig.h
+5 −0 src/JsonRpcServer/JsonRpcServer.cpp
+11 −18 src/NodeRpcProxy/NodeRpcProxy.cpp
+0 −1 src/NodeRpcProxy/NodeRpcProxy.h
+11 −8 src/P2p/NetNode.cpp
+1 −1 src/P2p/P2pNetworks.h
+13 −2 src/PaymentGate/PaymentServiceJsonRpcMessages.cpp
+16 −2 src/PaymentGate/PaymentServiceJsonRpcMessages.h
+8 −2 src/PaymentGate/PaymentServiceJsonRpcServer.cpp
+4 −2 src/PaymentGate/PaymentServiceJsonRpcServer.h
+26 −2 src/PaymentGate/WalletService.cpp
+4 −2 src/PaymentGate/WalletService.h
+6 −1 src/PaymentGateService/ConfigurationManager.cpp
+3 −0 src/PaymentGateService/ConfigurationManager.h
+19 −46 src/PaymentGateService/PaymentGateService.cpp
+1 −0 src/PaymentGateService/PaymentGateService.h
+2 −1 src/Platform/Linux/System/Dispatcher.cpp
+1 −1 src/Platform/Linux/System/Dispatcher.h
+2 −2 src/Platform/Windows/System/TcpListener.cpp
+1 −0 src/Platform/Windows/System/TcpListener.h
+69 −0 src/Rpc/CoreRpcServerCommandsDefinitions.h
+702 −48 src/Rpc/RpcServer.cpp
+16 −11 src/Rpc/RpcServer.h
+53 −6 src/Rpc/RpcServerConfig.cpp
+11 −3 src/Rpc/RpcServerConfig.h
+65 −41 src/SimpleWallet/SimpleWallet.cpp
+4 −4 src/Transfers/BlockchainSynchronizer.cpp
+1 −1 src/Wallet/WalletGreen.h

0 comments on commit 9745438

Please sign in to comment.