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-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
2021-03-04
net: Replace enum CConnMan::NumConnections with enum class ConnectionDirection
Luke Dashjr
2021-03-04
[net processing] Don't pass CConnman to RelayTransactions
John Newbery
2021-03-04
[net processing] Move RelayTransaction into PeerManager
John Newbery
2021-02-18
scripted-diff: Invoke ::AcceptToMemoryPool with chainstate
Carl Dong
2021-02-18
scripted-diff: Invoke ::CheckFinalTx with chain tip
Carl Dong
2021-02-12
chainparams: add allowed assumeutxo values
James O'Beirne
2021-02-12
Merge #19145: Add hash_type MUHASH for gettxoutsetinfo
Wladimir J. van der Laan
2021-02-09
[refactor] return MempoolAcceptResult
gzhao408
2021-01-30
rpc: Add hash_type MUHASH to gettxoutsetinfo
Fabian Jahr
2021-01-30
refactor: Separate hash and stats calculation in coinstats
Fabian Jahr
2021-01-28
validation: Move FindForkInGlobalIndex to BlockManager
Carl Dong
2021-01-28
scripted-diff: Use BlockManager::LookupBlockIndex
Carl Dong
2021-01-07
net: Add -natpmp command line option
Hennadii Stepanov
2021-01-07
net: Add flags for port mapping protocols
Hennadii Stepanov
2021-01-07
refactor: Move port mapping code to its own module
Hennadii Stepanov
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-09
Merge #19910: net processing: Move peer_map to PeerManager
fanquake
2020-12-07
refactor: Replace uses ChainActive() in interfaces/chain.cpp
Russell Yanofsky
2020-12-07
refactor: Get rid of more redundant chain methods
Russell Yanofsky
2020-12-07
Merge #18766: Disable fee estimation in blocksonly mode (by removing the fee ...
MarcoFalke
2020-12-06
Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t...
practicalswift
2020-12-04
[net processing] Move GetNodeStateStats into PeerManager
John Newbery
2020-12-03
Remove the remaining fee estimation globals
Antoine Poinsot
2020-12-03
interface: remove unused estimateSmartFee method from node
Antoine Poinsot
2020-12-01
refactor: Improve use of explicit keyword
Fabian Jahr
2020-12-01
Merge #20494: refactor: Move node and wallet code out of src/interfaces
MarcoFalke
2020-11-26
scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARD
practicalswift
[next]