index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
chain.cpp
Age
Commit message (
Expand
)
Author
2020-08-13
Add loadwallet and createwallet RPC load_on_startup options
Russell Yanofsky
2020-06-27
scripted-diff: Move ui_interface to the node lib
MarcoFalke
2020-05-15
wallet: Minimal fix to restore conflicted transaction notifications
Russell Yanofsky
2020-05-13
Merge #18922: gui: Do not translate InitWarning messages in debug.log
Jonas Schnelli
2020-05-11
Merge #18914: refactor: Apply override specifier consistently
MarcoFalke
2020-05-10
gui: Do not translate InitWarning messages in debug.log
Hennadii Stepanov
2020-05-08
refactor: Remove override for final overriders
Hennadii Stepanov
2020-05-05
Make InitError bilingual
Hennadii Stepanov
2020-04-30
[wallet] Remove locked_chain from CWallet, its RPCs and tests
Antoine Riard
2020-04-30
[wallet] Move methods from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
[wallet] Move getBlockHash from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
[wallet] Move getBlockHeight from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
[wallet] Move getHeight from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-15
test: Verify findCommonAncestor always initializes outputs
Russell Yanofsky
2020-03-31
wallet: Avoid use of Chain::Lock in CWallet::GetKeyBirthTimes
Russell Yanofsky
2020-03-31
wallet: Avoid use of Chain::Lock in CWallet::ScanForWalletTransactions
Russell Yanofsky
2020-03-31
wallet: Avoid use of Chain::Lock in rescanblockchain
Russell Yanofsky
2020-03-31
wallet refactor: Avoid use of Chain::Lock in CWallet::RescanFromTime
Russell Yanofsky
2020-03-31
wallet: Avoid use of Chain::Lock in listsinceblock
Russell Yanofsky
2020-03-31
wallet: Avoid use of Chain::Lock in importmulti
Russell Yanofsky
2020-03-31
wallet: Avoid use of Chain::Lock in importprunedfunds
Russell Yanofsky
2020-03-31
refactor: Add interfaces::FoundBlock class to selectively return block data
Russell Yanofsky
2020-03-31
Merge #18338: Fix wallet unload race condition
Wladimir J. van der Laan
2020-03-27
Merge #16995: Fix gcc 9 warnings
Wladimir J. van der Laan
2020-03-27
Fix wallet unload race condition
Russell Yanofsky
2020-03-19
refactor: Change Chain::broadcastTransaction param order
Russell Yanofsky
2020-03-19
refactor: Rename Chain::Notifications methods to be consistent with other int...
Russell Yanofsky
2020-03-11
[validation interface] Remove vtxConflicted from BlockConnected
John Newbery
2020-02-06
refactor: Work around GCC 9 `-Wredundant-move` warning
Russell Yanofsky
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2020-01-08
Merge #16963: wallet: Fix unique_ptr usage in boost::signals2
Wladimir J. van der Laan
2019-12-05
node: Use mempool from node context instead of global
MarcoFalke
2019-11-06
Remove getBlockDepth method from Chain::interface
Antoine Riard
2019-11-06
Only return early from BlockUntilSyncedToCurrentChain if current tip
Antoine Riard
2019-11-05
Pass block height in Chain::BlockConnected/Chain::BlockDisconnected
Antoine Riard
2019-10-28
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-26
Drop signal CClientUIInterface::LoadWallet
Russell Yanofsky
2019-10-15
Remove unused includes
practicalswift
2019-10-14
[wallet] Remove package limit config access from wallet
John Newbery
2019-08-08
Remove p2pEnabled from Chain interface
Antoine Riard
2019-08-01
Remove unused submitToMemoryPool and relayTransactions Chain interfaces
Antoine Riard
2019-08-01
Add BroadcastTransaction utility usage in Chain interface
Antoine Riard
2019-07-24
refactor : use RelayTransaction in BroadcastTransaction utility
Antoine Riard
2019-06-26
Add Travis check for single parameter constructors not marked "explicit"
practicalswift
2019-06-05
Merge #15976: refactor: move methods under CChainState (pt. 1)
Wladimir J. van der Laan
2019-05-17
scripted-diff: Rename LockAnnotation to LockAssertion
practicalswift
2019-05-17
Merge #16033: Hold cs_main when reading chainActive via getTipLocator(). Remo...
MarcoFalke
2019-05-16
Remove temporary method assumeLocked(). Remove LockingStateImpl. Remove redun...
practicalswift
2019-05-16
Merge #15870: wallet: Only fail rescan when blocks have actually been pruned
MarcoFalke
[next]