aboutsummaryrefslogtreecommitdiff
path: root/src/bench/block_assemble.cpp
Commit message (Expand)AuthorAgeFilesLines
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-201-1/+1
* [validation] Remove absurdfee from accepttomempoolJohn Newbery2020-10-051-1/+1
* Replace current benchmarking framework with nanobenchMartin Ankerl2020-06-131-4/+4
* bench: Start nodes with -nodebuglogfileMarcoFalke2020-04-241-1/+8
* bench: Replace ::mempool globabl with test_setup.mempoolMarcoFalke2020-04-171-1/+1
* bench: Remove requirement that all benches use RegTestingSetupMarcoFalke2020-04-171-2/+3
* rpc: Remove mempool global from minerMarcoFalke2019-12-231-2/+3
* [test] move wallet helper functions into test libraryMartin Zumsande2019-11-251-1/+1
* [test] move mining helper functions into test libraryMartin Zumsande2019-11-251-0/+1
* [validation] Remove fMissingInputs from AcceptToMemoryPool()John Newbery2019-10-291-1/+1
* [validation] Add CValidationState subclassesJohn Newbery2019-10-291-1/+1
* Remove unused includespracticalswift2019-10-151-1/+0
* scripted-diff: Bump copyright headers in test, benchMarcoFalke2019-04-111-1/+1
* test: Use test_bitcoin setup in bench, Add test utilsMarcoFalke2019-04-101-72/+1
* tests: Add missing cs_main locks required when accessing pcoinsdbview, pcoins...practicalswift2019-02-151-1/+3
* Merge #13743: refactor: Replace boost::bind with std::bindMarcoFalke2018-12-291-1/+1
|\
| * scripted-diff: Replace boost::bind with std::bindChun Kuan Lee2018-10-201-1/+1
* | [mining] segwit option must be set in GBTJohn Newbery2018-12-101-1/+1
* | Extract CSipHasher to it's own file in crypto/ directory.Jim Posen2018-11-051-0/+1
* | scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
|/
* Merge #13534: Don't assert(foo()) where foo() has side effectsMarcoFalke2018-08-131-1/+2
|\
| * Don't assert(foo()) where foo has side effectspracticalswift2018-07-071-1/+2
* | Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-081-1/+1
|\ \
| * | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
| |/
* / Acquire cs_main before ATMP call in block_assemble benchJames O'Beirne2018-07-301-4/+8
|/
* bench: Add missing pow.h headerWladimir J. van der Laan2018-06-241-0/+1
* bench: Add block assemble benchmarkMarcoFalke2018-05-131-0/+115