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
2023-05-09
Merge bitcoin/bitcoin#27491: refactor: Move chain constants to the util library
fanquake
2023-05-09
scripted-diff: Remove unused chainparamsbase includes
TheCharlatan
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-05-08
refactor: Remove unused GetTimeMillis
MarcoFalke
2023-05-02
test: Add util to mine invalid blocks
MarcoFalke
2023-04-21
Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/system
fanquake
2023-04-20
Merge bitcoin/bitcoin#26720: wallet: coin selection, don't return results tha...
Andrew Chow
2023-04-20
Merge bitcoin/bitcoin#25325: Add pool based memory resource
Andrew Chow
2023-04-20
Merge bitcoin/bitcoin#27214: addrman: Enable selecting addresses by network
Andrew Chow
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-04-11
Merge bitcoin/bitcoin#26699: wallet, gui: bugfix, getAvailableBalance skips s...
Andrew Chow
2023-04-05
coin selection: BnB, don't return selection if exceeds max allowed tx weight
furszy
2023-04-03
gui: bugfix, getAvailableBalance skips selected coins
furszy
2023-04-03
Merge bitcoin/bitcoin#27254: refactor: Extract util/fs from util/system
fanquake
2023-03-27
Merge bitcoin/bitcoin#26642: clang-tidy: Add more `performance-*` checks and ...
fanquake
2023-03-26
clang-tidy: Add `performance-inefficient-vector-operation` check
Hennadii Stepanov
2023-03-23
Merge bitcoin/bitcoin#26957: bench: update logging benchmarks
Andrew Chow
2023-03-23
Add pool based memory resource & allocator
Martin Leitner-Ankerl
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-03-21
refactor: Use move semantics in `CCheckQueue::Loop`
Hennadii Stepanov
2023-03-21
refactor: Make move semantics explicit for callers
Hennadii Stepanov
2023-03-17
bench: test select for a new table with only one address
Amiti Uttarwar
2023-03-17
bench: add coverage for addrman select with network parameter
Amiti Uttarwar
2023-03-07
bench: document expected results in logging benchmarks
jonatack
2023-03-07
bench: add LogPrintfCategory and LogPrintLevel benchmarks
Jon Atack
2023-03-07
bench: order the logging benchmark code by output
Jon Atack
2023-03-07
bench: update logging benchmark naming for clarity
Jon Atack
2023-03-06
bench: allow logging benchmarks to be order-independent
Larry Ruane
2023-03-06
wallet: single output groups filtering and grouping process
furszy
2023-03-06
refactor: make OutputGroup::m_outputs field a vector of shared_ptr
furszy
2023-03-03
wallet: make OutputGroup "positive_only" filter explicit
furszy
2023-02-17
Merge bitcoin/bitcoin#26889: refactor: wallet, remove global 'ArgsManager' de...
Andrew Chow
2023-02-15
refactor: wallet, remove global 'ArgsManager' access
furszy
2023-02-15
Merge bitcoin/bitcoin#26153: Reduce wasted pseudorandom bytes in ChaCha20 + v...
fanquake
2023-02-03
Update nanobench to version v4.3.10
Martin Leitner-Ankerl
2023-02-01
Fix clang-tidy readability-const-return-type violations
MarcoFalke
2023-01-30
Only support 32-byte keys in ChaCha20{,Aligned}
Pieter Wuille
2023-01-30
Rename ChaCha20::Seek -> Seek64 to clarify multiple of 64
Pieter Wuille
2023-01-30
Merge bitcoin/bitcoin#15294: refactor: Extract RipeMd160
MarcoFalke
2023-01-26
refactor: Extract RIPEMD160
Ben Woosley
2023-01-26
Use DataStream where possible
MarcoFalke
2023-01-16
Merge bitcoin/bitcoin#26251: refactor: add kernel/cs_main.h
MarcoFalke
2023-01-13
Merge bitcoin/bitcoin#26691: Update secp256k1 subtree to libsecp256k1 version...
fanquake
2023-01-11
Merge bitcoin/bitcoin#26695: bench: BlockAssembler on a mempool with packages
Andrew Chow
2023-01-05
Merge bitcoin/bitcoin#23829: refactor: use braced init for integer literals i...
MarcoFalke
2023-01-05
refactor: add kernel/cs_main.*
fanquake
2023-01-04
Merge bitcoin/bitcoin#25234: bench: add benchmark for wallet 'AvailableCoins'...
Andrew Chow
2023-01-03
refactor: use braced init for integer constants instead of c style casts
Pasta
2022-12-31
doc: Correct linked Microsoft URLs
Suriyaa Sundararuban
2022-12-29
Merge bitcoin/bitcoin#26481: bench: Suppress output when running with `-sanit...
MarcoFalke
[next]