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-09-11
assumeUTXO: fix peers disconnection during sync
furszy
2024-08-20
miner: adjust clock to timewarp rule
Sjors Provoost
2024-08-20
consensus: enable BIP94 on regtest
Sjors Provoost
2024-08-13
Move maximum timewarp attack threshold back to 600s from 7200s
Matt Corallo
2024-08-10
doc: Remove outdated nTx faking comment
MarcoFalke
2024-08-09
Merge bitcoin/bitcoin#30598: assumeutxo: Drop block height from metadata
Ava Chow
2024-08-09
Merge bitcoin/bitcoin#30604: doc, chainparams: 29775 release notes and follow...
Ava Chow
2024-08-09
validation: Use MAX_TIMEWARP constant as testnet4 timewarp defense delta
Fabian Jahr
2024-08-09
Merge bitcoin/bitcoin#28687: C++20 std::views::reverse
merge-script
2024-08-08
assumeutxo: Drop block height from metadata
Fabian Jahr
2024-08-07
Merge bitcoin/bitcoin#28280: Don't empty dbcache on prune flushes: >30% faste...
Ava Chow
2024-08-05
validation: don't erase coins cache on prune flushes
Andrew Toth
2024-08-06
testnet: Add timewarp attack prevention for Testnet4
Fabian Jahr
2024-08-06
refactor: use c++20 std::views::reverse instead of reverse_iterator.h
stickies-v
2024-08-05
Merge bitcoin/bitcoin#30497: rpc: Return errors in loadtxoutset that currentl...
Ryan Ofsky
2024-08-05
scripted-diff: Replace uint256S("str") -> uint256{"str"}
Hodlinator
2024-08-04
scripted-diff: Modernize naming of nChainTx and nTxCount
Fabian Jahr
2024-08-04
chainparams: Change nChainTx to uint64_t
Fabian Jahr
2024-07-26
rpc: Return precise loadtxoutset error messages
MarcoFalke
2024-07-25
refactor: Use untranslated error message in ActivateSnapshot
MarcoFalke
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
[next]