Age | Commit message (Expand) | Author |
2024-08-08 | Reduce cache lookups in CCoinsViewCache::FetchCoin | Lőrinc |
2024-08-05 | Add linked-list test to CCoinsViewCache::SanityCheck | Pieter Wuille |
2024-08-05 | coins: move Sync logic to CoinsViewCacheCursor | Andrew Toth |
2024-08-05 | coins: pass linked list of flagged entries to BatchWrite | Andrew Toth |
2024-08-02 | refactor: require self and sentinel parameters for AddFlags | Andrew Toth |
2024-08-01 | refactor: disallow setting flags in CCoinsCacheEntry constructors | Andrew Toth |
2024-08-01 | refactor: encapsulate flags setting with AddFlags and ClearFlags | Andrew Toth |
2024-08-01 | refactor: encapsulate flags access for dirty and fresh checks | Andrew Toth |
2024-06-10 | log: use error level for critical log messages | MarcoFalke |
2023-11-21 | Use Txid in COutpoint | dergoegge |
2023-11-16 | Include version.h in fewer places | Anthony Towns |
2023-11-16 | serialize: Drop useless version param from GetSerializeSize() | Anthony Towns |
2023-10-09 | Merge bitcoin/bitcoin#26331: Implement `CCoinsViewErrorCatcher::HaveCoin` and... | Andrew Chow |
2023-03-23 | Use PoolAllocator for CCoinsMap | Martin Leitner-Ankerl |
2023-03-23 | Call ReallocateCache() on each Flush() | Martin Leitner-Ankerl |
2023-02-02 | Add deterministic mode to CCoinsViewCache | Pieter Wuille |
2023-02-01 | Add CCoinsViewCache::SanityCheck() and use it in fuzz test | Pieter Wuille |
2023-01-31 | clang-tidy: Fix `modernize-use-default-member-init` in headers | Hennadii Stepanov |
2023-01-30 | Add assertions that BatchWrite(erase=true) erases | Pieter Wuille |
2023-01-30 | Follow coding style for named arguments | Pieter Wuille |
2023-01-20 | coins: add Sync() method to allow flush without cacheCoins drop | James O'Beirne |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-10-19 | Implement CCoinsViewErrorCatcher::HaveCoin | Aurèle Oulès |
2022-08-19 | Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unneces... | MacroFake |
2022-07-27 | refactor: Make const refs vars where applicable | Aurèle Oulès |
2022-07-21 | tracing: do not use `coin` after move in `CCoinsViewCache::AddCoin` | Seibart Nedor |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-11-28 | [tracing] tracepoints to utxocache add, spent and uncache | Arnab Sen |
2021-06-17 | refactor: wrap CCoinsViewCursor in unique_ptr | James O'Beirne |
2021-02-12 | simplify ChainstateManager::SnapshotBlockhash() return semantics | James O'Beirne |
2021-01-13 | Merge #19935: Move SaltedHashers to separate file and add some new ones | Wladimir J. van der Laan |
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-11-10 | Move Hashers to util/hasher.{cpp/h} | Andrew Chow |
2020-07-01 | Add CChainState::ResizeCoinsCaches | James O'Beirne |
2020-05-03 | Remove CCoinsViewCache::GetValueIn(...) | practicalswift |
2020-04-21 | [docs] use consistent naming for possible_overwrite | John Newbery |
2020-04-21 | [docs] Improve commenting in coins.cpp|h | John Newbery |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-07-21 | move-onlyish: move CCoinsViewErrorCatcher out of init.cpp | James O'Beirne |
2018-11-05 | Extract CSipHasher to it's own file in crypto/ directory. | Jim Posen |
2018-09-11 | Drop unused GetType() from CSizeComputer | Ben Woosley |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | Remove includes in .cpp files for things the corresponding .h file already in... | practicalswift |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-09-16 | Small refactor of CCoinsViewCache::BatchWrite() | Dan Raviv |
2017-08-16 | Use nullptr instead of zero (0) as the null pointer constant | practicalswift |
2017-07-14 | Remove confusing MAX_BLOCK_BASE_SIZE. | Gregory Maxwell |
2017-06-28 | Merge #10148: Use non-atomic flushing with block replay | Wladimir J. van der Laan |
2017-06-26 | Simplify return values of GetCoin/HaveCoin(InCache) | Pieter Wuille |