Commit a27fb50
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
Submodule cryptonote updated 26 files
- CMakeLists.txt+2-1
- include/BlockchainExplorerData.h+1-1
- include/BlockchainExplorerData2.h+8-2
- src/BlockchainExplorer/BlockchainExplorerDataBuilder.cpp+6-2
- src/Common/DnsTools.cpp+1-1
- src/CryptoNoteCore/Blockchain.cpp+11
- src/CryptoNoteCore/Blockchain.h+1
- src/CryptoNoteCore/Core.cpp+35-10
- src/CryptoNoteCore/Core.h+6-2
- src/CryptoNoteCore/CryptoNoteFormatUtils.cpp-1
- src/CryptoNoteCore/ICore.h+1
- src/CryptoNoteCore/TransactionPool.cpp+1-1
- src/PaymentGate/PaymentServiceJsonRpcMessages.cpp+1
- src/PaymentGate/PaymentServiceJsonRpcMessages.h+1
- src/PaymentGate/PaymentServiceJsonRpcServer.cpp+3
- src/Rpc/CoreRpcServerCommandsDefinitions.h+40-2
- src/Rpc/RpcServer.cpp+49-3
- src/Rpc/RpcServer.h+2-1
- src/Serialization/BlockchainExplorerDataSerialization.cpp+7-1
- src/Serialization/BlockchainExplorerDataSerialization.h+1
- src/SimpleWallet/SimpleWallet.cpp+32
- src/Wallet/WalletGreen.cpp+5-5
- src/Wallet/WalletRpcServer.cpp+16-1
- src/Wallet/WalletRpcServer.h+1
- src/Wallet/WalletRpcServerCommandsDefinitions.h+30-7
- src/crypto/crypto.cpp+11-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments