dash/src/bench
Wladimir J. van der Laan 69b42ce671
Merge #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair
c37e32a [Wallet] Prevent CInputCoin to be in a null state (NicolasDorier)
f597dcb [Wallet] Simplify code using CInputCoin (NicolasDorier)
e78bc45 [Wallet] Decouple CInputCoin from CWalletTx (NicolasDorier)
fd44ac1 [Wallet] Rename std::pair<const CWalletTx*, unsigned int> to CInputCoin (NicolasDorier)

Tree-SHA512: d24361fc514a0566bce1c3953d766dfe4fece79c549cb4db2600695a4ce08e85caa61b7717812618e523a2f2a1669877dad2752ed079e2ed2d27249f9bc8590e

fix error, based on 1 0 1 6 5

fix error, based on 1 0 1 6 5
2019-06-14 01:25:59 -05:00
..
data Fix DeserializeAndCheckBlockTest benchmark and store hashDevnetGenesisBlock in consensus (#1888) 2018-02-01 20:05:35 +03:00
.gitignore
base58.cpp Merge #8675: Make copyright header lines uniform 2018-01-13 13:44:39 +01:00
bench_dash.cpp Fix bls and bls_dkg bench (#2955) 2019-05-30 11:00:07 +03:00
bench.cpp Merge #9547: bench: Assert that division by zero is unreachable 2019-02-01 10:51:01 -06:00
bench.h Merge #10045: [trivial] Fix typos in comments 2019-05-21 08:52:42 -05:00
bls_dkg.cpp Move bls stuff from crypto/ to bls/ 2018-10-12 19:39:26 +02:00
bls.cpp Update copyright date (2019) (#2970) 2019-06-11 14:46:07 +03:00
ccoins_caching.cpp Backport changes to ccoins_caching.cpp which were skipped 2018-01-12 09:58:15 +01:00
checkblock.cpp Merge #9949: [bench] Avoid function call arguments which are pointers to uninitialized values 2019-05-19 20:43:00 -05:00
checkqueue.cpp Merge #9498: Basic CCheckQueue Benchmarks 2018-01-21 12:48:33 +01:00
coin_selection.cpp Merge #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair 2019-06-14 01:25:59 -05:00
crypto_hash.cpp Add DSHA256 and X11 benchmarks, refactor names of other algo benchmarks to group them together (#1925) 2018-02-12 15:48:20 +03:00
ecdsa.cpp Add ECDSA benchmarks 2018-10-10 08:49:10 +02:00
Examples.cpp
lockedpool.cpp Merge #8808: Do not shadow variables (gcc set) 2019-02-01 00:41:12 -06:00
mempool_eviction.cpp Merge bitcoin#9602: Remove coin age priority and free transactions - implementation (#2768) 2019-03-14 17:44:42 +03:00
perf.cpp Merge #9510: [trivial] Fix typos in comments 2018-01-21 12:48:34 +01:00
perf.h Merge #9202: bench: Add support for measuring CPU cycles 2018-01-17 17:27:24 +01:00
prevector_destructor.cpp Merge #9505: Prevector Quick Destruct 2019-02-26 16:41:13 -06:00
rollingbloom.cpp Merge #7934: Improve rolling bloom filter performance and benchmark 2017-12-21 17:31:57 +01:00
string_cast.cpp Add string_cast benchmark (#2073) 2018-05-26 21:02:49 +03:00