aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/chain.cpp
AgeCommit message (Expand)Author
2020-11-24Move ChainImpl from interfaces/chain.cpp to node/interfaces.cppRussell Yanofsky
2020-09-22Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltasGregory Sanders
2020-09-05Remove mempool global from interfacesMarcoFalke
2020-09-05refactor: Add IsRBFOptInEmptyMempoolMarcoFalke
2020-08-13Add loadwallet and createwallet RPC load_on_startup optionsRussell Yanofsky
2020-06-27scripted-diff: Move ui_interface to the node libMarcoFalke
2020-05-15wallet: Minimal fix to restore conflicted transaction notificationsRussell Yanofsky
2020-05-13Merge #18922: gui: Do not translate InitWarning messages in debug.logJonas Schnelli
2020-05-11Merge #18914: refactor: Apply override specifier consistentlyMarcoFalke
2020-05-10gui: Do not translate InitWarning messages in debug.logHennadii Stepanov
2020-05-08refactor: Remove override for final overridersHennadii Stepanov
2020-05-05Make InitError bilingualHennadii Stepanov
2020-04-30[wallet] Remove locked_chain from CWallet, its RPCs and testsAntoine Riard
2020-04-30[wallet] Move methods from Chain::Lock interface to simple ChainAntoine Riard
2020-04-30[wallet] Move getBlockHash from Chain::Lock interface to simple ChainAntoine Riard
2020-04-30[wallet] Move getBlockHeight from Chain::Lock interface to simple ChainAntoine Riard
2020-04-30[wallet] Move getHeight from Chain::Lock interface to simple ChainAntoine Riard
2020-04-15test: Verify findCommonAncestor always initializes outputsRussell Yanofsky
2020-03-31wallet: Avoid use of Chain::Lock in CWallet::GetKeyBirthTimesRussell Yanofsky
2020-03-31wallet: Avoid use of Chain::Lock in CWallet::ScanForWalletTransactionsRussell Yanofsky
2020-03-31wallet: Avoid use of Chain::Lock in rescanblockchainRussell Yanofsky
2020-03-31wallet refactor: Avoid use of Chain::Lock in CWallet::RescanFromTimeRussell Yanofsky
2020-03-31wallet: Avoid use of Chain::Lock in listsinceblockRussell Yanofsky
2020-03-31wallet: Avoid use of Chain::Lock in importmultiRussell Yanofsky
2020-03-31wallet: Avoid use of Chain::Lock in importprunedfundsRussell Yanofsky
2020-03-31refactor: Add interfaces::FoundBlock class to selectively return block dataRussell Yanofsky
2020-03-31Merge #18338: Fix wallet unload race conditionWladimir J. van der Laan
2020-03-27Merge #16995: Fix gcc 9 warningsWladimir J. van der Laan
2020-03-27Fix wallet unload race conditionRussell Yanofsky
2020-03-19refactor: Change Chain::broadcastTransaction param orderRussell Yanofsky
2020-03-19refactor: Rename Chain::Notifications methods to be consistent with other int...Russell Yanofsky
2020-03-11[validation interface] Remove vtxConflicted from BlockConnectedJohn Newbery
2020-02-06refactor: Work around GCC 9 `-Wredundant-move` warningRussell Yanofsky
2020-01-15scripted-diff: Bump copyright of files changed in 2020MarcoFalke
2020-01-15scripted-diff: Replace CCriticalSection with RecursiveMutexMarcoFalke
2020-01-08Merge #16963: wallet: Fix unique_ptr usage in boost::signals2Wladimir J. van der Laan
2019-12-05node: Use mempool from node context instead of globalMarcoFalke
2019-11-06Remove getBlockDepth method from Chain::interfaceAntoine Riard
2019-11-06Only return early from BlockUntilSyncedToCurrentChain if current tipAntoine Riard
2019-11-05Pass block height in Chain::BlockConnected/Chain::BlockDisconnectedAntoine Riard
2019-10-28Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky
2019-10-26Drop signal CClientUIInterface::LoadWalletRussell Yanofsky
2019-10-15Remove unused includespracticalswift
2019-10-14[wallet] Remove package limit config access from walletJohn Newbery
2019-08-08Remove p2pEnabled from Chain interfaceAntoine Riard
2019-08-01Remove unused submitToMemoryPool and relayTransactions Chain interfacesAntoine Riard
2019-08-01Add BroadcastTransaction utility usage in Chain interfaceAntoine Riard
2019-07-24refactor : use RelayTransaction in BroadcastTransaction utilityAntoine Riard
2019-06-26Add Travis check for single parameter constructors not marked "explicit"practicalswift
2019-06-05Merge #15976: refactor: move methods under CChainState (pt. 1)Wladimir J. van der Laan