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
2024-12-04
test: drop scriptPubKeyIn arg from CreateNewBlock
Sjors Provoost
2024-12-02
[checkqueue] support user-defined return type through std::optional
Pieter Wuille
2024-11-26
Merge bitcoin/bitcoin#31364: refactor: Fix remaining clang-tidy performance-u...
Ava Chow
2024-11-26
Merge bitcoin/bitcoin#31305: refactor: Fix remaining clang-tidy performance-i...
Ava Chow
2024-11-25
refactor: Fix remaining clang-tidy performance-unnecessary-copy-initializatio...
Lőrinc
2024-11-25
refactor: Preallocate PrevectorFillVector(In)Direct without vector resize
Lőrinc
2024-11-25
Merge bitcoin/bitcoin#31279: policy: ephemeral dust followups
glozow
2024-11-20
CheckEphemeralSpends: return boolean, and set child state and txid outparams
Greg Sanders
2024-11-20
bench: remove unnecessary CMTxn constructors
Greg Sanders
2024-11-20
Merge bitcoin/bitcoin#31122: cluster mempool: Implement changeset interface f...
glozow
2024-11-14
Merge bitcoin/bitcoin#30349: benchmark: Improve SipHash_32b accuracy to avoid...
Ava Chow
2024-11-13
Merge bitcoin/bitcoin#31000: bench: add support for custom data directory
Ava Chow
2024-11-13
Apply mempool changeset transactions directly into the mempool
Suhas Daftuar
2024-11-12
bench: Add basic CheckEphemeralSpends benchmark
Greg Sanders
2024-11-11
bench: add support for custom data directory
furszy
2024-11-11
test, bench: specialize working directory name
furszy
2024-11-03
Refactor SipHash_32b benchmark to improve accuracy and avoid optimization issues
Lőrinc
2024-10-21
bench: add coverage for wallet migration process
furszy
2024-10-10
Merge bitcoin/bitcoin#30857: cluster mempool: extend DepGraph functionality
glozow
2024-10-10
scripted-diff: drop config/ subdir for bitcoin-config.h, rename to bitcoin-bu...
Sebastian Falbesoner
2024-10-07
clusterlin: make DepGraph::AddDependency support multiple dependencies at once
Pieter Wuille
2024-09-16
Merge bitcoin/bitcoin#30884: streams: cache file position within AutoFile
Ava Chow
2024-09-16
Merge bitcoin/bitcoin#29436: net: call `Select` with reachable networks in `T...
Ava Chow
2024-09-13
streams: cache file position within AutoFile
Pieter Wuille
2024-09-12
clusterlin: improve heuristic to decide split transaction (optimization)
Pieter Wuille
2024-09-12
clusterlin: include topological pot subsets automatically (optimization)
Pieter Wuille
2024-09-12
clusterlin bench: add example hard cluster benchmarks
Pieter Wuille
2024-09-12
clusterlin bench: have low/high iter benchmarks instead of per-iter
Pieter Wuille
2024-09-10
addrman: change `Select` to support multiple networks
brunoerg
2024-09-06
Merge bitcoin/bitcoin#30790: bench: Remove redundant logging benchmarks
merge-script
2024-09-05
test: Use span for raw data
MarcoFalke
2024-09-05
bench: Remove redundant logging benchmarks
MarcoFalke
2024-09-05
bench: Use LogInfo instead of the deprecated alias LogPrintf
MarcoFalke
2024-09-02
Merge bitcoin/bitcoin#30750: scripted-diff: LogPrint -> LogDebug
merge-script
2024-09-02
Merge bitcoin/bitcoin#30664: build: Remove Autotools-based build system
merge-script
2024-08-30
build: Remove Autotools-based build system
Hennadii Stepanov
2024-08-29
refactor: Remove unused LogPrint
MarcoFalke
2024-08-29
scripted-diff: LogPrint -> LogDebug
MarcoFalke
2024-08-28
scripted-diff: Replace ParseHex[<std::byte>]("str") -> "str"_hex[_u8]
Hodlinator
2024-08-28
refactor: Prepare for ParseHex -> ""_hex scripted-diff
Hodlinator
2024-08-28
refactor: Hand-replace some ParseHex -> ""_hex
Hodlinator
2024-08-28
Merge bitcoin/bitcoin#30571: test: [refactor] Use m_rng directly
merge-script
2024-08-28
Merge bitcoin/bitcoin#22838: descriptors: Be able to specify change and recei...
glozow
2024-08-28
Merge bitcoin/bitcoin#30454: build: Introduce CMake-based build system
merge-script
2024-08-27
bench: [refactor] iwyu
MarcoFalke
2024-08-26
test: Remove FastRandomContext global
Ryan Ofsky
2024-08-16
cmake: Implement `install` build target
Hennadii Stepanov
2024-08-16
cmake: Build `bench_bitcoin` executable
Hennadii Stepanov
2024-08-14
wallet: rename UnloadWallet to WaitForDeleteWallet
furszy
2024-08-08
descriptors: Change Parse to return vector of descriptors
Ava Chow
[next]