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