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
Age
Commit message (
Expand
)
Author
2020-08-12
util: make EncodeBase58Check consume Spans
Sebastian Falbesoner
2020-08-12
util: make EncodeBase58 consume Spans
Sebastian Falbesoner
2020-08-12
[addrman] Specify max addresses and pct when calling GetAddresses()
John Newbery
2020-07-30
Make CHash256/CHash160 output to Span
Pieter Wuille
2020-07-30
Make CHash256 and CHash160 consume Spans
Pieter Wuille
2020-07-30
Merge #18011: Replace current benchmarking framework with nanobench
Wladimir J. van der Laan
2020-07-15
Merge #19214: Auto-detect SHA256 implementation in benchmarks
Wladimir J. van der Laan
2020-06-17
scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabase
Andrew Chow
2020-06-13
Replace current benchmarking framework with nanobench
Martin Ankerl
2020-06-08
Call SHA256AutoDetect in benchmark setup
Pieter Wuille
2020-06-02
Merge #13204: Faster sigcache nonce
MarcoFalke
2020-05-20
Merge #18317: Serialization improvements step 6 (all except wallet/gui)
MarcoFalke
2020-05-03
Remove CCoinsViewCache::GetValueIn(...)
practicalswift
2020-04-29
Merge #18759: bench: Start nodes with -nodebuglogfile
MarcoFalke
2020-04-29
Add Hash Padding Microbenchmarks
Jeremy Rubin
2020-04-25
Merge #18754: bench: add CAddrMan benchmarks
MarcoFalke
2020-04-24
bench: Start nodes with -nodebuglogfile
MarcoFalke
2020-04-21
bench: add CAddrMan benchmarks
Vasil Dimov
2020-04-17
bench: Replace ::mempool globabl with test_setup.mempool
MarcoFalke
2020-04-17
bench: Remove requirement that all benches use RegTestingSetup
MarcoFalke
2020-04-17
Merge #18673: scripted-diff: Sort test includes
MarcoFalke
2020-04-17
test: Move boost/stdlib includes last
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
scripted-diff: Sort test includes
MarcoFalke
2020-04-15
bench: Remove unused argsman.ClearArgs
MarcoFalke
2020-04-15
scripted-diff: Replace gArgs with local argsman in bench
MarcoFalke
2020-04-15
tools: Add unused argsman to bench_bitcoin
MarcoFalke
2020-04-15
test: Add optional extra_args to testing setup
MarcoFalke
2020-03-30
Convert everything except wallet/qt to new serialization
Pieter Wuille
2020-03-27
Fix wallet unload race condition
Russell Yanofsky
2020-03-14
Merge #16902: O(1) OP_IF/NOTIF/ELSE/ENDIF script implementation
Wladimir J. van der Laan
2020-03-06
Merge #16117: util: Replace boost sleep with std sleep
fanquake
2020-02-28
refactor: test/bench: dedup SetupDummyInputs()
Sebastian Falbesoner
2020-02-21
scripted-diff: Replace MilliSleep with UninterruptibleSleep
MarcoFalke
2020-01-30
Merge #17261: Make ScriptPubKeyMan an actual interface and the wallet to have...
Samuel Dobson
2020-01-28
Fix benchmarks filters
Elichai Turkel
2020-01-23
Refactor: Allow LegacyScriptPubKeyMan to be null
Andrew Chow
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-02
test: Show debug log on unit test failure
MarcoFalke
2020-01-02
Merge #17781: rpc: Remove mempool global from miner
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-23
rpc: Remove mempool global from miner
MarcoFalke
2019-12-16
Merge #17593: test: move more utility functions into test utility library
MarcoFalke
2019-12-05
Add bounds checks in key_io before DecodeBase58Check
Pieter Wuille
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-11-07
Benchmark script verification with 100 nested IFs
Pieter Wuille
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-11-04
Merge #17349: Remove redundant copy constructors
MarcoFalke
2019-11-04
Merge #17228: test: Add RegTestingSetup to setup_common
MarcoFalke
[next]