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
2024-07-25
[refactor] change ActiveTipChange to use CBlockIndex ref instead of ptr
glozow
2024-07-24
Merge bitcoin/bitcoin#30111: locks: introduce mutex for tx download, flush re...
merge-script
2024-07-22
Fix lint-spelling warnings
LÅ‘rinc
2024-07-18
Merge bitcoin/bitcoin#30320: assumeutxo: Don't load a snapshot if it's not in...
Ava Chow
2024-07-17
refactor: Make m_last_notified_header private
MarcoFalke
2024-07-16
Merge bitcoin/bitcoin#30425: kernel: De-globalize static validation variables
Ryan Ofsky
2024-07-16
add ValidationInterface::ActiveTipChange
glozow
2024-07-12
Merge bitcoin/bitcoin#30295: #28984 package rbf followups
merge-script
2024-07-11
validation: Don't load a snapshot if it's not in the best header chain.
Martin Zumsande
2024-07-09
Merge bitcoin/bitcoin#30395: rpc: Use untranslated error strings in loadtxoutset
Ryan Ofsky
2024-07-09
package rbf: cpfp structure requires package > parent feerate
Greg Sanders
2024-07-08
refactor: De-globalize last notified header index
TheCharlatan
2024-07-08
refactor: De-globalize validation benchmark timekeeping
TheCharlatan
2024-07-08
Merge bitcoin/bitcoin#30141: kernel: De-globalize validation caches
Ryan Ofsky
2024-07-05
rpc: Use untranslated error strings in loadtxoutset
MarcoFalke
2024-07-05
kernel: De-globalize signature cache
TheCharlatan
2024-07-04
kernel: De-globalize script execution cache hasher
TheCharlatan
2024-07-04
kernel: De-globalize script execution cache
TheCharlatan
2024-07-04
validation: Don't error if maxsigcachesize exceeds uint32::max
TheCharlatan
2024-07-04
Merge bitcoin/bitcoin#30388: validation: Check if mempool exists before size ...
glozow
2024-07-04
Merge bitcoin/bitcoin#29625: Several randomness improvements
merge-script
2024-07-04
validation: Check if mempool exists before asserting in ActivateSnapshot
TheCharlatan
2024-07-02
Merge bitcoin/bitcoin#30272: doc: use TRUC instead of v3 and add release note
Ava Chow
2024-07-02
Merge bitcoin/bitcoin#30267: assumeutxo: Check snapshot base block is not in ...
Ava Chow
2024-07-02
scripted-diff: change names from V3 to TRUC
glozow
2024-07-02
[doc] replace mentions of v3 with TRUC
glozow
2024-07-01
random: get rid of GetRand by inlining
Pieter Wuille
2024-06-21
assumeutxo: Check snapshot base block is not marked invalid
Fabian Jahr
2024-06-20
refactor: remove extraneous lock annotations from function definitions
Cory Fields
2024-06-19
refactor: Move early loadtxoutset checks into ActiveSnapshot
Fabian Jahr
2024-06-18
rename policy/v3_policy.* to policy/truc_policy.*
glozow
2024-06-17
Merge bitcoin/bitcoin#28984: Cluster size 2 package rbf
Ava Chow
2024-06-17
Merge bitcoin/bitcoin#30058: Encapsulate warnings in generalized node::Warnin...
Ava Chow
2024-06-14
Merge bitcoin/bitcoin#30255: log: use error level for critical log messages
Ava Chow
2024-06-13
mempool: Improve logging of replaced transactions
Greg Sanders
2024-06-13
[policy] package rbf
Suhas Daftuar
2024-06-13
introduce and use the generalized `node::Warnings` interface
stickies-v
2024-06-13
move-only: move warnings from common to node
stickies-v
2024-06-13
refactor: remove unnecessary AppendWarning helper function
stickies-v
2024-06-12
Merge bitcoin/bitcoin#29325: consensus: Store transaction nVersion as uint32_t
merge-script
2024-06-11
Merge bitcoin/bitcoin#28339: validation: improve performance of CheckBlockIndex
Ava Chow
2024-06-10
Merge bitcoin/bitcoin#30132: indexes: Don't wipe indexes again when continuin...
Ryan Ofsky
2024-06-10
log: use error level for critical log messages
MarcoFalke
2024-06-07
refactor: Rename CTransaction::nVersion to version
Ava Chow
2024-06-07
blockman: Replace m_reindexing with m_blockfiles_indexed
Ryan Ofsky
2024-06-07
Merge bitcoin/bitcoin#29496: policy: bump TX_MAX_STANDARD_VERSION to 3
Ava Chow
2024-06-07
validation: Remove needs_init from LoadBlockIndex
TheCharlatan
2024-06-03
Merge bitcoin/bitcoin#30167: doc, rpc: Release notes and follow-ups for #29612
merge-script
2024-05-31
[refactor] use TRUC_VERSION in place of 3
glozow
2024-05-24
assumeutxo: Deserialize trailing byte instead of Txid
Fabian Jahr
[next]