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
/
node
/
interfaces.cpp
Age
Commit message (
Expand
)
Author
2023-06-12
Merge bitcoin/bitcoin#27708: Return EXIT_FAILURE on post-init fatal errors
Ryan Ofsky
2023-06-10
gui: return EXIT_FAILURE on post-init fatal errors
furszy
2023-06-09
Return EXIT_FAILURE on post-init fatal errors
furszy
2023-05-30
scripted-diff: move settings to common namespace
TheCharlatan
2023-05-10
refactor: Move functions to BlockManager methods
TheCharlatan
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-03-26
clang-tidy: Add `performance-inefficient-vector-operation` check
Hennadii Stepanov
2023-03-15
Move ::fImporting to BlockManager
MarcoFalke
2023-03-10
refactor: Consistently use context args over gArgs in node/interfaces
MarcoFalke
2023-02-07
Remove reindex special case from the progress bar label
MarcoFalke
2023-01-16
Add BlockManager::LoadingBlocks()
MarcoFalke
2023-01-04
Merge bitcoin/bitcoin#26752: wallet: Remove `mempool_sequence` from interface...
glozow
2023-01-03
Merge bitcoin/bitcoin#26289: Use util::Result in for calculating mempool ance...
Andrew Chow
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-12-13
mempool: use util::Result for CalculateMemPoolAncestors
stickies-v
2022-12-07
Merge bitcoin/bitcoin#26298: refactor: Move src/interfaces/*.cpp files to lib...
fanquake
2022-11-30
refactor: Move `txmempool_entry.h` --> `kernel/mempool_entry.h`
Hennadii Stepanov
2022-11-29
refactor: Rename ambiguous interfaces::MakeHandler functions
Ryan Ofsky
2022-11-18
Merge bitcoin/bitcoin#17786: refactor: Nuke policy/fees->mempool circular dep...
glozow
2022-11-16
refactor: Move `CTxMemPoolEntry` class to its own module
Hennadii Stepanov
2022-10-25
add chain interface methods for using BIP 157 block filters
Sebastian Falbesoner
2022-10-05
refactor: mempool: use CTxMempool::Limits
stickies-v
2022-08-29
Make validation interface capable of signalling header presync
Pieter Wuille
2022-08-23
Add functions to construct locators without CChain
Pieter Wuille
2022-08-02
Remove ::dustRelayFee
MacroFake
2022-08-02
Remove ::incrementalRelayFee and ::minRelayTxFee globals
MacroFake
2022-07-29
refactor: remove unneeded temporaries in node/interfaces, simplify code
Jon Atack
2022-07-29
refactor: make all NodeImpl/ChainImpl/ExternalSignerImpl members public
Jon Atack
2022-07-26
Add type-safe AdjustedTime() getter to timedata
MarcoFalke
2022-07-20
Merge bitcoin/bitcoin#25638: refactor: Use chainman() helper consistently in ...
MacroFake
2022-07-19
refactor: Use chainman() helper consistently in ChainImpl
MacroFake
2022-07-18
indexes, refactor: Remove CChainState use in index CommitInternal method
Ryan Ofsky
2022-07-18
Merge bitcoin/bitcoin#23997: wallet: avoid rescans under assumed-valid blocks
Andrew Chow
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-12
Merge bitcoin/bitcoin#25036: wallet: Save wallet scan progress
MacroFake
2022-06-28
node/ifaces: Use existing MemPoolLimits
Carl Dong
2022-06-28
scripted-diff: Rename anc/desc size limit vars to indicate SI unit
Carl Dong
2022-06-28
mempool: Pass in -maxmempool instead of referencing gArgs
Carl Dong
2022-06-23
wallet: Save wallet scan progress
w0xlt
2022-06-22
scripted-diff: Rename DEFAULT_MAX_MEMPOOL_SIZE to indicate SI unit
Carl Dong
2022-06-14
scripted-diff: Avoid incompatibility with CMake AUTOUIC feature
Hennadii Stepanov
2022-06-02
Move init::SanityCheck to kernel::SanityCheck
Carl Dong
2022-06-02
init: Initialize globals with kernel::Context's life
Carl Dong
2022-05-26
Merge bitcoin/bitcoin#15936: interfaces: Expose settings.json methods to GUI
MacroFake
2022-05-20
Merge bitcoin/bitcoin#25168: refactor: Avoid passing params where not needed
MacroFake
2022-05-19
settings: Add resetSettings() method
Ryan Ofsky
[next]