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-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-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-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
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
2022-06-28
scripted-diff: Rename anc/desc size limit vars to indicate SI unit
Carl Dong
2022-06-28
mempool: Pass in -mempoolexpiry instead of referencing gArgs
Carl Dong
2022-06-28
mempool: Pass in -maxmempool instead of referencing gArgs
Carl Dong
2022-06-22
scripted-diff: Rename DEFAULT_MAX_MEMPOOL_SIZE to indicate SI unit
Carl Dong
2022-06-22
Remove LOCKTIME_MEDIAN_TIME_PAST constant
MarcoFalke
2022-06-20
refactor: move EXTRA_DESCENDANT_TX_SIZE_LIMIT to policy/policy.h
fanquake
2022-06-14
scripted-diff: Avoid incompatibility with CMake AUTOUIC feature
Hennadii Stepanov
2022-06-10
Merge bitcoin/bitcoin#24931: Strengthen thread safety assertions
MacroFake
2022-06-07
Merge bitcoin/bitcoin#25254: Move minRelayTxFee to policy/settings
MacroFake
2022-06-02
kernel: pass params to BlockManager rather than using a global
Cory Fields
2022-05-31
Move minRelayTxFee to policy/settings
MacroFake
2022-05-25
doc: remove misleading AreInputsStandard() comment
James O'Beirne
2022-05-23
kernel: Use ComputeUTXOStats in validation
Carl Dong
2022-05-23
style-only: Rearrange using decls after scripted-diff
Carl Dong
2022-05-23
scripted-diff: Move src/kernel/coinstats to kernel::
Carl Dong
2022-05-23
coinstats: Return purely out-param CCoinsStats
Carl Dong
2022-05-20
coinstats: Extract hash_type in-member to in-param
Carl Dong
2022-05-20
Add ChainstateManager::m_adjusted_time_callback
Carl Dong
2022-05-21
scripted-diff: Convert global Mutexes to GlobalMutexes
Anthony Towns
2022-05-17
refactor: use C++11 default initializers
fanquake
[next]