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
Age
Commit message (
Expand
)
Author
2021-05-07
Merge bitcoin/bitcoin#21845: net processing: Don't require locking cs_main be...
fanquake
2021-05-05
Merge bitcoin/bitcoin#21681: validation: fix ActivateSnapshot to use hardcode...
MarcoFalke
2021-05-05
Merge bitcoin/bitcoin#21727: refactor: Move more stuff to blockstorage
W. J. van der Laan
2021-05-04
[net processing] Add internal _RelayTransactions()
John Newbery
2021-04-30
Merge bitcoin/bitcoin#19521: Coinstats Index
W. J. van der Laan
2021-04-27
style: Add { } to multi-line if
MarcoFalke
2021-04-27
move-only: Move functions to blockstorage
MarcoFalke
2021-04-27
move-only: Move constants to blockstorage
MarcoFalke
2021-04-27
refactor: Move block storage globals to blockstorage
MarcoFalke
2021-04-27
refactor: Move pruning/reindex/importing globals to blockstorage
MarcoFalke
2021-04-26
validation: remove nchaintx from assumeutxo metadata
James O'Beirne
2021-04-23
multiprocess: Add bitcoin-node process spawning support
Russell Yanofsky
2021-04-19
index, rpc: Add use_index option for gettxoutsetinfo
Fabian Jahr
2021-04-19
rpc, index: Add verbose amounts tracking to Coinstats index
Fabian Jahr
2021-04-19
rpc: gettxoutsetinfo can be requested for specific blockheights
Fabian Jahr
2021-04-19
index: Coinstats index can be activated with command line flag
Fabian Jahr
2021-04-19
index: Add Coinstats index
Fabian Jahr
2021-04-19
refactor: Simplify ApplyStats and ApplyHash
Fabian Jahr
2021-04-19
refactor: Pass hash_type to CoinsStats in stats object
Fabian Jahr
2021-04-14
validation: fix ActivateSnapshot to use hardcoded nChainTx
James O'Beirne
2021-04-13
Merge #21575: refactor: Create blockstorage module
fanquake
2021-04-07
Drop JSONRPCRequest constructors after #21366
Russell Yanofsky
2021-04-06
doc: Remove irrelevant link to GitHub
MarcoFalke
2021-04-05
blockstorage: [refactor] Use chainman reference where possible
MarcoFalke
2021-04-05
move-only: Move *Disk functions to blockstorage
MarcoFalke
2021-04-04
move-only: Move ThreadImport to blockstorage
MarcoFalke
2021-04-04
refactor: Prefer clean assert over UB in coinstats
MarcoFalke
2021-04-01
Merge #21525: [Bundle 4.5/n] Followup fixups to bundle 4
MarcoFalke
2021-03-31
Merge #21366: refactor: replace util::Ref with std::any (C++17)
W. J. van der Laan
2021-03-30
node/ifaces: ChainImpl: Use an accessor for ChainMan
Carl Dong
2021-03-30
node/ifaces: NodeImpl: Use an accessor for ChainMan
Carl Dong
2021-03-30
node: Avoid potential UB by asserting assumptions
Carl Dong
2021-03-30
Merge #20228: addrman: Make addrman a top-level component
MarcoFalke
2021-03-29
refactor: replace util::Ref by std::any (C++17)
Sebastian Falbesoner
2021-03-26
Merge #21390: test: Test improvements for UTXO set hash tests
MarcoFalke
2021-03-24
node/coinstats: Replace #include with fwd-declaration
Carl Dong
2021-03-23
rpc: Improve gettxoutsetinfo help
Fabian Jahr
2021-03-20
[net] Construct addrman outside connman
John Newbery
2021-03-18
Merge #21162: Net Processing: Move RelayTransaction() into PeerManager
fanquake
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-03-12
Merge #21404: refactor: Remove MakeUnique<T>()
MarcoFalke
2021-03-11
Merge #21270: [Bundle 4/n] Prune g_chainman usage in validation-adjacent modules
Wladimir J. van der Laan
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-03-09
Merge #18842: wallet: Mark replaced tx to not be in the mempool anymore
MarcoFalke
2021-03-08
node/ifaces: ChainImpl: Use existing NodeContext member
Carl Dong
2021-03-08
node/ifaces: NodeImpl: Use existing NodeContext member
Carl Dong
2021-03-08
node: Use existing NodeContext
Carl Dong
2021-03-08
node/coinstats: Pass in BlockManager to GetUTXOStats
Carl Dong
2021-03-07
wallet: Mark replaced tx to not be in the mempool anymore
MarcoFalke
[next]