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-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-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
2024-05-24
Merge bitcoin/bitcoin#30072: refactor prep for package rbf
glozow
2024-05-23
Merge bitcoin/bitcoin#29612: rpc: Optimize serialization and enhance metadata...
Ava Chow
2024-05-23
Add sanity checks for various ATMPArgs booleans
Greg Sanders
2024-05-23
[refactor] make some members MemPoolAccept-wide
glozow
2024-05-23
cpfp carveout is excluded in packages
glozow
2024-05-23
Add m_allow_sibling_eviction as separate ATMPArgs flag
Greg Sanders
2024-05-23
Add description for m_test_accept
Greg Sanders
2024-05-23
Merge bitcoin/bitcoin#29873: policy: restrict all TRUC (v3) transactions to 1...
Ava Chow
2024-05-21
[policy] explicitly require non-v3 for CPFP carve out
glozow
2024-05-21
rpc: Optimize serialization disk space of dumptxoutset
Fabian Jahr
2024-05-17
Merge bitcoin/bitcoin#29817: kernel: De-globalize fReindex
Ava Chow
2024-05-16
Merge bitcoin/bitcoin#29975: blockstorage: Separate reindexing from saving ne...
Ryan Ofsky
2024-05-16
kernel: De-globalize fReindex
TheCharlatan
2024-05-14
Merge bitcoin/bitcoin#29086: refactor: Simply include CTxMemPool::Options in ...
Ava Chow
2024-05-14
validation, blockstorage: Separate code paths for reindex and saving new blocks
Martin Zumsande
2024-05-13
Merge bitcoin/bitcoin#28233: validation: don't clear cache on periodic flush:...
Ava Chow
2024-05-06
refactor: Simply include CTxMemPool::Options in CTxMemPool directly rather th...
Luke Dashjr
2024-05-01
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
MarcoFalke
2024-04-26
validation: allow to specify frequency for -checkblockindex
Martin Zumsande
2024-04-26
validation: improve performance of CheckBlockIndex
Martin Zumsande
2024-04-25
refactor: Drop util::Result operator=
Ryan Ofsky
2024-04-16
Merge bitcoin/bitcoin#29726: assumeutxo: Fix -reindex before snapshot was val...
Ryan Ofsky
2024-04-11
Merge bitcoin/bitcoin#29735: AcceptMultipleTransactions: Fix workspace not be...
glozow
2024-04-09
AcceptMultipleTransactions: Fix workspace client_maxfeerate
Greg Sanders
2024-03-27
validation: don't clear cache on periodic flush
Andrew Toth
2024-03-26
doc: Fix typos
RoboSchmied
2024-03-25
init, validation: Fix -reindex option with an existing snapshot
Martin Zumsande
2024-03-25
use const ref for client_maxfeerate
Greg Sanders
2024-03-22
Merge bitcoin/bitcoin#29672: validation: Make translations of fatal errors co...
Ava Chow
2024-03-22
Merge bitcoin/bitcoin#29647: Avoid divide-by-zero in header sync logs when No...
Ava Chow
2024-03-21
node: Make translations of fatal errors consistent
TheCharlatan
2024-03-20
Merge bitcoin/bitcoin#29370: assumeutxo: Get rid of faked nTx and nChainTx va...
Ava Chow
2024-03-18
Merge bitcoin/bitcoin#28950: RPC: Add maxfeerate and maxburnamount args to su...
glozow
2024-03-18
assumeutxo: Remove BLOCK_ASSUMED_VALID flag
Ryan Ofsky
2024-03-18
assumeutxo: Get rid of faked nTx and nChainTx values
Ryan Ofsky
2024-03-18
doc: Improve comments describing setBlockIndexCandidates checks
Ryan Ofsky
2024-03-18
validation: Check GuessVerificationProgress is not called with disconnected b...
Ryan Ofsky
2024-03-13
Avoid divide-by-zero in header sync logs when NodeClock is behind
MarcoFalke
2024-03-13
refactor: Modernize header sync logs
MarcoFalke
2024-03-13
RPC: Add maxfeerate and maxburnamount args to submitpackage
Greg Sanders
[next]