index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bench
Commit message (
Expand
)
Author
Age
Files
Lines
*
scripted-diff: Replace fprintf with tfm::format
MarcoFalke
2019-06-18
1
-2
/
+2
*
tests: Add missing cs_main locks required when accessing pcoinsdbview, pcoins...
practicalswift
2019-02-15
2
-2
/
+6
*
util: Add SetupHelpOptions()
MarcoFalke
2019-02-06
1
-5
/
+2
*
Merge #14955: Switch all RNG code to the built-in PRNG
Wladimir J. van der Laan
2019-01-21
1
-2
/
+0
|
\
|
*
Automatically initialize RNG on first use.
Pieter Wuille
2019-01-16
1
-2
/
+0
*
|
Merge #14963: mempool, validation: Explain cs_main locking semantics
MarcoFalke
2019-01-15
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
test: Add missing validation locks
MarcoFalke
2018-12-17
1
-2
/
+2
*
|
Merge #13743: refactor: Replace boost::bind with std::bind
MarcoFalke
2018-12-29
1
-1
/
+1
|
\
\
|
*
|
scripted-diff: Replace boost::bind with std::bind
Chun Kuan Lee
2018-10-20
1
-1
/
+1
*
|
|
Merge #14172: Refactor and add tests for BlockFilter construction
MarcoFalke
2018-12-22
1
-2
/
+2
|
\
\
\
|
*
|
|
blockfilter: Refactor GCS params into struct.
Jim Posen
2018-11-06
1
-2
/
+2
*
|
|
|
Merge #14811: Mining: Enforce that segwit option must be set in GBT
MarcoFalke
2018-12-21
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
[mining] segwit option must be set in GBT
John Newbery
2018-12-10
1
-1
/
+1
*
|
|
|
Removed implicit CTransaction conversion from benchmaks
lucash-dev
2018-12-11
2
-5
/
+6
|
/
/
/
*
|
|
bench: Destroy wallet txs instead of leaking their memory
MarcoFalke
2018-11-27
1
-14
/
+15
*
|
|
Add Benchmark to test input de-duplication worst case
Jeremy Rubin
2018-11-25
1
-0
/
+100
*
|
|
Merge #14715: Drop defunct prevector compat handling
Wladimir J. van der Laan
2018-11-22
1
-1
/
+9
|
\
\
\
|
*
|
|
Drop defunct IS_TRIVIALLY_CONSTRUCTIBLE handling from prevector.h
Ben Woosley
2018-11-14
1
-1
/
+9
*
|
|
|
Merge #13815: util: Add [[nodiscard]] to all {Decode,Parse}[...](...) functio...
MarcoFalke
2018-11-15
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
tests: Explicitly ignore the return value of DecodeBase58(...)
practicalswift
2018-11-05
1
-1
/
+1
*
|
|
|
Pass chain and client variables where needed
Russell Yanofsky
2018-11-06
1
-2
/
+5
|
|
/
/
|
/
|
|
*
|
|
Extract CSipHasher to it's own file in crypto/ directory.
Jim Posen
2018-11-05
2
-0
/
+2
|
/
/
*
|
Merge #14350: Add WalletLocation class
Wladimir J. van der Laan
2018-11-05
1
-2
/
+2
|
\
\
|
*
|
wallet: Refactor to use WalletLocation
João Barbosa
2018-10-25
1
-2
/
+2
|
|
/
*
/
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
6
-7
/
+7
|
/
*
Don't access out of bounds array entry array[sizeof(array)]
Ben Woosley
2018-10-05
1
-2
/
+2
*
Merge #14244: amount: Move CAmount CENT to unit test header
MarcoFalke
2018-09-27
1
-8
/
+8
|
\
|
*
amount: Move CAmount CENT to unit test header
MarcoFalke
2018-09-17
1
-8
/
+8
*
|
tests: Use MakeUnique to construct objects owned by unique_ptrs
practicalswift
2018-09-21
2
-2
/
+2
|
/
*
Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script...
Wladimir J. van der Laan
2018-08-29
1
-1
/
+1
|
\
|
*
scripted-diff: Remove unused first argument to addUnchecked
MarcoFalke
2018-07-30
1
-1
/
+1
*
|
Merge #13767: Remove redundant assignments (dead stores)
MarcoFalke
2018-08-27
2
-6
/
+3
|
\
\
|
*
|
Remove redundant assignments (dead stores)
practicalswift
2018-08-02
2
-6
/
+3
*
|
|
Merge #12254: BIP 158: Compact Block Filters for Light Clients
Wladimir J. van der Laan
2018-08-26
1
-0
/
+43
|
\
\
\
|
*
|
|
bench: Benchmark GCS filter creation and matching.
Jim Posen
2018-08-25
1
-0
/
+43
*
|
|
|
util: Replace boost::signals2 with std::function
MarcoFalke
2018-08-24
1
-0
/
+2
|
/
/
/
*
|
|
Merge #13534: Don't assert(foo()) where foo() has side effects
MarcoFalke
2018-08-13
2
-4
/
+8
|
\
\
\
|
*
|
|
Don't assert(foo()) where foo has side effects
practicalswift
2018-07-07
2
-4
/
+8
*
|
|
|
Merge #13666: Always create signatures with Low R values
Wladimir J. van der Laan
2018-08-13
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Always create 70 byte signatures with low R values
Andrew Chow
2018-08-09
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
17
-17
/
+17
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Update copyright headers to 2018
DrahtBot
2018-07-27
17
-17
/
+17
*
|
|
|
bench: Make CoinSelection output groups pass eligibility filter
Andrew Chow
2018-07-31
1
-1
/
+1
*
|
|
|
Merge #13786: refactor: Avoid locking tx pool cs thrice
MarcoFalke
2018-07-30
1
-1
/
+2
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
refactor: Avoid locking tx pool cs thrice
MarcoFalke
2018-07-29
1
-1
/
+2
*
|
|
|
Acquire cs_main before ATMP call in block_assemble bench
James O'Beirne
2018-07-30
1
-4
/
+8
|
/
/
/
*
|
|
Merge #13711: [bench] Add benchmark for unserialize prevector
MarcoFalke
2018-07-27
1
-0
/
+28
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[bench] Add benchmark for unserialize prevector
Akio Nakamura
2018-07-20
1
-0
/
+28
*
|
|
wallet: Switch to using output groups instead of coins in coin selection
Karl-Johan Alm
2018-07-24
1
-10
/
+14
|
/
/
*
|
Merge #13682: bench: Remove unused variable
MarcoFalke
2018-07-17
1
-1
/
+0
|
\
\
[next]