aboutsummaryrefslogtreecommitdiff
path: root/src/bench
AgeCommit message (Expand)Author
2019-02-15tests: Add missing cs_main locks required when accessing pcoinsdbview, pcoins...practicalswift
2019-02-06util: Add SetupHelpOptions()MarcoFalke
2019-01-21Merge #14955: Switch all RNG code to the built-in PRNGWladimir J. van der Laan
2019-01-16Automatically initialize RNG on first use.Pieter Wuille
2019-01-15Merge #14963: mempool, validation: Explain cs_main locking semanticsMarcoFalke
2018-12-29Merge #13743: refactor: Replace boost::bind with std::bindMarcoFalke
2018-12-22Merge #14172: Refactor and add tests for BlockFilter constructionMarcoFalke
2018-12-21Merge #14811: Mining: Enforce that segwit option must be set in GBTMarcoFalke
2018-12-17test: Add missing validation locksMarcoFalke
2018-12-11Removed implicit CTransaction conversion from benchmakslucash-dev
2018-12-10[mining] segwit option must be set in GBTJohn Newbery
2018-11-27bench: Destroy wallet txs instead of leaking their memoryMarcoFalke
2018-11-25Add Benchmark to test input de-duplication worst caseJeremy Rubin
2018-11-22Merge #14715: Drop defunct prevector compat handlingWladimir J. van der Laan
2018-11-15Merge #13815: util: Add [[nodiscard]] to all {Decode,Parse}[...](...) functio...MarcoFalke
2018-11-14Drop defunct IS_TRIVIALLY_CONSTRUCTIBLE handling from prevector.hBen Woosley
2018-11-06blockfilter: Refactor GCS params into struct.Jim Posen
2018-11-06Pass chain and client variables where neededRussell Yanofsky
2018-11-05Extract CSipHasher to it's own file in crypto/ directory.Jim Posen
2018-11-05tests: Explicitly ignore the return value of DecodeBase58(...)practicalswift
2018-11-05Merge #14350: Add WalletLocation classWladimir J. van der Laan
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-10-25wallet: Refactor to use WalletLocationJoão Barbosa
2018-10-20scripted-diff: Replace boost::bind with std::bindChun Kuan Lee
2018-10-05Don't access out of bounds array entry array[sizeof(array)]Ben Woosley
2018-09-27Merge #14244: amount: Move CAmount CENT to unit test headerMarcoFalke
2018-09-21tests: Use MakeUnique to construct objects owned by unique_ptrspracticalswift
2018-09-17amount: Move CAmount CENT to unit test headerMarcoFalke
2018-08-29Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script...Wladimir J. van der Laan
2018-08-27Merge #13767: Remove redundant assignments (dead stores)MarcoFalke
2018-08-26Merge #12254: BIP 158: Compact Block Filters for Light ClientsWladimir J. van der Laan
2018-08-25bench: Benchmark GCS filter creation and matching.Jim Posen
2018-08-24util: Replace boost::signals2 with std::functionMarcoFalke
2018-08-13Merge #13534: Don't assert(foo()) where foo() has side effectsMarcoFalke
2018-08-13Merge #13666: Always create signatures with Low R valuesWladimir J. van der Laan
2018-08-09Always create 70 byte signatures with low R valuesAndrew Chow
2018-08-08Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan
2018-08-02Remove redundant assignments (dead stores)practicalswift
2018-07-31bench: Make CoinSelection output groups pass eligibility filterAndrew Chow
2018-07-30Merge #13786: refactor: Avoid locking tx pool cs thriceMarcoFalke
2018-07-30Acquire cs_main before ATMP call in block_assemble benchJames O'Beirne
2018-07-30scripted-diff: Remove unused first argument to addUncheckedMarcoFalke
2018-07-29refactor: Avoid locking tx pool cs thriceMarcoFalke
2018-07-27Merge #13711: [bench] Add benchmark for unserialize prevectorMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-24wallet: Switch to using output groups instead of coins in coin selectionKarl-Johan Alm
2018-07-20[bench] Add benchmark for unserialize prevectorAkio Nakamura
2018-07-17Merge #13682: bench: Remove unused variableMarcoFalke
2018-07-17bench: Remove unused variablepracticalswift
2018-07-14bench_bitcoin: Avoid read/write to default datadirMarcoFalke