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-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
2021-09-23
Merge bitcoin/bitcoin#23072: log: Remove unnecessary timing of Callbacks bench
merge-script
2021-09-23
log: Remove unnecessary timing logs for Callbacks bench
Douglas Chimento
2021-09-23
Merge bitcoin/bitcoin#22855: RBF move 3/3: move followups + improve RBF docum...
fanquake
2021-09-22
Fix (inverse) meaning of -persistmempool
MarcoFalke
2021-09-20
refactor: Remove unused validation includes
MarcoFalke
2021-09-16
Merge bitcoin/bitcoin#22626: Remove txindex migration code
W. J. van der Laan
2021-09-15
validation: fix CheckBlockIndex for multiple chainstates
James O'Beirne
2021-09-15
validation: insert assumed-valid block index entries into candidates
James O'Beirne
2021-09-15
validation: set BLOCK_ASSUMED_VALID during snapshot load
James O'Beirne
2021-09-15
validation: change UpdateTip for multiple chainstates
James O'Beirne
2021-09-10
[doc] improve RBF documentation
glozow
2021-09-10
[policy/refactor] pass in relay fee instead of using global
glozow
2021-09-10
Merge bitcoin/bitcoin#22675: RBF move 2/3: extract RBF logic into policy/rbf
fanquake
2021-09-07
Enable clang-tidy bugprone-argument-comment and fix violations
MarcoFalke
2021-09-02
MOVEONLY: fee checks (Rules 3 and 4) to policy/rbf
glozow
2021-09-02
MOVEONLY: check that fees > direct conflicts to policy/rbf
glozow
2021-09-02
MOVEONLY: check for disjoint conflicts and ancestors to policy/rbf
glozow
2021-09-02
MOVEONLY: BIP125 Rule 2 to policy/rbf
glozow
2021-09-02
Make GetEntriesForConflicts return std::optional
glozow
2021-08-31
Merge bitcoin/bitcoin#22796: RBF move (1/3): extract BIP125 Rule 5 into polic...
fanquake
2021-08-29
refactor: remove RecursiveMutex cs_nBlockSequenceId
Sebastian Falbesoner
2021-08-24
MOVEONLY: getting mempool conflicts to policy/rbf
glozow
2021-08-24
[validation] quit RBF logic earlier and separate loops
glozow
2021-08-24
call SignalsOptInRBF instead of checking all inputs
glozow
2021-08-24
[validation] default conflicting fees and size to 0
glozow
2021-08-24
MOVEONLY: BIP125 max conflicts limit to policy/rbf.h
glozow
2021-08-20
doc: Fix validation typo
MarcoFalke
2021-08-06
[policy] ancestor/descendant limits for packages
glozow
2021-07-28
Merge bitcoin/bitcoin#22528: refactor: move GetTransaction to node/transactio...
MarcoFalke
2021-07-27
tracing: Tracepoint for connected blocks
0xb10c
2021-07-22
Merge bitcoin/bitcoin#22383: rpc: Prefer to use txindex if available for GetT...
MarcoFalke
2021-07-22
Merge bitcoin/bitcoin#21090: Default to NODE_WITNESS in nLocalServices
W. J. van der Laan
2021-07-22
refactor: move `GetTransaction(...)` to node/transaction.cpp
Sebastian Falbesoner
[next]