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-09-16
Merge bitcoin/bitcoin#22626: Remove txindex migration code
W. J. van der Laan
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
2021-07-15
Move pblocktree global to BlockManager
MarcoFalke
2021-07-15
Move LoadBlockIndexDB to BlockManager
MarcoFalke
2021-07-15
Merge bitcoin/bitcoin#22415: Make m_mempool optional in CChainState
MarcoFalke
2021-07-13
refactor: move UpdateTip into CChainState
James O'Beirne
2021-07-13
refactor: no mempool arg to GetCoinsCacheSizeState
James O'Beirne
2021-07-13
refactor: move UpdateMempoolForReorg into CChainState
James O'Beirne
2021-07-13
validation: make CChainState::m_mempool optional
James O'Beirne
2021-07-08
[validation] distinguish same txid different wtxid in mempool
glozow
2021-07-07
[validation] Always include merkle root in coinbase commitment
Dhruv Mehta
2021-07-07
[validation] Set witness script flag with p2sh for blocks
Dhruv Mehta
2021-07-03
prefer to use txindex if available for GetTransaction
Jameson Lopp
2021-06-30
[refactor] Move ComputeBlockVersion into VersionBitsCache
Anthony Towns
2021-06-30
[move-only] Move ComputeBlockVersion from validation to versionbits
Anthony Towns
2021-06-30
[refactor] versionbits: make VersionBitsCache a full class
Anthony Towns
2021-06-30
scripted-diff: rename versionbitscache
Anthony Towns
2021-06-30
[refactor] Add versionbits deployments to deploymentstatus.h
Anthony Towns
2021-06-29
[refactor] Add deploymentstatus.h
Anthony Towns
2021-06-29
versionbits: Use dedicated lock instead of cs_main
Anthony Towns
2021-06-29
Merge bitcoin/bitcoin#21789: refactor: Remove ::Params() global from CChainState
fanquake
2021-06-28
Merge bitcoin/bitcoin#22146: Reject invalid coin height and output index when...
MarcoFalke
2021-06-13
refactor: Remove chainparams arg from CChainState member functions
MarcoFalke
2021-06-13
refactor: Remove ::Params() global from inside CChainState member functions
MarcoFalke
2021-06-13
Merge bitcoin/bitcoin#22102: Remove `Warning:` from warning message printed f...
MarcoFalke
2021-06-10
validation: Farewell, global Chainstate!
Carl Dong
2021-06-10
scripted-diff: tree-wide: Remove all review-only assertions
Carl Dong
2021-06-10
Merge bitcoin/bitcoin#22084: package testmempoolaccept followups
fanquake
2021-06-09
Reject invalid coin height and output index when loading assumeutxo
MarcoFalke
2021-06-08
Merge bitcoin/bitcoin#21946: Document and test lack of inherited signaling in...
MarcoFalke
[next]