aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/chain.h
Commit message (Expand)AuthorAgeFilesLines
* gui: Do not translate InitWarning messages in debug.logHennadii Stepanov2020-05-101-1/+1
* Make InitError bilingualHennadii Stepanov2020-05-051-1/+2
* [wallet] Remove locked_chain from CWallet, its RPCs and testsAntoine Riard2020-04-301-21/+9
* [wallet] Move methods from Chain::Lock interface to simple ChainAntoine Riard2020-04-301-30/+22
* [wallet] Move getBlockHash from Chain::Lock interface to simple ChainAntoine Riard2020-04-301-3/+3
* [wallet] Move getBlockHeight from Chain::Lock interface to simple ChainAntoine Riard2020-04-301-5/+5
* [wallet] Move getHeight from Chain::Lock interface to simple ChainAntoine Riard2020-04-301-5/+5
* Merge #17954: wallet: Remove calls to Chain::Lock methodsMarcoFalke2020-04-141-19/+56
|\
| * wallet: Avoid use of Chain::Lock in CWallet::GetKeyBirthTimesRussell Yanofsky2020-03-311-3/+0
| * wallet: Avoid use of Chain::Lock in CWallet::ScanForWalletTransactionsRussell Yanofsky2020-03-311-0/+5
| * wallet: Avoid use of Chain::Lock in rescanblockchainRussell Yanofsky2020-03-311-4/+5
| * wallet refactor: Avoid use of Chain::Lock in CWallet::RescanFromTimeRussell Yanofsky2020-03-311-0/+6
| * wallet: Avoid use of Chain::Lock in listsinceblockRussell Yanofsky2020-03-311-0/+12
| * wallet: Avoid use of Chain::Lock in importmultiRussell Yanofsky2020-03-311-4/+0
| * wallet: Avoid use of Chain::Lock in importprunedfundsRussell Yanofsky2020-03-311-0/+6
| * refactor: Add interfaces::FoundBlock class to selectively return block dataRussell Yanofsky2020-03-311-8/+22
* | Merge #17999: refactor: Add ChainClient setMockTime, getWallets methodsMarcoFalke2020-04-101-0/+6
|\ \ | |/ |/|
| * Add ChainClient setMockTime, getWallets methodsRussell Yanofsky2020-02-251-0/+6
* | Fix wallet unload race conditionRussell Yanofsky2020-03-271-1/+1
* | refactor: Change Chain::broadcastTransaction param orderRussell Yanofsky2020-03-191-1/+4
* | refactor: Rename Chain::Notifications methods to be consistent with other int...Russell Yanofsky2020-03-191-7/+7
* | [validation interface] Remove vtxConflicted from BlockConnectedJohn Newbery2020-03-111-1/+1
|/
* scripted-diff: Bump copyright of files changed in 2020MarcoFalke2020-01-151-1/+1
* Merge #16963: wallet: Fix unique_ptr usage in boost::signals2Wladimir J. van der Laan2020-01-081-4/+1
|\
| * Drop signal CClientUIInterface::LoadWalletRussell Yanofsky2019-10-261-4/+1
* | Remove getBlockDepth method from Chain::interfaceAntoine Riard2019-11-061-4/+0
* | Only return early from BlockUntilSyncedToCurrentChain if current tipAntoine Riard2019-11-061-3/+2
* | Pass block height in Chain::BlockConnected/Chain::BlockDisconnectedAntoine Riard2019-11-051-2/+2
* | Merge #15921: validation: Tidy up ValidationState interfaceWladimir J. van der Laan2019-10-301-1/+0
|\ \
| * | [validation] Add CValidationState subclassesJohn Newbery2019-10-291-1/+0
| |/
* / Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky2019-10-281-1/+2
|/
* [wallet] Remove package limit config access from walletJohn Newbery2019-10-141-0/+5
* Remove p2pEnabled from Chain interfaceAntoine Riard2019-08-081-3/+0
* Remove unused submitToMemoryPool and relayTransactions Chain interfacesAntoine Riard2019-08-011-12/+0
* Add BroadcastTransaction utility usage in Chain interfaceAntoine Riard2019-08-011-0/+5
* Merge #16033: Hold cs_main when reading chainActive via getTipLocator(). Remo...MarcoFalke2019-05-171-5/+0
|\
| * Remove temporary method assumeLocked(). Remove LockingStateImpl. Remove redun...practicalswift2019-05-161-5/+0
* | Merge #15870: wallet: Only fail rescan when blocks have actually been prunedMarcoFalke2019-05-161-3/+3
|\ \ | |/ |/|
| * wallet: Only fail rescan when blocks have actually been prunedMarcoFalke2019-05-061-3/+3
* | Merge #15842: refactor: replace isPotentialtip/waitForNotifications by higher...MarcoFalke2019-05-011-13/+4
|\ \ | |/ |/|
| * refactor: replace isPotentialtip/waitForNotifications by higher methodAntoine Riard2019-04-231-13/+4
* | Merge #15778: [wallet] Move maxtxfee from node to walletMarcoFalke2019-04-271-6/+0
|\ \
| * | [wallet] Move maxTxFee to walletJohn Newbery2019-04-181-6/+0
| |/
* | Merge #15670: refactor: combine Chain::findFirstBlockWithTime/findFirstBlockW...MarcoFalke2019-04-191-13/+4
|\ \ | |/ |/|
| * refactor: combine Chain::findFirstBlockWithTime/findFirstBlockWithTimeAndHeightAntoine Riard2019-03-271-13/+4
* | Remove access to node globals from wallet-linked codeRussell Yanofsky2019-04-101-0/+13
* | Merge #15659: [docs] fix findFork commentMarcoFalke2019-04-101-5/+6
|\ \
| * | [docs] fix comment: the return value of findFork is _not_ an ancestor when th...r89210392019-03-251-5/+6
| |/
* | [wallet] Schedule tx rebroadcasts in walletJohn Newbery2019-04-091-1/+3
* | [wallet] Keep track of the best block time in the walletJohn Newbery2019-04-091-1/+2