index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bench
/
block_assemble.cpp
Age
Commit message (
Expand
)
Author
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-10
test: Use test_bitcoin setup in bench, Add test utils
MarcoFalke
2019-02-15
tests: Add missing cs_main locks required when accessing pcoinsdbview, pcoins...
practicalswift
2018-12-29
Merge #13743: refactor: Replace boost::bind with std::bind
MarcoFalke
2018-12-10
[mining] segwit option must be set in GBT
John Newbery
2018-11-05
Extract CSipHasher to it's own file in crypto/ directory.
Jim Posen
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-20
scripted-diff: Replace boost::bind with std::bind
Chun Kuan Lee
2018-08-13
Merge #13534: Don't assert(foo()) where foo() has side effects
MarcoFalke
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-07-30
Acquire cs_main before ATMP call in block_assemble bench
James O'Beirne
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-07
Don't assert(foo()) where foo has side effects
practicalswift
2018-06-24
bench: Add missing pow.h header
Wladimir J. van der Laan
2018-05-13
bench: Add block assemble benchmark
MarcoFalke