aboutsummaryrefslogtreecommitdiff
path: root/src/bench/block_assemble.cpp
AgeCommit message (Expand)Author
2023-10-12tidy: modernize-use-emplaceMarcoFalke
2023-09-12[refactor] Add missing includes for next commitTheCharlatan
2023-05-02test: Add util to mine invalid blocksMarcoFalke
2023-01-11Merge bitcoin/bitcoin#26695: bench: BlockAssembler on a mempool with packagesAndrew Chow
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-22[bench] BlockAssembler with mempool packagesglozow
2022-11-21refactor: unify test/util/wallet.h with wallet/test/util.hfurszy
2022-10-20bench: explicitly make all current benchmarks "high" priorityfurszy
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-11-03[refactor] Don't call AcceptToMemoryPool() from outside validation.cppJohn Newbery
2021-05-27bench: Use existing chainman in AssembleBlockCarl Dong
2021-05-03bench: Remove duplicate constantsMarcoFalke
2021-03-03Move MakeNoLogFileContext to common libtest_util, and use it in benchMarcoFalke
2021-02-18scripted-diff: Invoke ::AcceptToMemoryPool with chainstateCarl Dong
2021-02-09[refactor] return MempoolAcceptResultgzhao408
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-10-05[validation] Remove absurdfee from accepttomempoolJohn Newbery
2020-06-13Replace current benchmarking framework with nanobenchMartin Ankerl
2020-04-24bench: Start nodes with -nodebuglogfileMarcoFalke
2020-04-17bench: Replace ::mempool globabl with test_setup.mempoolMarcoFalke
2020-04-17bench: Remove requirement that all benches use RegTestingSetupMarcoFalke
2019-12-23rpc: Remove mempool global from minerMarcoFalke
2019-11-25[test] move wallet helper functions into test libraryMartin Zumsande
2019-11-25[test] move mining helper functions into test libraryMartin Zumsande
2019-10-29[validation] Remove fMissingInputs from AcceptToMemoryPool()John Newbery
2019-10-29[validation] Add CValidationState subclassesJohn Newbery
2019-10-15Remove unused includespracticalswift
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-10test: Use test_bitcoin setup in bench, Add test utilsMarcoFalke
2019-02-15tests: Add missing cs_main locks required when accessing pcoinsdbview, pcoins...practicalswift
2018-12-29Merge #13743: refactor: Replace boost::bind with std::bindMarcoFalke
2018-12-10[mining] segwit option must be set in GBTJohn Newbery
2018-11-05Extract CSipHasher to it's own file in crypto/ directory.Jim Posen
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-10-20scripted-diff: Replace boost::bind with std::bindChun Kuan Lee
2018-08-13Merge #13534: Don't assert(foo()) where foo() has side effectsMarcoFalke
2018-08-08Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan
2018-07-30Acquire cs_main before ATMP call in block_assemble benchJames O'Beirne
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-07Don't assert(foo()) where foo has side effectspracticalswift
2018-06-24bench: Add missing pow.h headerWladimir J. van der Laan
2018-05-13bench: Add block assemble benchmarkMarcoFalke