aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Merge #7070: Move maxTxFee out of mempoolWladimir J. van der Laan2016-02-041-1/+1
|\
| * Move maxTxFee out of mempoolMarcoFalke2016-02-021-1/+1
* | Merge branch 'master' into single_prodnameLuke Dashjr2016-02-0357-500/+1205
|\|
| * Get rid of inaccurate ScriptSigArgsExpectedPieter Wuille2016-02-012-17/+0
| * Merge #7212: Adds unittests for CAddrMan and CAddrinfo, removes source of non...Wladimir J. van der Laan2016-01-281-31/+372
| |\
| | * Increase test coverage for addrman and addrinfoEthan Heilman2016-01-271-31/+372
| * | Merge #7348: MOVE ONLY: move rpc* to rpc/Wladimir J. van der Laan2016-01-282-5/+5
| |\ \
| | * | move rpc* to rpc/Daniel Cousens2016-01-212-5/+5
| | |/
| * | Merge #7300: [trivial] Add missing copyright headersWladimir J. van der Laan2016-01-273-1/+6
| |\ \ | | |/ | |/|
| | * Add missing copyright headersMarcoFalke2016-01-052-0/+5
| | * Bump copyright headers to 2014MarcoFalke2016-01-051-1/+1
| * | Merge #7307: [RPC, Wallet] Move RPC dispatch table registration to wallet/ codeWladimir J. van der Laan2016-01-201-0/+1
| |\ \
| | * | [RPC, Wallet] Move RPC dispatch table registration to wallet/ codeJonas Schnelli2016-01-201-0/+1
| * | | Typo fixes in commentsChris Wheeler2016-01-171-1/+1
| |/ /
| * / c++11: don't throw from the reverselock destructorCory Fields2016-01-051-10/+6
| |/
| * Merge pull request #7205Wladimir J. van der Laan2016-01-0544-44/+44
| |\
| | * Bump copyright headers to 2015MarcoFalke2015-12-1344-44/+44
| * | Double semicolon cleanup.21E142015-12-301-2/+2
| * | Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY.mb300sd2015-12-155-36/+36
| * | Replace trickle nodes with per-node/message Poisson delaysPieter Wuille2015-12-111-7/+7
| * | 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