aboutsummaryrefslogtreecommitdiff
path: root/src/validation.cpp
AgeCommit message (Expand)Author
2024-12-13Merge bitcoin/bitcoin#31346: Set notifications m_tip_block in LoadChainTip()Ryan Ofsky
2024-12-06Set notifications m_tip_block in LoadChainTip()Sjors Provoost
2024-12-04scripted-diff: Replace strprintf(Untranslated) with Untranslated(strprintf)Ryan Ofsky
2024-12-04refactor: Use + instead of strformat to concatenate translated & untranslated...Ryan Ofsky
2024-12-04refactor: Don't embed translated string in untranslated string.Ryan Ofsky
2024-12-03Merge bitcoin/bitcoin#31313: refactor: Clamp worker threads in ChainstateMana...Ava Chow
2024-12-03Merge bitcoin/bitcoin#31096: Package validation: accept packages of size 1Ava Chow
2024-12-03Merge bitcoin/bitcoin#31175: rpc: Remove submitblock pre-checksAva Chow
2024-12-02[validation] merge all ConnectBlock debug logging code pathsPieter Wuille
2024-12-02[validation] include all logged information in BlockValidationStatePieter Wuille
2024-12-02[validation] Add detailed txin/txout information for script error messagesPieter Wuille
2024-12-02[validation] Make script error messages uniform for parallel/single validationPieter Wuille
2024-12-02[checkqueue] support user-defined return type through std::optionalPieter Wuille
2024-11-25rpc: Allow single transaction through submitpackageglozow
2024-11-25Merge bitcoin/bitcoin#31279: policy: ephemeral dust followupsglozow
2024-11-21rpc: Remove submitblock invalid-duplicate precheckTheCharlatan
2024-11-20CheckEphemeralSpends: return boolean, and set child state and txid outparamsGreg Sanders
2024-11-20Merge bitcoin/bitcoin#31122: cluster mempool: Implement changeset interface f...glozow
2024-11-18refactor: Clamp worker threads in ChainstateManager constructorTheCharlatan
2024-11-15Have HasDust and PreCheckValidEphemeralTx take CTransactionGreg Sanders
2024-11-15Rename CheckValidEphemeralTx to PreCheckEphemeralTxGreg Sanders
2024-11-14Merge bitcoin/bitcoin#30666: validation: fix m_best_header tracking and BLOCK...Ava Chow
2024-11-14Merge bitcoin/bitcoin#31269: validation: Remove RECENT_CONSENSUS_CHANGE valid...merge-script
2024-11-13tracing: pass if replaced by tx/pkg to tracepoint0xb10c
2024-11-13Remove m_all_conflicts from SubPackageStateSuhas Daftuar
2024-11-13Move CalculateChunksForRBF() to the mempool changesetSuhas Daftuar
2024-11-13Move prioritisation into changesetSuhas Daftuar
2024-11-13Public mempool removal methods Assume() no changeset is outstandingSuhas Daftuar
2024-11-13Apply mempool changeset transactions directly into the mempoolSuhas Daftuar
2024-11-13Clean up FinalizeSubpackage to avoid workspace-specific informationSuhas Daftuar
2024-11-13Move LimitMempoolSize to take place outside FinalizeSubpackageSuhas Daftuar
2024-11-13Move changeset from workspace to subpackageSuhas Daftuar
2024-11-13Introduce mempool changesetsSuhas Daftuar
2024-11-13Add package hash to package-rbf log messageSuhas Daftuar
2024-11-12policy: Allow dust in transactions, spent in-mempoolGreg Sanders
2024-11-11Merge bitcoin/bitcoin#26593: tracing: Only prepare tracepoint arguments when ...merge-script
2024-11-11validation: Remove RECENT_CONSENSUS_CHANGE validation resultTheCharlatan
2024-11-08Merge bitcoin/bitcoin#30592: Remove mempoolfullrbfAva Chow
2024-10-29Merge bitcoin/bitcoin#31064: init: Correct coins db cache size settingAva Chow
2024-10-28Remove -mempoolfullrbf optionGreg Sanders
2024-10-28tracing: only prepare tracepoint args if attached0xb10c
2024-10-28tracing: dedup TRACE macros & rename to TRACEPOINT0xb10c
2024-10-28scripted-diff: Rename `PACKAGE_*` variables to `CLIENT_*`Hennadii Stepanov
2024-10-24Merge bitcoin/bitcoin#30849: refactor: migrate `bool GetCoin` to return `opti...Ava Chow
2024-10-21Merge bitcoin/bitcoin#31097: validation: Improve input script check error rep...merge-script
2024-10-17Merge bitcoin/bitcoin#29877: tracing: explicitly cast block_connected duratio...merge-script
2024-10-16[validation] Improve script check error reportingdergoegge
2024-10-10scripted-diff: drop config/ subdir for bitcoin-config.h, rename to bitcoin-bu...Sebastian Falbesoner
2024-10-10init: Correct coins db cache size settingTheCharlatan
2024-10-01doc: Clarify waitTipChanged docsMarcoFalke