aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Switch blocks to a constant-space Merkle root/branch algorithm.Pieter Wuille2015-11-274-3/+140
* Merge pull request #7095Wladimir J. van der Laan2015-11-273-199/+205
|\
| * Replace scriptnum_test's normative ScriptNum implementationWladimir J. van der Laan2015-11-253-199/+205
* | Merge pull request #7053Wladimir J. van der Laan2015-11-271-1/+2
|\ \
| * | Globals: Remove a bunch of Params() calls from main.cpp:Jorge Timón2015-11-231-1/+2
* | | Merge pull request #6134Wladimir J. van der Laan2015-11-271-17/+40
|\ \ \
| * | | add estimateSmartFee to the unit testAlex Morcos2015-11-161-0/+20
| * | | Increase success threshold for fee estimation to 95%Alex Morcos2015-11-161-17/+20
* | | | Merge pull request #5967Wladimir J. van der Laan2015-11-271-0/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | Alter assumptions in CCoinsViewCache::BatchWriteAlex Morcos2015-11-181-0/+16
* | | | Merge pull request #6851Gregory Maxwell2015-11-201-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Optimisation: Store transaction list order in memory rather than compute it e...Luke Dashjr2015-11-211-4/+4
| | |/ | |/|
* | | Merge pull request #6932Wladimir J. van der Laan2015-11-181-6/+140
|\ \ \
| * | | Add unit test for UpdateCoinsAlex Morcos2015-11-121-0/+131
| * | | Make CCoinsViewTest behave like CCoinsViewDBAlex Morcos2015-11-111-6/+9
* | | | Implement helper class for CTxMemPoolEntry constructorAlex Morcos2015-11-165-47/+89
| |/ / |/| |
* | | Merge pull request #6986Gregory Maxwell2015-11-162-17/+19
|\ \ \ | |_|/ |/| |
| * | Chainparams: Explicit CChainParams arg for miner:Jorge Timón2015-11-112-14/+14
| * | Chainparams: Explicit CChainParams arg for main (pre miner):Jorge Timón2015-11-112-3/+5
* | | Switch to libsecp256k1-based validation for ECDSAPieter Wuille2015-11-151-0/+3
* | | Fix bug in mempool_tests unit testAlex Morcos2015-11-131-2/+2
|/ /
* | [trivial] New DEFAULT_MIN_RELAY_TX_FEE = 1000MarcoFalke2015-11-091-1/+1
* | transaction_tests: Be more strict checking dustMarcoFalke2015-11-091-2/+17
* | Revert "Revert "Enable policy enforcing GetMedianTimePast as the end point of...Gregory Maxwell2015-11-031-3/+4
|/
* Merge pull request #6928Wladimir J. van der Laan2015-11-021-4/+3
|\
| * Revert "Enable policy enforcing GetMedianTimePast as the end point of lock-ti...Gregory Maxwell2015-11-011-4/+3
* | tests: Initialize networking on windowsWladimir J. van der Laan2015-11-011-0/+1
|/
* unittest: fix test for null tx inputDaniel Kraft2015-10-271-3/+7
* Merge pull request #6888Wladimir J. van der Laan2015-10-261-1/+3
|\
| * Use BOOST_CHECK_MESSAGE() rather than BOOST_CHECK() in alerts_tests.cpp and i...Eric Lombrozo2015-10-251-1/+3
* | Enable policy enforcing GetMedianTimePast as the end point of lock-time const...Mark Friedenbach2015-10-231-3/+4
|/
* Merge pull request #6873Jeff Garzik2015-10-231-14/+14
|\
| * leveldbwrapper file rename to dbwrapper.*Jeff Garzik2015-10-221-1/+1
| * leveldbwrapper symbol rename: Remove "Level" from class, etc. namesJeff Garzik2015-10-221-13/+13
* | Merge pull request #6848Wladimir J. van der Laan2015-10-222-0/+8
|\ \ | |/ |/|
| * Add DERSIG transaction test casesJ Ross Nicoll2015-10-182-0/+8
* | Merge pull request #6722Wladimir J. van der Laan2015-10-212-24/+177
|\ \
| * | Undo GetMinFee-requires-extra-call-to-hit-0Matt Corallo2015-10-141-1/+0
| * | Add reasonable test case for mempool trimmingMatt Corallo2015-10-131-0/+154
| * | Only call TrimToSize once per reorg/blocks disconnectMatt Corallo2015-10-131-1/+1
| * | Reverse the sort on the mempool's feerate indexSuhas Daftuar2015-10-131-23/+23
* | | Merge pull request #6235Wladimir J. van der Laan2015-10-202-5/+5
|\ \ \ | |_|/ |/| |
| * | Chainparams: Replace CBaseChainParams::Network enum with string constants (su...Jorge Timón2015-10-202-5/+5
* | | Merge pull request #6777Wladimir J. van der Laan2015-10-131-1/+80
|\ \ \
| * | | Refer to obfuscate_key via pointer in peripheral CLevelDB classesJames O'Beirne2015-10-091-1/+1
| * | | Add tests for gettxoutsetinfo, CLevelDBBatch, CLevelDBIteratorJames O'Beirne2015-10-091-1/+80
* | | | Merge pull request #6798Wladimir J. van der Laan2015-10-131-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Clarification of unit test build instructions.Eric Lombrozo2015-10-101-0/+2
* | | | tests: update transaction_tests for new dust thresholdWladimir J. van der Laan2015-10-101-1/+1
|/ / /
* | | Merge pull request #6720Wladimir J. van der Laan2015-10-071-0/+180
|\ \ \ | |/ / |/| |