Age | Commit message (Expand) | Author |
2024-03-11 | scripted-diff: Replace error() with LogError() | MarcoFalke |
2024-03-11 | scripted-diff: return error(...); ==> error(...); return false; | MarcoFalke |
2023-10-20 | coinstats: Fix hash_serialized2 calculation | Fabian Jahr |
2023-09-08 | index: add [nodiscard] attribute to functions writing to the db | furszy |
2023-09-07 | index: coinstats reorg, fail when block cannot be reversed | furszy |
2023-05-10 | refactor: Move functions to BlockManager methods | TheCharlatan |
2023-04-19 | move-only: Extract common/args and common/config.cpp from util/system | TheCharlatan |
2023-03-13 | refactor: Move error() from util/system.h to logging.h | Ben Woosley |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-10-23 | validation, index: Add unspendable coinbase helper functions | Fabian Jahr |
2022-09-13 | refactor: use std::string for index names | stickies-v |
2022-07-20 | refactor: Pass reference to LookUpStats | MacroFake |
2022-07-19 | Merge bitcoin/bitcoin#25645: refactor: Remove unused includes from dbwrapper.h | fanquake |
2022-07-19 | Add missing includes | MacroFake |
2022-07-18 | indexes, refactor: Remove CChainState use in index CommitInternal method | Ryan Ofsky |
2022-07-18 | indexes, refactor: Remove CBlockIndex* uses in index Rewind methods | Ryan Ofsky |
2022-07-18 | indexes, refactor: Remove CBlockIndex* uses in index WriteBlock methods | Ryan Ofsky |
2022-07-18 | indexes, refactor: Remove CBlockIndex* uses in index Init methods | Ryan Ofsky |
2022-07-18 | indexes, refactor: Remove CBlockIndex* uses in coinstatsindex LookUpOne function | Ryan Ofsky |
2022-07-18 | indexes, refactor: Pass Chain interface instead of CChainState class to indexes | Ryan Ofsky |
2022-05-23 | style-only: Rearrange using decls after scripted-diff | Carl Dong |
2022-05-23 | scripted-diff: Move src/kernel/coinstats to kernel:: | Carl Dong |
2022-05-23 | Move logic from LookupUTXOStatsWithIndex to CoinStatsIndex::LookUpStats | Carl Dong |
2022-03-09 | refactor: more const annotations for uses of CBlockIndex* | Anthony Towns |
2022-02-21 | index: Commit DB_MUHASH and DB_BEST_BLOCK to disk together | Martin Zumsande |
2022-02-17 | index: check muhash is in sync on coinstatsindex launch | Fabian Jahr |
2022-01-31 | index: Don't commit without valid m_best_block_index | Martin Zumsande |
2022-01-06 | Add src/node/* code to node:: namespace | Russell Yanofsky |
2021-12-17 | refactor: Avoid integer overflow in ApplyStats when activating snapshot | MarcoFalke |
2021-07-28 | Merge bitcoin/bitcoin#22047: index, rpc: Coinstatsindex follow-ups | W. J. van der Laan |
2021-07-25 | Index: Improve logging in coinstatsindex | Fabian Jahr |
2021-06-03 | Index: Return early from failed coinstatsindex init | Fabian Jahr |
2021-06-03 | index: Use batch writing in coinstatsindex WriteBlock | Fabian Jahr |
2021-06-03 | scripted-diff: Fix coinstats data member names | Fabian Jahr |
2021-06-01 | Merge bitcoin/bitcoin#21767: [Bundle 6/n] Prune g_chainman usage in auxiliary... | MarcoFalke |
2021-05-27 | index: Add chainstate member to BaseIndex | Carl Dong |
2021-05-24 | index: Avoid unnecessary type casts in coinstatsindex | Fabian Jahr |
2021-05-24 | scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` calls | Kiminuo |
2021-05-01 | refactor: [index] Replace deprecated char with uint8_t in serialization | MarcoFalke |
2021-04-19 | rpc, index: Add verbose amounts tracking to Coinstats index | Fabian Jahr |
2021-04-19 | index: Add Coinstats index | Fabian Jahr |