aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/chain.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | scripted-diff: Rename LockAnnotation to LockAssertionpracticalswift2019-05-171-13/+13
* | Merge #16033: Hold cs_main when reading chainActive via getTipLocator(). Remo...MarcoFalke2019-05-171-7/+3
|\ \
| * | Remove temporary method assumeLocked(). Remove LockingStateImpl. Remove redun...practicalswift2019-05-161-7/+3
* | | Merge #15870: wallet: Only fail rescan when blocks have actually been prunedMarcoFalke2019-05-161-2/+6
|\ \ \ | |/ / |/| |
| * | wallet: Only fail rescan when blocks have actually been prunedMarcoFalke2019-05-061-2/+6
* | | [refactor] interfaces: Add missing LockAnnotation for cs_mainMarcoFalke2019-05-131-1/+14
| |/ |/|
* | scripted-diff: replace chainActive -> ::ChainActive()James O'Beirne2019-05-031-13/+13
* | Merge #15842: refactor: replace isPotentialtip/waitForNotifications by higher...MarcoFalke2019-05-011-7/+10
|\ \ | |/ |/|
| * refactor: replace isPotentialtip/waitForNotifications by higher methodAntoine Riard2019-04-231-7/+10
* | Merge #15778: [wallet] Move maxtxfee from node to walletMarcoFalke2019-04-271-1/+0
|\ \
| * | [wallet] Move maxTxFee to walletJohn Newbery2019-04-181-1/+0
| |/
* | Merge #15670: refactor: combine Chain::findFirstBlockWithTime/findFirstBlockW...MarcoFalke2019-04-191-16/+2
|\ \ | |/ |/|
| * refactor: combine Chain::findFirstBlockWithTime/findFirstBlockWithTimeAndHeightAntoine Riard2019-03-271-16/+2
* | Remove access to node globals from wallet-linked codeRussell Yanofsky2019-04-101-0/+6
* | [build] Move policy settings to new src/policy/settings unitJohn Newbery2019-04-091-0/+1
* | [wallet] Schedule tx rebroadcasts in walletJohn Newbery2019-04-091-10/+1
* | [wallet] Keep track of the best block time in the walletJohn Newbery2019-04-091-2/+6
* | interfaces: Add Chain::requestMempoolTransactionsJoão Barbosa2019-03-311-0/+7
|/
* Remove remaining wallet accesses to node globalsRussell Yanofsky2019-03-061-0/+9
* Remove use of CCoinsViewMemPool::GetCoin in wallet codeRussell Yanofsky2019-03-051-0/+2
* Remove use of CRPCTable::appendCommand in wallet codeRussell Yanofsky2019-03-051-1/+46
* Remove use CValidationInterface in wallet codeRussell Yanofsky2019-03-051-0/+56
* Suggested interfaces::Chain cleanups from #15288Russell Yanofsky2019-03-041-4/+4
* Remove use of IsInitialBlockDownload in wallet codeRussell Yanofsky2019-02-221-0/+1
* Remove use of uiInterface.LoadWallet in wallet codeRussell Yanofsky2019-02-221-0/+2
* Remove use of AcceptToMemoryPool in wallet codeRussell Yanofsky2019-02-221-0/+8
* Remove uses of InitMessage/Warning/Error in wallet codeRussell Yanofsky2019-02-221-0/+4
* Remove uses of GetAdjustedTime in wallet codeRussell Yanofsky2019-02-221-0/+2
* Remove use of g_connman / PushInventory in wallet codeRussell Yanofsky2019-02-221-0/+6
* Remove uses of g_connman in wallet codeRussell Yanofsky2019-02-221-0/+2
* Remove uses of fPruneMode in wallet codeRussell Yanofsky2019-02-221-0/+1
* Remove uses of fee globals in wallet codeRussell Yanofsky2019-02-221-0/+14
* Remove use of CalculateMemPoolAncestors in wallet codeRussell Yanofsky2019-02-221-0/+14
* Remove use of GetTransactionAncestry in wallet codeRussell Yanofsky2019-02-221-0/+4
* Remove use of GetCountWithDescendants in wallet codeRussell Yanofsky2019-02-221-0/+6
* Remove use of IsRBFOptIn in wallet codeRussell Yanofsky2019-02-221-0/+7
* Remove uses of CheckFinalTx in wallet codeRussell Yanofsky2019-02-221-0/+6
* Rename Chain getLocator -> getTipLocatorRussell Yanofsky2019-02-011-1/+1
* Remove remaining chainActive references from CWalletRussell Yanofsky2019-01-151-0/+20
* Convert CWallet::ScanForWalletTransactions and SyncTransaction to the new Cha...Russell Yanofsky2019-01-151-0/+41
* Add findFork and findBlock to the Chain interfaceRussell Yanofsky2019-01-151-0/+39
* Add time methods to the Chain interfaceRussell Yanofsky2019-01-151-0/+12
* Add height, depth, and hash methods to the Chain interfaceRussell Yanofsky2019-01-151-0/+30
* Remove uses of cs_main in wallet codeRussell Yanofsky2018-11-061-0/+24
* Add skeleton chain and client classesRussell Yanofsky2018-11-061-0/+20