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
2023-01-30
Merge bitcoin/bitcoin#26965: refactor: Remove stray cs_main redundant declara...
fanquake
2023-01-30
Merge bitcoin/bitcoin#26649: refactor: Use AutoFile and HashVerifier (without...
fanquake
2023-01-25
refactor: Remove stray cs_main redundant declaration
MarcoFalke
2023-01-16
Add BlockManager::IsPruneMode()
MarcoFalke
2023-01-16
Add BlockManager::GetPruneTarget()
MarcoFalke
2023-01-16
Add BlockManager::LoadingBlocks()
MarcoFalke
2023-01-16
Merge bitcoin/bitcoin#26251: refactor: add kernel/cs_main.h
MarcoFalke
2023-01-11
Merge bitcoin/bitcoin#26695: bench: BlockAssembler on a mempool with packages
Andrew Chow
2023-01-05
refactor: add kernel/cs_main.*
fanquake
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
2023-01-03
Use AutoFile and HashVerifier where possible
MarcoFalke
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-22
[miner] allow bypassing TestBlockValidity
glozow
2022-12-22
[refactor] add helper to apply ArgsManager to BlockAssembler::Options
glozow
2022-12-13
mempool: log/halt when CalculateMemPoolAncestors fails unexpectedly
stickies-v
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-12-06
Merge bitcoin/bitcoin#26609: refactor: Move `txmempool_entry.h` --> `kernel/m...
MarcoFalke
2022-11-30
Merge bitcoin/bitcoin#26359: p2p: Erlay support signaling follow-ups
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-11-14
p2p, test, refactor: Minor code improvements
Gleb Naumenko
2022-11-14
p2p, refactor: Switch to enum class for ReconciliationRegisterResult
Gleb Naumenko
2022-11-10
p2p: Drop roles from sendtxrcncl
Gleb Naumenko
2022-10-26
Merge bitcoin/bitcoin#25957: wallet: fast rescan with BIP157 block filters fo...
Andrew Chow
2022-10-26
Merge bitcoin/bitcoin#25704: refactor: Remove almost all validation option gl...
MacroFake
2022-10-25
add chain interface methods for using BIP 157 block filters
Sebastian Falbesoner
2022-10-20
Merge bitcoin/bitcoin#25595: Verify PSBT inputs rather than check for fields ...
fanquake
2022-10-18
iwyu: Add missing includes
MacroFake
2022-10-18
Move ::fCheckBlockIndex into ChainstateManager
MacroFake
2022-10-18
Move ::fCheckpointsEnabled into ChainstateManager
MacroFake
2022-10-18
Move ::nMinimumChainWork into ChainstateManager
MacroFake
2022-10-18
Move ::hashAssumeValid into ChainstateManager
MacroFake
2022-10-18
Move ::nMaxTipAge into ChainstateManager
MacroFake
2022-10-17
Verify PSBT inputs rather than check for fields being empty
Greg Sanders
2022-10-17
p2p: Finish negotiating reconciliation support
Gleb Naumenko
2022-10-17
Add helper to see if a peer is registered for reconciliations
Gleb Naumenko
2022-10-17
p2p: Forget peer's reconciliation state on disconnect
Gleb Naumenko
2022-10-17
p2p: Announce reconciliation support
Gleb Naumenko
2022-10-13
Merge bitcoin/bitcoin#25667: assumeutxo: snapshot initialization
Andrew Chow
2022-10-12
Merge bitcoin/bitcoin#24858: incorrect blk file size calculation during reind...
glozow
2022-10-10
Merge bitcoin/bitcoin#26118: log: Use steady clock for bench logging
MacroFake
2022-10-09
Merge bitcoin/bitcoin#26103: refactor: mempool: use CTxMemPool::Limits
glozow
2022-10-06
Merge bitcoin/bitcoin#24364: refactor: remove duplicate code from BlockAssembler
glozow
2022-10-05
refactor: mempool: use CTxMempool::Limits
stickies-v
[next]