Age | Commit message (Expand) | Author |
2023-11-14 | Use ParamsWrapper for witness serialization | Anthony Towns |
2023-11-13 | Merge bitcoin/bitcoin#28391: refactor: Simplify CTxMempool/BlockAssembler fie... | fanquake |
2023-11-10 | [refactor] remove access to mapTx in validation.cpp | glozow |
2023-11-10 | [refactor] use exists() instead of mapTx.find() | glozow |
2023-11-10 | [refactor] Add helper for retrieving mempool entry | TheCharlatan |
2023-11-07 | [validation] change package-fee-too-low, return wtxid(s) and effective feerate | glozow |
2023-11-06 | [validation] add TxValidationResult::TX_RECONSIDERABLE, TX_UNKNOWN | glozow |
2023-11-06 | [refactor] use Wtxid for m_wtxids_fee_calculations | glozow |
2023-11-03 | Merge bitcoin/bitcoin#28758: refactors for subpackage evaluation | fanquake |
2023-11-02 | Merge bitcoin/bitcoin#28530: tests, bug fix: DisconnectedBlockTransactions re... | glozow |
2023-11-01 | MOVEONLY: CleanupTemporaryCoins into its own function | glozow |
2023-11-01 | scripted-diff: rename CheckPackage to IsWellFormedPackage | glozow |
2023-11-01 | [refactor] move package checks into helper functions | glozow |
2023-11-01 | refactor: Remove unused circular include dependency from validation.cpp | MarcoFalke |
2023-10-30 | Merge bitcoin/bitcoin#28737: doc: Fix bugprone-lambda-function-name errors | fanquake |
2023-10-26 | Merge bitcoin/bitcoin#28107: util: Type-safe transaction identifiers | Andrew Chow |
2023-10-26 | Fix bugprone-lambda-function-name errors | MarcoFalke |
2023-10-20 | assumeutxo: Check deserialized coins for out of range values | Fabian Jahr |
2023-10-20 | Merge bitcoin/bitcoin#28569: log: Don't log cache rebalancing in absense of a... | fanquake |
2023-10-20 | log: Don't log cache rebalancing in absense of a snapshot chainstate | Fabian Jahr |
2023-10-13 | refactor: update `MAX_DISCONNECTED_TX_POOL` from kb to bytes | ismaelsadeeq |
2023-10-12 | Introduce types for txids & wtxids | dergoegge |
2023-10-12 | tidy: modernize-use-emplace | MarcoFalke |
2023-10-06 | chain: Rename HaveTxsDownloaded to HaveNumChainTxs | Fabian Jahr |
2023-10-06 | validation, test: Improve and document nChainTx check for testability | Fabian Jahr |
2023-10-06 | doc: Add and edit some comments around assumeutxo | Fabian Jahr |
2023-10-06 | validation: remove unused mempool param in DetectSnapshotChainstate | Fabian Jahr |
2023-10-05 | Merge bitcoin/bitcoin#27609: rpc: allow submitpackage to be called outside of... | Andrew Chow |
2023-10-02 | [doc] parent pay for child in aggregate CheckFeeRate | glozow |
2023-09-30 | refuse to activate a UTXO snapshot if mempool not empty | James O'Beirne |
2023-09-30 | validation: do not activate snapshot if behind active chain | James O'Beirne |
2023-09-30 | validation: assumeutxo: swap m_mempool on snapshot activation | James O'Beirne |
2023-09-30 | blockstorage: segment normal/assumedvalid blockfiles | James O'Beirne |
2023-09-30 | validation: populate nChainTx value for assumedvalid chainstates | James O'Beirne |
2023-09-30 | test: adjust chainstate tests to use recognized snapshot base | James O'Beirne |
2023-09-30 | validation: pruning for multiple chainstates | James O'Beirne |
2023-09-30 | validation: indexing changes for assumeutxo | James O'Beirne |
2023-09-30 | validation: pass ChainstateRole for validationinterface calls | James O'Beirne |
2023-09-30 | validation: only call UpdatedBlockTip for active chainstate | James O'Beirne |
2023-09-30 | validation: add ChainstateRole | James O'Beirne |
2023-09-30 | validation: MaybeRebalanceCaches when chain leaves IBD | James O'Beirne |
2023-09-30 | chainparams: add blockhash to AssumeutxoData | James O'Beirne |
2023-09-30 | assumeutxo: remove snapshot during -reindex{-chainstate} | James O'Beirne |
2023-09-30 | bugfix: correct is_snapshot_cs in VerifyDB | James O'Beirne |
2023-09-30 | net_processing: Request assumeutxo background chain blocks | Suhas Daftuar |
2023-09-29 | Merge bitcoin/bitcoin#27866: blockstorage: Return on fatal flush errors | Ryan Ofsky |
2023-09-26 | Merge bitcoin/bitcoin#28483: refactor: Return CAutoFile from BlockManager::Op... | fanquake |
2023-09-23 | Merge bitcoin/bitcoin#28385: [refactor] rewrite DisconnectedBlockTransactions... | fanquake |
2023-09-20 | Bugfix: Pass correct virtual size to CheckPackageLimits | Luke Dashjr |
2023-09-20 | Merge bitcoin/bitcoin#28472: Remove MemPoolAccept::m_limits to avoid mutating... | Andrew Chow |