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
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-11-03
[refactor] Don't call AcceptToMemoryPool() from outside validation.cpp
John Newbery
2021-05-27
bench: Use existing chainman in AssembleBlock
Carl Dong
2021-05-03
bench: Remove duplicate constants
MarcoFalke
2021-03-03
Move MakeNoLogFileContext to common libtest_util, and use it in bench
MarcoFalke
2021-02-18
scripted-diff: Invoke ::AcceptToMemoryPool with chainstate
Carl Dong
2021-02-09
[refactor] return MempoolAcceptResult
gzhao408
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-10-05
[validation] Remove absurdfee from accepttomempool
John Newbery
2020-06-13
Replace current benchmarking framework with nanobench
Martin Ankerl
2020-04-24
bench: Start nodes with -nodebuglogfile
MarcoFalke
2020-04-17
bench: Replace ::mempool globabl with test_setup.mempool
MarcoFalke
2020-04-17
bench: Remove requirement that all benches use RegTestingSetup
MarcoFalke
2019-12-23
rpc: Remove mempool global from miner
MarcoFalke
2019-11-25
[test] move wallet helper functions into test library
Martin Zumsande
2019-11-25
[test] move mining helper functions into test library
Martin Zumsande
2019-10-29
[validation] Remove fMissingInputs from AcceptToMemoryPool()
John Newbery
2019-10-29
[validation] Add CValidationState subclasses
John Newbery
2019-10-15
Remove unused includes
practicalswift
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