Age | Commit message (Expand) | Author |
2024-10-21 | Merge bitcoin/bitcoin#31097: validation: Improve input script check error rep... | merge-script |
2024-10-17 | Merge bitcoin/bitcoin#29877: tracing: explicitly cast block_connected duratio... | merge-script |
2024-10-16 | [validation] Improve script check error reporting | dergoegge |
2024-10-10 | scripted-diff: drop config/ subdir for bitcoin-config.h, rename to bitcoin-bu... | Sebastian Falbesoner |
2024-10-01 | doc: Clarify waitTipChanged docs | MarcoFalke |
2024-09-24 | validation: Disable CheckForkWarningConditions for background chainstate | Martin Zumsande |
2024-09-23 | Merge bitcoin/bitcoin#30409: Introduce waitTipChanged() mining interface, rep... | Ava Chow |
2024-09-17 | doc: update NeedsRedownload() comment | Sjors Provoost |
2024-09-17 | Remove unused g_best_block | Ryan Ofsky |
2024-09-10 | assumeUTXO: fix peers disconnection during sync | furszy |
2024-09-03 | Merge bitcoin/bitcoin#30742: kernel: Use spans instead of vectors for passing... | Ava Chow |
2024-09-03 | tracing: cast block_connected duration to nanoseconds | 0xb10c |
2024-08-30 | validation: Use span for CalculateClaimedHeadersWork | TheCharlatan |
2024-08-30 | validation: Use span for ProcessNewBlockHeaders | TheCharlatan |
2024-08-29 | scripted-diff: LogPrint -> LogDebug | MarcoFalke |
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 |