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
2021-12-10
Merge bitcoin/bitcoin#23280: init: Coalesce Chainstate loading sequence betwe...
MarcoFalke
2021-12-08
Merge bitcoin/bitcoin#20295: rpc: getblockfrompeer
MarcoFalke
2021-12-08
Merge bitcoin/bitcoin#23465: Remove CTxMemPool params from ATMP
MarcoFalke
2021-12-07
Remove CTxMemPool params from ATMP
lsilva01
2021-12-07
validation: VerifyDB only needs Consensus::Params
Carl Dong
2021-12-03
cover DisconnectBlock with lock annotation
James O'Beirne
2021-12-03
Merge bitcoin/bitcoin#23630: Remove GetSpendHeight
fanquake
2021-12-02
Remove GetSpendHeight
MarcoFalke
2021-12-02
change TestLockPointValidity to take a const reference
glozow
2021-12-02
remove unnecessary casts and use braced initialization
glozow
2021-12-02
rpc: getblockfrompeer
Sjors Provoost
2021-12-01
Merge bitcoin/bitcoin#22677: cut the validation <-> txmempool circular depend...
MarcoFalke
2021-12-01
Remove AcceptToMemoryPoolWithTime
lsilva01
2021-12-01
Merge bitcoin/bitcoin#23590: Crash debug builds when mempool ConsensusScriptC...
MarcoFalke
2021-11-30
Break validation <-> txmempool circular dependency
glozow
2021-11-30
MOVEONLY: TestLockPointValidity to txmempool
glozow
2021-11-28
[tracing] tracepoints to utxocache add, spent and uncache
Arnab Sen
2021-11-28
[tracing] tracepoint for utxocache flushes
Arnab Sen
2021-11-26
doc: Tidy up nMinDiskSpace comment
MarcoFalke
2021-11-25
Crash debug builds when mempool ConsensusScriptChecks fails
MarcoFalke
2021-11-16
policy: Treat taproot as always active
MarcoFalke
2021-11-10
Merge bitcoin/bitcoin#23173: Add `ChainstateManager::ProcessTransaction`
MarcoFalke
2021-11-04
MOVEONLY: mempool checks to their own functions
glozow
2021-11-04
scripted-diff: clean up MemPoolAccept aliases
glozow
2021-11-04
document workspace members
glozow
2021-11-04
[validation] cache iterators to mempool conflicts
glozow
2021-11-03
[validation] Always call mempool.check() after processing a new transaction
John Newbery
2021-11-03
[validation] Add CChainState::ProcessTransaction()
John Newbery
2021-11-03
[validation] Remove comment about AcceptToMemoryPool()
John Newbery
2021-10-28
[validation/rpc] cache + use vsize calculated in PreChecks
glozow
2021-10-28
[validation] re-introduce bool for whether a transaction is RBF
glozow
2021-10-28
[validation/refactor] store precomputed txdata in workspace
glozow
2021-10-28
[validation] case-based constructors for ATMPArgs
glozow
2021-10-25
Merge bitcoin/bitcoin#23157: txmempool -/-> validation 1/2: improve performan...
MarcoFalke
2021-10-22
Make GenTxid boolean constructor private
MarcoFalke
2021-10-21
[mempool] delete exists(uint256) function
glozow
2021-10-20
Merge bitcoin/bitcoin#23258: doc: Fix outdated comments referring to ::ChainA...
fanquake
2021-10-18
tracing: drop block_connected hash.toString() arg
0xb10c
2021-10-12
Fix outdated comments referring to ::ChainActive()
Samuel Dobson
2021-10-11
validation: put coins cache write log into bench debug log
Anthony Towns
2021-10-11
validation: move header validation error logging to VALIDATION debug category
Anthony Towns
2021-10-11
validation: include block hash when reporting prev block not found errors
Anthony Towns
2021-10-07
Merge bitcoin/bitcoin#22539: Re-include RBF replacement txs in fee estimation
W. J. van der Laan
2021-10-04
[refactor] pass coinsview and height to check()
glozow
2021-10-04
[validation/mempool] use Spend/AddCoin instead of UpdateCoins
glozow
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-29
Re-include RBF replacement txs in fee estimation
Antoine Poinsot
2021-09-27
scripted-diff: Rename overloaded int GetArg to GetIntArg
Russell Yanofsky
2021-09-27
Merge bitcoin/bitcoin#23061: Fix (inverse) meaning of -persistmempool
merge-script
2021-09-23
Merge bitcoin/bitcoin#21526: validation: UpdateTip/CheckBlockIndex assumeutxo...
W. J. van der Laan
[next]