aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2017-06-01Rename CCoinsCacheEntry::coins to coinPieter Wuille
2017-06-01Extend coins_testsPieter Wuille
2017-06-01Switch CCoinsView and chainstate db from per-txid to per-txoutPieter Wuille
2017-06-01Switch tests from ModifyCoins to AddCoin/SpendCoinPieter Wuille
2017-06-01Switch CScriptCheck to use Coin instead of CCoinsPieter Wuille
2017-06-01Only pass things committed to by tx's witness hash to CScriptCheckMatt Corallo
2017-06-01Switch from per-tx to per-txout CCoinsViewCache methods in some placesPieter Wuille
2017-06-01Optimization: Coin&& to ApplyTxInUndoPieter Wuille
2017-06-01Replace CTxInUndo with CoinPieter Wuille
2017-05-26Remove/ignore tx version in utxo and undoPieter Wuille
2017-05-26Add specialization of SipHash for 256 + 32 bit dataPieter Wuille
2017-05-26error() in disconnect for disk corruption, not inconsistencyPieter Wuille
2017-05-22Merge #10415: [tests] Speed up fuzzing by ~200x when using afl-fuzzWladimir J. van der Laan
2017-05-19Merge #10429: tests: fix spurious addrman test failureWladimir J. van der Laan
2017-05-19[test] Speed up fuzzing by ~200x when using afl-fuzzpracticalswift
2017-05-19tests: fix spurious addrman test failureCory Fields
2017-05-18Merge #8329: Consensus: MOVEONLY: Move functions for tx verificationWladimir J. van der Laan
2017-05-18Merge #10408: Net: Improvements to Tor control port parserWladimir J. van der Laan
2017-05-17Merge #10199: Better fee estimatesPieter Wuille
2017-05-16torcontrol: Handle escapes in Tor QuotedStringsJack Grigg
2017-05-16torcontrol: Add unit tests for Tor reply parsersJack Grigg
2017-05-15tests: Correct testcase in script_tests.json for large number OP_EQUALWladimir J. van der Laan
2017-05-15Merge #9494: Introduce an ArgsManager class encapsulating cs_args, mapArgs a...Wladimir J. van der Laan
2017-05-10Introduce a scale factorAlex Morcos
2017-05-10Rewrite estimateSmartFeeAlex Morcos
2017-05-10Track failures in fee estimation.Alex Morcos
2017-05-10Change parameters for fee estimation and estimates on all 3 time horizons.Alex Morcos
2017-05-09[tests] Clean up addrman_tests.cppJimmy Song
2017-05-09Util: Create ArgsManager class...Jorge Timón
2017-05-09Merge #10287: [tests] Update Unit Test for addrman.h/addrman.cppMarcoFalke
2017-05-09Merge #8855: Use a proper factory for creating chainparamsWladimir J. van der Laan
2017-05-03Chainparams: Use the factory for pow testsJorge Timón
2017-05-03Chainparams: Get rid of CChainParams& Params(std::string)Jorge Timón
2017-05-03Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus moduleJorge Timón
2017-05-02[tests] Update Unit Test for addrman.h/addrman.cppJimmy Song
2017-04-26Merge #10280: [test] Unit test amount.h/amount.cppMarcoFalke
2017-04-26[test] Unit test amount.h/amount.cppJimmy Song
2017-04-25[test] Add Unit Test for GetListenPortJimmy Song
2017-04-24Merge #9792: FastRandomContext improvements and switch to ChaCha20Wladimir J. van der Laan
2017-04-20Merge #9942: Refactor CBlockPolicyEstimatorWladimir J. van der Laan
2017-04-13Merge #9480: De-duplicate SignatureCacheHasherPieter Wuille
2017-04-12Deduplicate SignatureCacheHasherJeremy Rubin
2017-04-10Call estimate(Smart)Fee directly from CBlockPolicyEstimatorAlex Morcos
2017-04-10Make feeEstimator its own global instance of CBlockPolicyEstimatorAlex Morcos
2017-04-06MOVEONLY: tx functions to consensus/tx_verify.oJorge Timón
2017-04-03Replace uses of boost::filesystem with fsWladimir J. van der Laan
2017-04-03Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan
2017-03-30Decrease testcase sizes in cuckoocache testsJeremy Rubin
2017-03-29Add a FastRandomContext::randrange and use itPieter Wuille
2017-03-29Switch FastRandomContext to ChaCha20Pieter Wuille