aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge pull request #7133Wladimir J. van der Laan2015-12-031-81/+0
| |\ \ | | |/ | |/|
| | * Remove mruset as it is no longer used.Gregory Maxwell2015-11-301-81/+0
| * | Merge pull request #7144Wladimir J. van der Laan2015-12-021-0/+2
| |\ \
| | * | test: Disable scheduler test manythreadsWladimir J. van der Laan2015-12-011-0/+2
| * | | Rewrite CreateNewBlockAlex Morcos2015-12-011-24/+36
| * | | Add a score index to the mempool.Alex Morcos2015-12-011-9/+43
| * | | Store the total sig op count of a tx.Alex Morcos2015-12-012-4/+6
| |/ /
| * | Merge pull request #6915Wladimir J. van der Laan2015-12-013-13/+17
| |\ \
| | * | Track coinbase spends in CTxMemPoolEntrySuhas Daftuar2015-11-303-13/+17
| * | | Merge pull request #6914Wladimir J. van der Laan2015-12-015-9/+226
| |\ \ \
| | * | | Prevector typePieter Wuille2015-11-135-9/+226
| * | | | Merge pull request #7072Gregory Maxwell2015-11-301-0/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | [RPC] Add transaction size to JSON outputNick2015-11-281-0/+1
| * | | | Change GetPriority calculation.Alex Morcos2015-11-192-3/+8
| | |_|/ | |/| |
| * | | 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
| | | |_|/ / | | |/| | |
* | / | | | Rewrite FormatParagraph to handle newlines within input strings correctlyLuke Dashjr2016-02-031-3/+18
|/ / / / /
* | | | | 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
|\ \ | |/ |/|