aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2016-01-05c++11: don't throw from the reverselock destructorCory Fields
2016-01-05Merge pull request #7205Wladimir J. van der Laan
2015-12-30Double semicolon cleanup.21E14
2015-12-15Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY.mb300sd
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-12-11Replace trickle nodes with per-node/message Poisson delaysPieter Wuille
2015-12-03Merge pull request #7133Wladimir J. van der Laan
2015-12-02Merge pull request #7144Wladimir J. van der Laan
2015-12-01Rewrite CreateNewBlockAlex Morcos
2015-12-01Add a score index to the mempool.Alex Morcos
2015-12-01Store the total sig op count of a tx.Alex Morcos
2015-12-01test: Disable scheduler test manythreadsWladimir J. van der Laan
2015-12-01Merge pull request #6915Wladimir J. van der Laan
2015-12-01Merge pull request #6914Wladimir J. van der Laan
2015-11-30Merge pull request #7072Gregory Maxwell
2015-11-30Track coinbase spends in CTxMemPoolEntrySuhas Daftuar
2015-11-30Remove mruset as it is no longer used.Gregory Maxwell
2015-11-28[RPC] Add transaction size to JSON outputNick
2015-11-27Switch blocks to a constant-space Merkle root/branch algorithm.Pieter Wuille
2015-11-27Merge pull request #7095Wladimir J. van der Laan
2015-11-27Merge pull request #7053Wladimir J. van der Laan
2015-11-27Merge pull request #6134Wladimir J. van der Laan
2015-11-27Merge pull request #5967Wladimir J. van der Laan
2015-11-25Replace scriptnum_test's normative ScriptNum implementationWladimir J. van der Laan
2015-11-23Globals: Remove a bunch of Params() calls from main.cpp:Jorge Timón
2015-11-20Merge pull request #6851Gregory Maxwell
2015-11-21Optimisation: Store transaction list order in memory rather than compute it e...Luke Dashjr
2015-11-19Change GetPriority calculation.Alex Morcos
2015-11-18Alter assumptions in CCoinsViewCache::BatchWriteAlex Morcos
2015-11-18Merge pull request #6932Wladimir J. van der Laan
2015-11-16Implement helper class for CTxMemPoolEntry constructorAlex Morcos
2015-11-16Merge pull request #6986Gregory Maxwell
2015-11-16add estimateSmartFee to the unit testAlex Morcos
2015-11-16Increase success threshold for fee estimation to 95%Alex Morcos
2015-11-15Switch to libsecp256k1-based validation for ECDSAPieter Wuille
2015-11-13Prevector typePieter Wuille
2015-11-13Fix bug in mempool_tests unit testAlex Morcos
2015-11-12Add unit test for UpdateCoinsAlex Morcos
2015-11-11Make CCoinsViewTest behave like CCoinsViewDBAlex Morcos
2015-11-11Chainparams: Explicit CChainParams arg for miner:Jorge Timón
2015-11-11Chainparams: Explicit CChainParams arg for main (pre miner):Jorge Timón
2015-11-09[trivial] New DEFAULT_MIN_RELAY_TX_FEE = 1000MarcoFalke
2015-11-09transaction_tests: Be more strict checking dustMarcoFalke
2015-11-03Revert "Revert "Enable policy enforcing GetMedianTimePast as the end point of...Gregory Maxwell
2015-11-02Merge pull request #6928Wladimir J. van der Laan
2015-11-01Revert "Enable policy enforcing GetMedianTimePast as the end point of lock-ti...Gregory Maxwell
2015-11-01tests: Initialize networking on windowsWladimir J. van der Laan
2015-10-27unittest: fix test for null tx inputDaniel Kraft
2015-10-26Merge pull request #6888Wladimir J. van der Laan
2015-10-25Use BOOST_CHECK_MESSAGE() rather than BOOST_CHECK() in alerts_tests.cpp and i...Eric Lombrozo