aboutsummaryrefslogtreecommitdiff
path: root/src/bench
AgeCommit message (Expand)Author
2022-02-17bench: Avoid deprecated use of volatile +=MarcoFalke
2022-02-04bench: Represents paths with fs::path instead of std::stringRyan Ofsky
2022-02-03refactor: replace boost::filesystem with std::filesystemKiminuo
2022-01-27Merge bitcoin/bitcoin#23438: refactor: Use spans of std::byte in serializelaanwj
2022-01-26fs: consistently use fsbridge for {i,o}fstreamfanquake
2022-01-11bench: put addrman check ratio in a variableVasil Dimov
2022-01-11test: parse the command line arguments in unit testsVasil Dimov
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2022-01-06Add src/node/* code to node:: namespaceRussell Yanofsky
2022-01-02Use spans of std::byte in serializeMarcoFalke
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-13scripted-diff: Rename touched member variablesMarcoFalke
2021-12-13refactor: Use type-safe std::chrono in netMarcoFalke
2021-12-09Merge bitcoin/bitcoin#22019: wallet: Introduce SelectionResult for encapsulat...W. J. van der Laan
2021-12-07Merge bitcoin/bitcoin#23693: Revert "Fixes Bug in Transaction generation in C...MarcoFalke
2021-12-07Revert "Fixes Bug in Transaction generation in ComplexMempool benchmark"MarcoFalke
2021-12-07Merge bitcoin/bitcoin#22856: test: Fix bug in transaction generation in Compl...MarcoFalke
2021-12-05Use SelectionResult in AttemptSelectionAndrew Chow
2021-12-05Return SelectionResult from SelectCoinsBnBAndrew Chow
2021-11-25Merge bitcoin/bitcoin#21206: refactor: Make CWalletTx sync state type-safeW. J. van der Laan
2021-11-25Merge bitcoin/bitcoin#23512: policy: Treat taproot as always activeMarcoFalke
2021-11-17doc: Fix incorrect C++ named argsMarcoFalke
2021-11-16policy: Treat taproot as always activeMarcoFalke
2021-11-15refactor: Make CWalletTx sync state type-safeRussell Yanofsky
2021-11-10Merge bitcoin/bitcoin#22928: refactor: Remove `gArgs` from `wallet.h` and `wa...MarcoFalke
2021-11-10Merge bitcoin/bitcoin#23173: Add `ChainstateManager::ProcessTransaction`MarcoFalke
2021-11-09Remove `gArgs` from `wallet.h` and `wallet.cpp`Kiminuo
2021-11-03[refactor] Don't call AcceptToMemoryPool() from outside validation.cppJohn Newbery
2021-10-25scripted-diff: disable unimplemented ArgsManager BOOL/INT/STRING flagsRussell Yanofsky
2021-10-25Merge bitcoin/bitcoin#23157: txmempool -/-> validation 1/2: improve performan...MarcoFalke
2021-10-22Merge bitcoin/bitcoin#23288: tests: remove usage of LegacyScriptPubKeyMan fro...W. J. van der Laan
2021-10-21Merge bitcoin/bitcoin#23137: Move-only: bloom to src/commonfanquake
2021-10-19Merge bitcoin/bitcoin#22918: rpc: Add level 3 verbosity to getblock RPC call ...W. J. van der Laan
2021-10-15bench: Use DescriptorScriptPubKeyMan for wallet thingsAndrew Chow
2021-10-15bench: remove global testWallet from CoinSelection benchmarkAndrew Chow
2021-10-05scripted-diff: Move bloom to src/commonMarcoFalke
2021-10-05rpc: Add level 3 verbosity to getblock RPC call.fyquah
2021-10-05rpc: Replace boolean argument for tx details with enum class.fyquah
2021-10-04[refactor] pass coinsview and height to check()glozow
2021-10-04[bench] Benchmark CTxMemPool::check()glozow
2021-10-01[refactor/bench] make mempool_stress bench reusable and parameterizableglozow
2021-09-28scripted-diff: Rename CAddrMan to AddrManAmiti Uttarwar
2021-09-28[net, addrman] Remove external dependencies on CAddrInfo objectsAmiti Uttarwar
2021-09-04Fixes Bug in Transaction generation in ComplexMempool benchmarkShorya
2021-09-27scripted-diff: Rename overloaded int GetArg to GetIntArgRussell Yanofsky
2021-09-21bench: fixed ubsan implicit conversionMartin Ankerl
2021-09-21bench: various args improvementsJon Atack
2021-09-21bench: clean up includesJon Atack
2021-09-21bench: add usage description and documentationMartin Ankerl
2021-09-21bench: introduce -min_time argumentMartin Ankerl