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
2023-05-30
scripted-diff: move settings to common namespace
TheCharlatan
2023-05-30
move-only: Move settings to the common library
TheCharlatan
2023-05-25
wallet: skip block scan if block was created before wallet birthday
furszy
2023-01-04
Merge bitcoin/bitcoin#26752: wallet: Remove `mempool_sequence` from interface...
glozow
2022-12-26
wallet: remove `mempool_sequence` from `transactionRemovedFromMempool`
w0xlt
2022-12-26
wallet: remove `mempool_sequence` from `transactionAddedToMempool`
w0xlt
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-10-25
add chain interface methods for using BIP 157 block filters
Sebastian Falbesoner
2022-07-18
indexes, refactor: Remove CChainState use in index CommitInternal method
Ryan Ofsky
2022-07-18
indexes, refactor: Remove CBlockIndex* uses in coinstatsindex LookUpOne function
Ryan Ofsky
2022-07-18
indexes, refactor: Pass Chain interface instead of CChainState class to indexes
Ryan Ofsky
2022-07-18
interfaces, refactor: Add more block information to block connected notificat...
Ryan Ofsky
2022-07-18
Merge bitcoin/bitcoin#23997: wallet: avoid rescans under assumed-valid blocks
Andrew Chow
2022-06-23
wallet: Save wallet scan progress
w0xlt
2022-02-15
wallet: avoid rescans if under the snapshot
James O'Beirne
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
[next]