Age | Commit message (Expand) | Author |
2022-08-03 | validationcaches: Use size_t for sizes | Carl Dong |
2022-08-03 | validationcaches: Add and use ValidationCacheSizes | Carl Dong |
2022-08-02 | scripted-diff: Move mempool_args to src/node | MacroFake |
2022-08-02 | Remove ::GetVirtualTransactionSize() alias | MacroFake |
2022-08-02 | Remove ::dustRelayFee | MacroFake |
2022-08-02 | Remove ::incrementalRelayFee and ::minRelayTxFee globals | MacroFake |
2022-08-01 | Merge bitcoin/bitcoin#25651: refactor: make all NodeImpl/ChainImpl/ExternalSi... | MacroFake |
2022-07-29 | refactor: remove unneeded temporaries in node/interfaces, simplify code | Jon Atack |
2022-07-29 | refactor: make all NodeImpl/ChainImpl/ExternalSignerImpl members public | Jon Atack |
2022-07-29 | Merge bitcoin/bitcoin#25571: refactor: Make mapBlocksUnknownParent local, and... | fanquake |
2022-07-26 | Add type-safe AdjustedTime() getter to timedata | MarcoFalke |
2022-07-22 | Merge bitcoin/bitcoin#25668: refactor: Fix iwyu on node/chainstate | MacroFake |
2022-07-21 | refactor: Fix iwyu on node/chainstate | MacroFake |
2022-07-20 | Use HashWriter where possible | MacroFake |
2022-07-20 | Merge bitcoin/bitcoin#25638: refactor: Use chainman() helper consistently in ... | MacroFake |
2022-07-19 | refactor: Reduce number of LoadChainstate return values | Russell Yanofsky |
2022-07-19 | refactor: Reduce number of LoadChainstate parameters | Russell Yanofsky |
2022-07-19 | Merge bitcoin/bitcoin#25645: refactor: Remove unused includes from dbwrapper.h | fanquake |
2022-07-19 | Add missing includes to node/chainstate | MacroFake |
2022-07-19 | refactor: Use chainman() helper consistently in ChainImpl | MacroFake |
2022-07-18 | indexes, refactor: Remove CChainState use in index CommitInternal method | Ryan Ofsky |
2022-07-18 | Merge bitcoin/bitcoin#23997: wallet: avoid rescans under assumed-valid blocks | Andrew Chow |
2022-07-18 | indexes, refactor: Pass Chain interface instead of CChainState class to indexes | Ryan Ofsky |
2022-07-18 | interfaces, refactor: Add more block information to block connected notificat... | Ryan Ofsky |
2022-07-18 | refactor: Make mapBlocksUnknownParent local, and rename it | Hennadii Stepanov |
2022-07-15 | Move DEFAULT_PERSIST_MEMPOOL out of libbitcoinkernel | Carl Dong |
2022-07-15 | LoadMempool: Pass in load_path, stop using gArgs | Carl Dong |
2022-07-15 | DumpMempool: Pass in dump_path, stop using gArgs | Carl Dong |
2022-07-12 | Merge bitcoin/bitcoin#25036: wallet: Save wallet scan progress | MacroFake |
2022-07-07 | Merge bitcoin/bitcoin#25500: refactor: Move inbound eviction logic to its own... | fanquake |
2022-07-06 | [net] Move eviction logic to its own file | dergoegge |
2022-07-06 | [net] Move ConnectionType to its own file | Cory Fields |
2022-06-28 | node/ifaces: Use existing MemPoolLimits | Carl Dong |
2022-06-28 | scripted-diff: Rename anc/desc size limit vars to indicate SI unit | Carl Dong |
2022-06-28 | mempool: Pass in -maxmempool instead of referencing gArgs | Carl Dong |
2022-06-23 | wallet: Save wallet scan progress | w0xlt |
2022-06-22 | scripted-diff: Rename DEFAULT_MAX_MEMPOOL_SIZE to indicate SI unit | Carl Dong |
2022-06-17 | Merge bitcoin/bitcoin#25299: doc: Correct comments re. units of constants | laanwj |
2022-06-15 | Merge bitcoin/bitcoin#25223: [kernel 2e/n] miner: Make `mempool` optional, st... | fanquake |
2022-06-14 | scripted-diff: Avoid incompatibility with CMake AUTOUIC feature | Hennadii Stepanov |
2022-06-07 | doc: Correct nPruneTarget misidentifying units of variable | darosior |
2022-06-06 | miner: Make mempool optional for BlockAssembler | Carl Dong |
2022-06-06 | scripted-diff: remove duplicate categories from LogPrint output | Jon Atack |
2022-06-04 | Merge bitcoin/bitcoin#25065: [kernel 2c/n] Introduce `kernel::Context`, encap... | fanquake |
2022-06-02 | Move init::SanityCheck to kernel::SanityCheck | Carl Dong |
2022-06-02 | init: Initialize globals with kernel::Context's life | Carl Dong |
2022-06-02 | kernel: pass params to BlockManager rather than using a global | Cory Fields |
2022-05-31 | kernel: Introduce empty and unused kernel::Context | Carl Dong |
2022-05-27 | miner: Make UpdatePackagesForAdded static | Carl Dong |
2022-05-27 | miner: Absorb SkipMapTxEntry into addPackageTxs | Carl Dong |