aboutsummaryrefslogtreecommitdiff
path: root/src/bench
AgeCommit message (Expand)Author
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-21Set effective_value when initializing a COutputishaanam
2022-05-17refactor: use C++11 default initializersfanquake
2022-05-17bench: Make all arguments -kebab-caselaanwj
2022-05-17bench: Add `--sanity-check` flag, use it in `make check`laanwj
2022-05-04Merge bitcoin/bitcoin#24852: util: optimize HexStrlaanwj
2022-04-28test, bench: make prevector and checkqueue swap member functions noexceptJon Atack
2022-04-22Merge bitcoin/bitcoin#22910: net: Encapsulate asmap in NetGroupManagerfanquake
2022-04-20[net] Move asmap into NetGroupManagerJohn Newbery
2022-04-20Merge bitcoin/bitcoin#24909: refactor: Move and rename `pindexBestHeader`, `f...MarcoFalke
2022-04-19move-mostly: Make fHavePruned a BlockMan memberCarl Dong
2022-04-18bench: Add a benchmark for wallet loadingAndrew Chow
2022-04-17bench: Adds a benchmark for HexStrMartin Leitner-Ankerl
2022-04-06refactor: Remove deduplication of data in rollingbloom benchphyBrackets
2022-04-04refactor: fix clang-tidy named args usagefanquake
2022-03-25bench: fix incorrect named args in coin_selection benchfanquake
2022-03-25[wallet] remove MIN_CHANGEglozow
2022-03-25refactor coin selection for parameterizable change targetglozow
2022-03-24Merge bitcoin/bitcoin#24091: wallet: Consolidate CInputCoin and COutputfanquake
2022-03-23coinselection: Remove CInputCoinAndrew Chow
2022-03-23coinselection: Use COutput instead of CInputCoinAndrew Chow
2022-03-23wallet: Remove CWallet and CWalletTx from COutput's constructorAndrew Chow
2022-03-23wallet: Provide input bytes to COutputAndrew Chow
2022-03-23Merge bitcoin/bitcoin#24560: wallet: Use single FastRandomContext when creati...Andrew Chow
2022-03-17wallet: Store whether a COutput is from the walletAndrew Chow
2022-03-17wallet: Store tx time in COutputAndrew Chow
2022-03-17wallet: Remove use_max_sig default valueAndrew Chow
2022-03-17scripted-diff: Rename COutput member variablesAndrew Chow
2022-03-16Merge bitcoin/bitcoin#18815: bench: Add logging benchmarkMarcoFalke
2022-03-14wallet: Pass FastRandomContext& to coin selectionMarcoFalke
2022-03-11rpc: Move mempool RPCs to new fileMarcoFalke
2022-03-02Use GetPathArg where possiblePavol Rusnak
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-15bench: Add logging benchmarkMarcoFalke