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
/
rpc_blockchain.cpp
Age
Commit message (
Expand
)
Author
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-10-20
bench: explicitly make all current benchmarks "high" priority
furszy
2022-04-19
move-mostly: Make fHavePruned a BlockMan member
Carl Dong
2022-01-02
Use spans of std::byte in serialize
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-10-05
rpc: Add level 3 verbosity to getblock RPC call.
fyquah
2021-10-05
rpc: Replace boolean argument for tx details with enum class.
fyquah
2021-03-03
Move MakeNoLogFileContext to common libtest_util, and use it in bench
MarcoFalke
2021-02-13
Add benchmark to write JSON into a string
Martin Ankerl
2021-01-24
Fix BlockToJsonVerbose benchmark
Martin Ankerl
2020-06-13
Replace current benchmarking framework with nanobench
Martin Ankerl
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
scripted-diff: Sort test includes
MarcoFalke
2019-10-15
Remove unused includes
practicalswift
2019-07-05
bench: Benchmark blockToJSON
Kirill Fomichev