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
/
validation.cpp
Age
Commit message (
Expand
)
Author
2022-09-16
Merge bitcoin/bitcoin#25499: Use steady clock for all millis bench logging
fanquake
2022-09-09
scripted-diff: rename CChainState -> Chainstate
James O'Beirne
2022-08-30
Fix typo from PR25717
Suhas Daftuar
2022-08-30
Merge bitcoin/bitcoin#25717: p2p: Implement anti-DoS headers sync
fanquake
2022-08-29
Emit NotifyHeaderTip signals for pre-synchronization progress
Pieter Wuille
2022-08-29
Make validation interface capable of signalling header presync
Pieter Wuille
2022-08-29
Track headers presync progress and log it
Pieter Wuille
2022-08-29
Require callers of AcceptBlockHeader() to perform anti-dos checks
Suhas Daftuar
2022-08-29
Utilize anti-DoS headers download strategy
Suhas Daftuar
2022-08-22
refactor: Move ChainstateManager options into m_options struct
Ryan Ofsky
2022-08-22
Merge bitcoin/bitcoin#25775: docs: remove non-signaling mentions of BIP125
fanquake
2022-08-22
Merge bitcoin/bitcoin#25786: refactor: Make adjusted time type safe
fanquake
2022-08-12
Merge bitcoin/bitcoin#25677: refactor: make active_chain_tip a reference
MacroFake
2022-08-05
Make adjusted time type safe
MacroFake
2022-08-04
[doc] remove non-signaling mentions of BIP125
glozow
2022-08-04
Merge bitcoin/bitcoin#25023: Remove unused SetTip(nullptr) code
fanquake
2022-08-03
validationcaches: Use size_t for sizes
Carl Dong
2022-08-03
validationcaches: Add and use ValidationCacheSizes
Carl Dong
2022-08-03
cuckoocache: Check for uint32 overflow in setup_bytes
Carl Dong
2022-08-03
validationcaches: Abolish arbitrary limit
Carl Dong
2022-08-03
cuckoocache: Return approximate memory size
Carl Dong
2022-08-03
scripted-diff: remove mention of BIP125 from non-signaling var names
glozow
2022-08-03
Remove unused SetTip(nullptr) code
MacroFake
2022-08-02
Remove ::g_max_datacarrier_bytes global
MacroFake
2022-08-02
Remove ::fIsBareMultisigStd global
MacroFake
2022-08-02
Remove ::dustRelayFee
MacroFake
2022-08-02
Remove ::IsStandardTx(tx, reason) alias
MacroFake
2022-08-02
Remove ::incrementalRelayFee and ::minRelayTxFee globals
MacroFake
2022-08-02
Remove ::fRequireStandard global
MacroFake
2022-07-30
Use steady clock for all millis bench logging
MacroFake
2022-07-29
Merge bitcoin/bitcoin#25571: refactor: Make mapBlocksUnknownParent local, and...
fanquake
2022-07-25
Merge bitcoin/bitcoin#25349: CBlockIndex/CDiskBlockIndex improvements for saf...
MacroFake
2022-07-22
refactor: make active_chain_tip a reference
Aurèle Oulès
2022-07-22
CBlockIndex: ensure phashBlock is not nullptr before dereferencing
Jon Atack
2022-07-20
Merge bitcoin/bitcoin#25285: Add AutoFile without ser-type and ser-version an...
fanquake
2022-07-18
refactor: Make mapBlocksUnknownParent local, and rename it
Hennadii Stepanov
2022-07-18
validation: remove unused using directives
eugene
2022-07-15
Move {Load,Dump}Mempool to kernel namespace
Carl Dong
2022-07-15
LoadMempool: Pass in load_path, stop using gArgs
Carl Dong
2022-07-15
test/fuzz: Invoke LoadMempool via CChainState
Carl Dong
2022-07-15
Move FopenFn to fsbridge namespace
Carl Dong
2022-07-15
mempool: Use NodeClock+friends for LoadMempool
Carl Dong
2022-07-15
scripted-diff: Rename m_is_loaded -> m_load_tried
Carl Dong
2022-07-15
DumpMempool: Pass in dump_path, stop using gArgs
Carl Dong
2022-07-15
DumpMempool: Use std::chrono instead of weird int64_t arthmetics
Carl Dong
2022-07-06
Introduce `mempoolfullrbf` node setting.
Antoine Riard
2022-06-29
Use AutoFile where possible
MacroFake
2022-06-29
Merge bitcoin/bitcoin#25290: [kernel 3a/n] Decouple `CTxMemPool` from `ArgsMa...
MacroFake
2022-06-28
mempool: Use m_limit for UpdateTransactionsFromBlock
Carl Dong
2022-06-28
mempoolaccept: Use limits from mempool in constructor
Carl Dong
[next]