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-06-23
script, doc: spelling update
Jon Atack
2021-06-22
add missing atomic include
MarcoFalke
2021-06-18
Merge bitcoin/bitcoin#21365: Basic Taproot signing support for descriptor wal...
Samuel Dobson
2021-06-16
refactor: reduce #ifdef ENABLE_EXTERNAL_SIGNER usage
Sjors Provoost
2021-06-16
refactor: clean up external_signer.h includes
Sjors Provoost
2021-06-12
Construct and use PrecomputedTransactionData in PSBT signing
Pieter Wuille
2021-06-12
Merge bitcoin/bitcoin#22156: Allow tr() import only when Taproot is active
W. J. van der Laan
2021-06-10
Allow tr() import only when Taproot is active
Andrew Chow
2021-06-10
validation: Farewell, global Chainstate!
Carl Dong
2021-06-10
scripted-diff: tree-wide: Remove all review-only assertions
Carl Dong
2021-06-10
tree-wide: Remove stray review-only assertion
Carl Dong
2021-05-27
node: add externalSigners to interface
Sjors Provoost
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
[next]