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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas
Gregory Sanders
2020-09-22
1
-2
/
+2
*
refactor: Move wallet methods out of chain.h and node.h
Russell Yanofsky
2020-08-27
1
-13
/
+0
*
Add loadwallet and createwallet RPC load_on_startup options
Russell Yanofsky
2020-08-13
1
-0
/
+7
*
wallet: Pass unused args to StartWallets
MarcoFalke
2020-07-09
1
-1
/
+2
*
Add missing includes to fix compile errors
MarcoFalke
2020-06-16
1
-0
/
+1
*
wallet: Minimal fix to restore conflicted transaction notifications
Russell Yanofsky
2020-05-15
1
-1
/
+2
*
gui: Do not translate InitWarning messages in debug.log
Hennadii Stepanov
2020-05-10
1
-1
/
+1
*
Make InitError bilingual
Hennadii Stepanov
2020-05-05
1
-1
/
+2
*
[wallet] Remove locked_chain from CWallet, its RPCs and tests
Antoine Riard
2020-04-30
1
-21
/
+9
*
[wallet] Move methods from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
1
-30
/
+22
*
[wallet] Move getBlockHash from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
1
-3
/
+3
*
[wallet] Move getBlockHeight from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
1
-5
/
+5
*
[wallet] Move getHeight from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
1
-5
/
+5
*
Merge #17954: wallet: Remove calls to Chain::Lock methods
MarcoFalke
2020-04-14
1
-19
/
+56
|
\
|
*
wallet: Avoid use of Chain::Lock in CWallet::GetKeyBirthTimes
Russell Yanofsky
2020-03-31
1
-3
/
+0
|
*
wallet: Avoid use of Chain::Lock in CWallet::ScanForWalletTransactions
Russell Yanofsky
2020-03-31
1
-0
/
+5
|
*
wallet: Avoid use of Chain::Lock in rescanblockchain
Russell Yanofsky
2020-03-31
1
-4
/
+5
|
*
wallet refactor: Avoid use of Chain::Lock in CWallet::RescanFromTime
Russell Yanofsky
2020-03-31
1
-0
/
+6
|
*
wallet: Avoid use of Chain::Lock in listsinceblock
Russell Yanofsky
2020-03-31
1
-0
/
+12
|
*
wallet: Avoid use of Chain::Lock in importmulti
Russell Yanofsky
2020-03-31
1
-4
/
+0
|
*
wallet: Avoid use of Chain::Lock in importprunedfunds
Russell Yanofsky
2020-03-31
1
-0
/
+6
|
*
refactor: Add interfaces::FoundBlock class to selectively return block data
Russell Yanofsky
2020-03-31
1
-8
/
+22
*
|
Merge #17999: refactor: Add ChainClient setMockTime, getWallets methods
MarcoFalke
2020-04-10
1
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
Add ChainClient setMockTime, getWallets methods
Russell Yanofsky
2020-02-25
1
-0
/
+6
*
|
Fix wallet unload race condition
Russell Yanofsky
2020-03-27
1
-1
/
+1
*
|
refactor: Change Chain::broadcastTransaction param order
Russell Yanofsky
2020-03-19
1
-1
/
+4
*
|
refactor: Rename Chain::Notifications methods to be consistent with other int...
Russell Yanofsky
2020-03-19
1
-7
/
+7
*
|
[validation interface] Remove vtxConflicted from BlockConnected
John Newbery
2020-03-11
1
-1
/
+1
|
/
*
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
1
-1
/
+1
*
Merge #16963: wallet: Fix unique_ptr usage in boost::signals2
Wladimir J. van der Laan
2020-01-08
1
-4
/
+1
|
\
|
*
Drop signal CClientUIInterface::LoadWallet
Russell Yanofsky
2019-10-26
1
-4
/
+1
*
|
Remove getBlockDepth method from Chain::interface
Antoine Riard
2019-11-06
1
-4
/
+0
*
|
Only return early from BlockUntilSyncedToCurrentChain if current tip
Antoine Riard
2019-11-06
1
-3
/
+2
*
|
Pass block height in Chain::BlockConnected/Chain::BlockDisconnected
Antoine Riard
2019-11-05
1
-2
/
+2
*
|
Merge #15921: validation: Tidy up ValidationState interface
Wladimir J. van der Laan
2019-10-30
1
-1
/
+0
|
\
\
|
*
|
[validation] Add CValidationState subclasses
John Newbery
2019-10-29
1
-1
/
+0
|
|
/
*
/
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-28
1
-1
/
+2
|
/
*
[wallet] Remove package limit config access from wallet
John Newbery
2019-10-14
1
-0
/
+5
*
Remove p2pEnabled from Chain interface
Antoine Riard
2019-08-08
1
-3
/
+0
*
Remove unused submitToMemoryPool and relayTransactions Chain interfaces
Antoine Riard
2019-08-01
1
-12
/
+0
*
Add BroadcastTransaction utility usage in Chain interface
Antoine Riard
2019-08-01
1
-0
/
+5
*
Merge #16033: Hold cs_main when reading chainActive via getTipLocator(). Remo...
MarcoFalke
2019-05-17
1
-5
/
+0
|
\
|
*
Remove temporary method assumeLocked(). Remove LockingStateImpl. Remove redun...
practicalswift
2019-05-16
1
-5
/
+0
*
|
Merge #15870: wallet: Only fail rescan when blocks have actually been pruned
MarcoFalke
2019-05-16
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
wallet: Only fail rescan when blocks have actually been pruned
MarcoFalke
2019-05-06
1
-3
/
+3
*
|
Merge #15842: refactor: replace isPotentialtip/waitForNotifications by higher...
MarcoFalke
2019-05-01
1
-13
/
+4
|
\
\
|
|
/
|
/
|
|
*
refactor: replace isPotentialtip/waitForNotifications by higher method
Antoine Riard
2019-04-23
1
-13
/
+4
*
|
Merge #15778: [wallet] Move maxtxfee from node to wallet
MarcoFalke
2019-04-27
1
-6
/
+0
|
\
\
|
*
|
[wallet] Move maxTxFee to wallet
John Newbery
2019-04-18
1
-6
/
+0
|
|
/
*
|
Merge #15670: refactor: combine Chain::findFirstBlockWithTime/findFirstBlockW...
MarcoFalke
2019-04-19
1
-13
/
+4
|
\
\
|
|
/
|
/
|
[next]