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
2018-12-29
Merge #13743: refactor: Replace boost::bind with std::bind
MarcoFalke
2018-12-22
Merge #14172: Refactor and add tests for BlockFilter construction
MarcoFalke
2018-12-21
Merge #14811: Mining: Enforce that segwit option must be set in GBT
MarcoFalke
2018-12-11
Removed implicit CTransaction conversion from benchmaks
lucash-dev
2018-12-10
[mining] segwit option must be set in GBT
John Newbery
2018-11-27
bench: Destroy wallet txs instead of leaking their memory
MarcoFalke
2018-11-25
Add Benchmark to test input de-duplication worst case
Jeremy Rubin
2018-11-22
Merge #14715: Drop defunct prevector compat handling
Wladimir J. van der Laan
2018-11-15
Merge #13815: util: Add [[nodiscard]] to all {Decode,Parse}[...](...) functio...
MarcoFalke
2018-11-14
Drop defunct IS_TRIVIALLY_CONSTRUCTIBLE handling from prevector.h
Ben Woosley
2018-11-06
blockfilter: Refactor GCS params into struct.
Jim Posen
2018-11-06
Pass chain and client variables where needed
Russell Yanofsky
2018-11-05
Extract CSipHasher to it's own file in crypto/ directory.
Jim Posen
2018-11-05
tests: Explicitly ignore the return value of DecodeBase58(...)
practicalswift
2018-11-05
Merge #14350: Add WalletLocation class
Wladimir J. van der Laan
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-25
wallet: Refactor to use WalletLocation
João Barbosa
2018-10-20
scripted-diff: Replace boost::bind with std::bind
Chun Kuan Lee
2018-10-05
Don't access out of bounds array entry array[sizeof(array)]
Ben Woosley
2018-09-27
Merge #14244: amount: Move CAmount CENT to unit test header
MarcoFalke
2018-09-21
tests: Use MakeUnique to construct objects owned by unique_ptrs
practicalswift
2018-09-17
amount: Move CAmount CENT to unit test header
MarcoFalke
2018-08-29
Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script...
Wladimir J. van der Laan
2018-08-27
Merge #13767: Remove redundant assignments (dead stores)
MarcoFalke
2018-08-26
Merge #12254: BIP 158: Compact Block Filters for Light Clients
Wladimir J. van der Laan
2018-08-25
bench: Benchmark GCS filter creation and matching.
Jim Posen
2018-08-24
util: Replace boost::signals2 with std::function
MarcoFalke
2018-08-13
Merge #13534: Don't assert(foo()) where foo() has side effects
MarcoFalke
2018-08-13
Merge #13666: Always create signatures with Low R values
Wladimir J. van der Laan
2018-08-09
Always create 70 byte signatures with low R values
Andrew Chow
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-02
Remove redundant assignments (dead stores)
practicalswift
2018-07-31
bench: Make CoinSelection output groups pass eligibility filter
Andrew Chow
2018-07-30
Merge #13786: refactor: Avoid locking tx pool cs thrice
MarcoFalke
2018-07-30
Acquire cs_main before ATMP call in block_assemble bench
James O'Beirne
2018-07-30
scripted-diff: Remove unused first argument to addUnchecked
MarcoFalke
2018-07-29
refactor: Avoid locking tx pool cs thrice
MarcoFalke
2018-07-27
Merge #13711: [bench] Add benchmark for unserialize prevector
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-24
wallet: Switch to using output groups instead of coins in coin selection
Karl-Johan Alm
2018-07-20
[bench] Add benchmark for unserialize prevector
Akio Nakamura
2018-07-17
Merge #13682: bench: Remove unused variable
MarcoFalke
2018-07-17
bench: Remove unused variable
practicalswift
2018-07-14
bench_bitcoin: Avoid read/write to default datadir
MarcoFalke
2018-07-11
Merge #13586: refactor: add benchmarks to bech32::Encode/Decode
Wladimir J. van der Laan
2018-07-07
Don't assert(foo()) where foo has side effects
practicalswift
2018-07-05
Merge #13598: bench: fix incorrect behaviour in prevector.cpp
MarcoFalke
2018-07-05
Merge #13425: Moving final scriptSig construction from CombineSignatures to P...
Wladimir J. van der Laan
2018-07-05
fix bench/prevector.cpp
Akio Nakamura
2018-07-03
Make SignatureData able to store signatures and scripts
Andrew Chow
[next]