aboutsummaryrefslogtreecommitdiff
path: root/src/bench/block_assemble.cpp
AgeCommit message (Expand)Author
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