You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
litecoin/src/bench
practicalswift 543ef7d626
tests: Add missing cs_main locks required when accessing pcoinsdbview, pcoinsTip or pblocktree
6 years ago
..
data Add deserialize + CheckBlock benchmarks, and a full block hex 8 years ago
.gitignore Ignore bench_bitcoin binary. 9 years ago
base58.cpp tests: Explicitly ignore the return value of DecodeBase58(...) 6 years ago
bech32.cpp scripted-diff: Move util files to separate directory. 6 years ago
bench.cpp Update copyright headers to 2018 6 years ago
bench.h Update copyright headers to 2018 6 years ago
bench_bitcoin.cpp util: Add SetupHelpOptions() 6 years ago
block_assemble.cpp tests: Add missing cs_main locks required when accessing pcoinsdbview, pcoinsTip or pblocktree 6 years ago
ccoins_caching.cpp Removed implicit CTransaction conversion from benchmaks 6 years ago
checkblock.cpp Don't access out of bounds array entry array[sizeof(array)] 6 years ago
checkqueue.cpp scripted-diff: Move util files to separate directory. 6 years ago
coin_selection.cpp bench: Destroy wallet txs instead of leaking their memory 6 years ago
crypto_hash.cpp Extract CSipHasher to it's own file in crypto/ directory. 6 years ago
duplicate_inputs.cpp tests: Add missing cs_main locks required when accessing pcoinsdbview, pcoinsTip or pblocktree 6 years ago
examples.cpp scripted-diff: Move util files to separate directory. 6 years ago
gcs_filter.cpp blockfilter: Refactor GCS params into struct. 6 years ago
lockedpool.cpp Update copyright headers to 2018 6 years ago
mempool_eviction.cpp test: Add missing validation locks 6 years ago
merkle_root.cpp Update copyright headers to 2018 6 years ago
prevector.cpp Drop defunct IS_TRIVIALLY_CONSTRUCTIBLE handling from prevector.h 6 years ago
rollingbloom.cpp Merge #13767: Remove redundant assignments (dead stores) 6 years ago
verify_script.cpp Merge #13666: Always create signatures with Low R values 6 years ago