aboutsummaryrefslogtreecommitdiff
path: root/src/bench
AgeCommit message (Expand)Author
2023-02-01Fix clang-tidy readability-const-return-type violationsMarcoFalke
2023-01-30Merge bitcoin/bitcoin#15294: refactor: Extract RipeMd160MarcoFalke
2023-01-26refactor: Extract RIPEMD160Ben Woosley
2023-01-26Use DataStream where possibleMarcoFalke
2023-01-16Merge bitcoin/bitcoin#26251: refactor: add kernel/cs_main.hMarcoFalke
2023-01-13Merge bitcoin/bitcoin#26691: Update secp256k1 subtree to libsecp256k1 version...fanquake
2023-01-11Merge bitcoin/bitcoin#26695: bench: BlockAssembler on a mempool with packagesAndrew Chow
2023-01-05Merge bitcoin/bitcoin#23829: refactor: use braced init for integer literals i...MarcoFalke
2023-01-05refactor: add kernel/cs_main.*fanquake
2023-01-04Merge bitcoin/bitcoin#25234: bench: add benchmark for wallet 'AvailableCoins'...Andrew Chow
2023-01-03refactor: use braced init for integer constants instead of c style castsPasta
2022-12-31doc: Correct linked Microsoft URLsSuriyaa Sundararuban
2022-12-29Merge bitcoin/bitcoin#26481: bench: Suppress output when running with `-sanit...MarcoFalke
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-22[bench] BlockAssembler with mempool packagesglozow
2022-12-15bench: add benchmark for wallet 'AvailableCoins' function.furszy
2022-12-13Adapt to libsecp256k1 API changesPieter Wuille
2022-12-06Merge bitcoin/bitcoin#26609: refactor: Move `txmempool_entry.h` --> `kernel/m...MarcoFalke
2022-12-05Fixup clang-tidy named argument commentsfanquake
2022-11-30refactor: Move `txmempool_entry.h` --> `kernel/mempool_entry.h`Hennadii Stepanov
2022-11-29Merge bitcoin/bitcoin#26532: wallet: bugfix, invalid crypted key "checksum_va...Andrew Chow
2022-11-21refactor: move DuplicateMockDatabase to wallet/test/util.hfurszy
2022-11-21refactor: unify test/util/wallet.h with wallet/test/util.hfurszy
2022-11-18Merge bitcoin/bitcoin#17786: refactor: Nuke policy/fees->mempool circular dep...glozow
2022-11-16refactor: Move `CTxMemPoolEntry` class to its own moduleHennadii Stepanov
2022-11-15Merge bitcoin/bitcoin#25730: RPC: listunspent, add "include immature coinbase...Andrew Chow
2022-11-15Merge bitcoin/bitcoin#16981: Improve runtime performance of --reindexAndrew Chow
2022-11-10bench: Suppress output when running with `-sanity-check` optionHennadii Stepanov
2022-10-29scripted-diff: wallet: rename AvailableCoinsParams members to snake_casefurszy
2022-10-29wallet: group AvailableCoins filtering parameters in a single structfurszy
2022-10-26bench: benchmark transaction creation processfurszy
2022-10-24Add LoadExternalBlockFile() benchmarkLarry Ruane
2022-10-20Merge bitcoin/bitcoin#26158: bench: add "priority level" to the benchmark fra...Andrew Chow
2022-10-20bench: surround main() execution with try/catchfurszy
2022-10-20bench: explicitly make all current benchmarks "high" priorityfurszy
2022-10-20bench: add "priority level" to the benchmark frameworkfurszy
2022-09-28bench: place benchmark implementation inside benchmark namespacefurszy
2022-09-26bench: Add missed `ECCVerifyHandle` instanceHennadii Stepanov
2022-09-15Fix issues identified by codespell 2.2.1 and update ignored wordsJon Atack
2022-08-16Merge bitcoin/bitcoin#25734: wallet, refactor: #24584 follow-upsAndrew Chow
2022-08-12Merge bitcoin/bitcoin#25785: bench: Add a benchmark for descriptor expansionMacroFake
2022-08-10wallet: switch to new shuffle, erase, push_backjosibake
2022-08-05Merge bitcoin/bitcoin#25721: refactor: Replace BResult with util::ResultMacroFake
2022-08-05bench: Add a benchmark for descriptor expansionBen Woosley
2022-08-03refactor: Replace BResult with util::ResultRyan Ofsky
2022-07-30addrman: Use system time instead of adjusted network timeMarcoFalke
2022-07-28Merge bitcoin/bitcoin#24584: wallet: avoid mixing different `OutputTypes` dur...Andrew Chow
2022-07-26refactor: Use type-safe std::chrono for addrman timeMarcoFalke
2022-07-19wallet: run coin selection by `OutputType`josibake
2022-07-19refactor: use CoinsResult struct in SelectCoinsjosibake