aboutsummaryrefslogtreecommitdiff
path: root/src/bench
AgeCommit message (Expand)Author
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-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
2022-07-19Add missing includesMacroFake
2022-07-18refactor: remove unused using directivesfanquake
2022-07-12Merge bitcoin/bitcoin#25218: refactor: introduce generic 'Result' class and c...MacroFake
2022-07-08Merge bitcoin/bitcoin#25481: wallet: unify max signature logicAndrew Chow
2022-07-08wallet: refactor GetNewDestination, use BResultfurszy
2022-07-07Merge bitcoin/bitcoin#24832: index: Verify the block filter hash when reading...fanquake
2022-06-28Merge bitcoin/bitcoin#24924: bench: Make WalletLoading benchmark run fasterfanquake
2022-06-28wallet: use CCoinControl to estimate signature sizeS3RK
2022-06-28wallet: replace GetTxSpendSize with CalculateMaximumSignedInputSizeS3RK
2022-06-16Merge bitcoin/bitcoin#25215: [kernel 2d/n] Reduce CTxMemPool constructor call...laanwj
2022-06-15bench/rpc_mempool: Create ChainTestingSetup, use its CTxMemPoolCarl Dong
2022-06-15bench: Use existing CTxMemPool in TestingSetupCarl Dong
2022-06-02Merge bitcoin/bitcoin#24927: Add test util to populate mempool with random tr...laanwj
2022-05-30use testing setup mempool in ComplexMemPool benchglozow
2022-05-30create and use mempool transactions using real coins in MempoolCheckglozow
2022-05-25Fixup option name in bench messageBen Woosley
2022-05-22Update GCSFilter benchmarksCalvin Kim
2022-05-22Add GCSFilterDecodeSkipCheck benchmarkPatrick Strateman