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.h
Age
Commit message (
Expand
)
Author
2022-01-25
Remove unused checkFinalTx
MarcoFalke
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-01
wallet: Replace confusing getAdjustedTime() with GetTime()
MarcoFalke
2021-11-16
policy: Treat taproot as always active
MarcoFalke
2021-10-13
Merge bitcoin/bitcoin#23003: multiprocess: Make interfaces::Chain::isTaprootA...
MarcoFalke
2021-09-16
multiprocess: Make interfaces::Chain::isTaprootActive non-const
Russell Yanofsky
2021-09-20
Merge bitcoin/bitcoin#12677: RPC: Add ancestor{count,size,fees} to listunspen...
W. J. van der Laan
2021-08-19
Merge bitcoin/bitcoin#22217: refactor: Avoid wallet code writing node setting...
Samuel Dobson
2021-08-18
Merge bitcoin/bitcoin#22215: refactor: Add FoundBlock.found member
fanquake
2021-08-01
Expose ancestorsize and ancestorfees via getTransactionAncestry
Luke Dashjr
2021-06-10
Allow tr() import only when Taproot is active
Andrew Chow
2021-06-10
Avoid wallet code writing node settings file
Russell Yanofsky
2021-06-10
Add FoundBlock.found member
Russell Yanofsky
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-03-07
wallet: Mark replaced tx to not be in the mempool anymore
MarcoFalke
2020-12-07
refactor: Get rid of more redundant chain methods
Russell Yanofsky
2020-09-22
Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas
Gregory Sanders
2020-08-27
refactor: Move wallet methods out of chain.h and node.h
Russell Yanofsky
2020-08-13
Add loadwallet and createwallet RPC load_on_startup options
Russell Yanofsky
2020-07-09
wallet: Pass unused args to StartWallets
MarcoFalke
2020-06-16
Add missing includes to fix compile errors
MarcoFalke
2020-05-15
wallet: Minimal fix to restore conflicted transaction notifications
Russell Yanofsky
2020-05-10
gui: Do not translate InitWarning messages in debug.log
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-14
Merge #17954: wallet: Remove calls to Chain::Lock methods
MarcoFalke
2020-04-10
Merge #17999: refactor: Add ChainClient setMockTime, getWallets methods
MarcoFalke
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-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-25
Add ChainClient setMockTime, getWallets methods
Russell Yanofsky
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-08
Merge #16963: wallet: Fix unique_ptr usage in boost::signals2
Wladimir J. van der Laan
2019-11-06
Remove getBlockDepth method from Chain::interface
Antoine Riard
2019-11-06
Only return early from BlockUntilSyncedToCurrentChain if current tip
Antoine Riard
[next]