Age | Commit message (Expand) | Author |
2022-02-22 | Merge bitcoin/bitcoin#24367: User-facing content and codebase doc fixups from... | laanwj |
2022-02-22 | Merge bitcoin/bitcoin#24310: docs / fixups from RBF and packages | fanquake |
2022-02-21 | Replace "can not" with "cannot" in docs, user messages, and tests | Jon Atack |
2022-02-20 | Merge bitcoin/bitcoin#23907: tracing: utxocache tracepoints follow up for #22902 | fanquake |
2022-02-17 | Merge bitcoin/bitcoin#23819: ConnectBlock: don't serialize block hash twice | laanwj |
2022-02-17 | Merge bitcoin/bitcoin#24177: validation, refactor: add missing thread safety ... | MarcoFalke |
2022-02-14 | [doc] clarify inaccurate comment about replacements paying higher feerate | glozow |
2022-02-14 | [validation] look up transaction by txid | glozow |
2022-02-09 | Add missing thread safety lock assertions in validation.cpp | Jon Atack |
2022-02-07 | Fix integer sanitizer suppressions in validation.cpp | MarcoFalke |
2022-02-01 | Fix unsigned integer overflow in LoadMempool | MarcoFalke |
2022-01-31 | Merge bitcoin/bitcoin#24103: Replace RecursiveMutex `m_cs_chainstate` with Mu... | MarcoFalke |
2022-01-27 | Merge bitcoin/bitcoin#23438: refactor: Use spans of std::byte in serialize | laanwj |
2022-01-25 | Merge bitcoin/bitcoin#21464: Mempool Update Cut-Through Optimization | fanquake |
2022-01-25 | Merge bitcoin/bitcoin#23804: validation: followups for de-duplication of pack... | fanquake |
2022-01-24 | refactor: add negative TS annotations for `m_chainstate_mutex` | w0xlt |
2022-01-19 | scripted-diff: rename m_cs_chainstate -> m_chainstate_mutex | w0xlt |
2022-01-19 | Run coin.IsSpent only once in a row | MarcoFalke |
2022-01-18 | Replace `struct update_lock_points` with lambda | glozow |
2022-01-18 | document and clean up MaybeUpdateMempoolForReorg | glozow |
2022-01-17 | [validation] better handle errors in SubmitPackage | glozow |
2022-01-17 | AcceptPackage fixups | glozow |
2022-01-17 | [doc] more detailed explanation for deduplication | glozow |
2022-01-17 | [packages] return DIFFERENT_WITNESS for same-txid-different-witness tx | glozow |
2022-01-17 | Merge bitcoin/bitcoin#24033: log: Remove GetAdjustedTime from IBD header prog... | MarcoFalke |
2022-01-12 | block_connected: re-use previous GetTimeMicros | William Casarin |
2022-01-12 | block_connected: don't serialize block hash twice | William Casarin |
2022-01-11 | log: Remove GetAdjustedTime from IBD header progress estimation | MarcoFalke |
2022-01-11 | Remove cs_main lock annotation from ChainstateManager.m_blockman | Ryan Ofsky |
2022-01-06 | Add src/node/* code to node:: namespace | Russell Yanofsky |
2022-01-05 | scripted-diff: Rename touched member variables | MarcoFalke |
2022-01-05 | Make blockstorage globals private members of BlockManager | MarcoFalke |
2022-01-05 | Move blockstorage-related unload to BlockManager::Unload | MarcoFalke |
2022-01-05 | move-only: Create WriteBlockIndexDB helper | MarcoFalke |
2022-01-05 | Move functions to BlockManager | MarcoFalke |
2022-01-04 | Merge bitcoin/bitcoin#23581: Move BlockManager to node/blockstorage | fanquake |
2022-01-03 | Merge bitcoin/bitcoin#23683: bug fix: valid but different LockPoints after a ... | MarcoFalke |
2022-01-02 | Move BlockManager to node/blockstorage | MarcoFalke |
2022-01-02 | Use spans of std::byte in serialize | MarcoFalke |
2022-01-02 | Merge bitcoin/bitcoin#23795: refactor: Remove implicit-integer-sign-change su... | MarcoFalke |
2022-01-02 | Merge bitcoin/bitcoin#23882: doc: testnet3 was not reset and is doing BIP30 c... | fanquake |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-12-30 | tracing: correctly scope utxocache:flush tracepoint | Arnab Sen |
2021-12-27 | doc: testnet3 was not reset and is doing BIP30 checks again | MarcoFalke |
2021-12-16 | refactor: Remove implicit-integer-sign-change suppressions in validation.cpp | MarcoFalke |
2021-12-16 | Merge bitcoin/bitcoin#23785: refactor: Move stuff to ChainstateManager | MarcoFalke |
2021-12-15 | Merge bitcoin/bitcoin#22674: validation: mempool validation and submission fo... | W. J. van der Laan |
2021-12-15 | Move pindexBestInvalid to ChainstateManager | MarcoFalke |
2021-12-15 | Move m_failed_blocks to ChainstateManager | MarcoFalke |
2021-12-15 | Move AcceptBlockHeader to ChainstateManager | MarcoFalke |