index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
chain.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
scripted-diff: Rename LockAnnotation to LockAssertion
practicalswift
2019-05-17
1
-13
/
+13
*
|
Merge #16033: Hold cs_main when reading chainActive via getTipLocator(). Remo...
MarcoFalke
2019-05-17
1
-7
/
+3
|
\
\
|
*
|
Remove temporary method assumeLocked(). Remove LockingStateImpl. Remove redun...
practicalswift
2019-05-16
1
-7
/
+3
*
|
|
Merge #15870: wallet: Only fail rescan when blocks have actually been pruned
MarcoFalke
2019-05-16
1
-2
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
wallet: Only fail rescan when blocks have actually been pruned
MarcoFalke
2019-05-06
1
-2
/
+6
*
|
|
[refactor] interfaces: Add missing LockAnnotation for cs_main
MarcoFalke
2019-05-13
1
-1
/
+14
|
|
/
|
/
|
*
|
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-05-03
1
-13
/
+13
*
|
Merge #15842: refactor: replace isPotentialtip/waitForNotifications by higher...
MarcoFalke
2019-05-01
1
-7
/
+10
|
\
\
|
|
/
|
/
|
|
*
refactor: replace isPotentialtip/waitForNotifications by higher method
Antoine Riard
2019-04-23
1
-7
/
+10
*
|
Merge #15778: [wallet] Move maxtxfee from node to wallet
MarcoFalke
2019-04-27
1
-1
/
+0
|
\
\
|
*
|
[wallet] Move maxTxFee to wallet
John Newbery
2019-04-18
1
-1
/
+0
|
|
/
*
|
Merge #15670: refactor: combine Chain::findFirstBlockWithTime/findFirstBlockW...
MarcoFalke
2019-04-19
1
-16
/
+2
|
\
\
|
|
/
|
/
|
|
*
refactor: combine Chain::findFirstBlockWithTime/findFirstBlockWithTimeAndHeight
Antoine Riard
2019-03-27
1
-16
/
+2
*
|
Remove access to node globals from wallet-linked code
Russell Yanofsky
2019-04-10
1
-0
/
+6
*
|
[build] Move policy settings to new src/policy/settings unit
John Newbery
2019-04-09
1
-0
/
+1
*
|
[wallet] Schedule tx rebroadcasts in wallet
John Newbery
2019-04-09
1
-10
/
+1
*
|
[wallet] Keep track of the best block time in the wallet
John Newbery
2019-04-09
1
-2
/
+6
*
|
interfaces: Add Chain::requestMempoolTransactions
João Barbosa
2019-03-31
1
-0
/
+7
|
/
*
Remove remaining wallet accesses to node globals
Russell Yanofsky
2019-03-06
1
-0
/
+9
*
Remove use of CCoinsViewMemPool::GetCoin in wallet code
Russell Yanofsky
2019-03-05
1
-0
/
+2
*
Remove use of CRPCTable::appendCommand in wallet code
Russell Yanofsky
2019-03-05
1
-1
/
+46
*
Remove use CValidationInterface in wallet code
Russell Yanofsky
2019-03-05
1
-0
/
+56
*
Suggested interfaces::Chain cleanups from #15288
Russell Yanofsky
2019-03-04
1
-4
/
+4
*
Remove use of IsInitialBlockDownload in wallet code
Russell Yanofsky
2019-02-22
1
-0
/
+1
*
Remove use of uiInterface.LoadWallet in wallet code
Russell Yanofsky
2019-02-22
1
-0
/
+2
*
Remove use of AcceptToMemoryPool in wallet code
Russell Yanofsky
2019-02-22
1
-0
/
+8
*
Remove uses of InitMessage/Warning/Error in wallet code
Russell Yanofsky
2019-02-22
1
-0
/
+4
*
Remove uses of GetAdjustedTime in wallet code
Russell Yanofsky
2019-02-22
1
-0
/
+2
*
Remove use of g_connman / PushInventory in wallet code
Russell Yanofsky
2019-02-22
1
-0
/
+6
*
Remove uses of g_connman in wallet code
Russell Yanofsky
2019-02-22
1
-0
/
+2
*
Remove uses of fPruneMode in wallet code
Russell Yanofsky
2019-02-22
1
-0
/
+1
*
Remove uses of fee globals in wallet code
Russell Yanofsky
2019-02-22
1
-0
/
+14
*
Remove use of CalculateMemPoolAncestors in wallet code
Russell Yanofsky
2019-02-22
1
-0
/
+14
*
Remove use of GetTransactionAncestry in wallet code
Russell Yanofsky
2019-02-22
1
-0
/
+4
*
Remove use of GetCountWithDescendants in wallet code
Russell Yanofsky
2019-02-22
1
-0
/
+6
*
Remove use of IsRBFOptIn in wallet code
Russell Yanofsky
2019-02-22
1
-0
/
+7
*
Remove uses of CheckFinalTx in wallet code
Russell Yanofsky
2019-02-22
1
-0
/
+6
*
Rename Chain getLocator -> getTipLocator
Russell Yanofsky
2019-02-01
1
-1
/
+1
*
Remove remaining chainActive references from CWallet
Russell Yanofsky
2019-01-15
1
-0
/
+20
*
Convert CWallet::ScanForWalletTransactions and SyncTransaction to the new Cha...
Russell Yanofsky
2019-01-15
1
-0
/
+41
*
Add findFork and findBlock to the Chain interface
Russell Yanofsky
2019-01-15
1
-0
/
+39
*
Add time methods to the Chain interface
Russell Yanofsky
2019-01-15
1
-0
/
+12
*
Add height, depth, and hash methods to the Chain interface
Russell Yanofsky
2019-01-15
1
-0
/
+30
*
Remove uses of cs_main in wallet code
Russell Yanofsky
2018-11-06
1
-0
/
+24
*
Add skeleton chain and client classes
Russell Yanofsky
2018-11-06
1
-0
/
+20
[prev]