aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | Remove arguments to ParseConfigFileMatt Corallo2016-12-235-10/+8
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge #9435: Removed unused variable in test, fixing warning.MarcoFalke2016-12-271-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Remove unused variable in test, fixing warning.Russell Yanofsky2016-12-271-1/+0
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge #9406: Re-enable a blank v1 Tx JSON testMarcoFalke2016-12-232-3/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Re-enable a blank v1 Tx JSON testDouglas Roark2016-12-212-3/+8
| |/ / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / Added missing colons in when running help commandAnditto Heristyo2016-12-223-14/+14
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge #8589: Inline CTxInWitness inside CTxInWladimir J. van der Laan2016-12-2118-176/+96
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Move CTxInWitness inside CTxInPieter Wuille2016-12-0418-176/+96
* | | | | | | | | | | | | | | | Merge #9308: [test] Add CCoinsViewCache Access/Modify/Write testsWladimir J. van der Laan2016-12-211-0/+364
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | [test] Add CCoinsViewCache Access/Modify/Write testsRussell Yanofsky2016-12-051-0/+364
| | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge #8717: [WALLET] Addition of ImmatureCreditCached to MarkDirty()Wladimir J. van der Laan2016-12-211-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | [WALLET] Addition of ImmatureCreditCached to MarkDirty()Spencer Lievens2016-09-131-0/+1
* | | | | | | | | | | | | | | | | Merge #9393: build: Include cuckoocache header in MakefileWladimir J. van der Laan2016-12-211-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | build: Include cuckoocache header in MakefileMarcoFalke2016-12-211-0/+1
| | |_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge #9376: Remove unused test files and referencesWladimir J. van der Laan2016-12-212-35/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Fix testfile referenceBtcDrak2016-12-201-1/+1
| * | | | | | | | | | | | | | | | Remove unused test files and referencesBtcDrak2016-12-192-34/+0
* | | | | | | | | | | | | | | | | Merge #9262: Prefer coins that have fewer ancestors, sanity check txn before ...Wladimir J. van der Laan2016-12-206-43/+81
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | reduce number of lookups in TransactionWithinChainLimitGregory Sanders2016-12-191-3/+3
| * | | | | | | | | | | | | | | | | CreateTransaction: Don't return success with too-many-ancestor txnGregory Sanders2016-12-131-0/+15
| * | | | | | | | | | | | | | | | | SelectCoinsMinConf: Prefer coins with fewer ancestorsGregory Sanders2016-12-136-43/+66
* | | | | | | | | | | | | | | | | | Merge #9316: [wallet] Disable free transactions when relay is disabledWladimir J. van der Laan2016-12-201-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | [wallet] Disable free transactions when relay is disabledMarcoFalke2016-12-101-0/+3
| | |_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runaw...Wladimir J. van der Laan2016-12-1910-64/+138
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Move GetWarnings() into its own file.Gregory Maxwell2016-12-039-89/+116
| * | | | | | | | | | | | | | | | | Eliminate data races for strMiscWarning and fLargeWork*Found.Gregory Maxwell2016-12-034-16/+53
| * | | | | | | | | | | | | | | | | Make QT runawayException call GetWarnings instead of directly access strMiscW...Gregory Maxwell2016-12-035-49/+59
| | |_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge #9311: Flush wallet after abandontransactionWladimir J. van der Laan2016-12-191-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Flush wallet after abandontransactionAlex Morcos2016-12-091-2/+1
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge #9329: [Qt] Console: allow empty argumentsWladimir J. van der Laan2016-12-192-21/+72
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | [Qt] Console: don't allow empty arguments when using the comma-syntaxJonas Schnelli2016-12-142-15/+35
| * | | | | | | | | | | | | | | | | Qt/Test: Check handling of empty arguments in RPC debug consoleLuke Dashjr2016-12-131-0/+31
| * | | | | | | | | | | | | | | | | [Qt] Console: allow empty argumentsJonas Schnelli2016-12-131-11/+11
* | | | | | | | | | | | | | | | | | Merge #9352: Attempt reconstruction from all compact block announcementsWladimir J. van der Laan2016-12-191-0/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Allow compactblock reconstruction when block is in flightSuhas Daftuar2016-12-151-0/+45
* | | | | | | | | | | | | | | | | | | Merge #9354: Make fuzzer actually test CTxOutCompressorWladimir J. van der Laan2016-12-191-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Make fuzzer actually test CTxOutCompressorPieter Wuille2016-12-151-2/+2
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge #9366: Fix: OSX QT compile: use built-in swap if available, or deferWladimir J. van der Laan2016-12-197-0/+95
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Uses built-in byte swap if available (Apple) and if bswap_XX is undefined.Karl-Johan Alm2016-12-177-0/+95
* | | | | | | | | | | | | | | | | | | Merge #9346: Batch construct batchesPieter Wuille2016-12-161-4/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Batch construct batchesPieter Wuille2016-12-141-4/+7
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge #9367: If we don't allow free txs, always send a fee filter (take 2)Wladimir J. van der Laan2016-12-161-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | If we don't allow free txs, always send a fee filter (take 2)MarcoFalke2016-12-161-3/+3
* | | | | | | | | | | | | | | | | | | Merge #9322: [qa] Don't set unknown rpcserialversionWladimir J. van der Laan2016-12-151-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Complain when unknown rpcserialversion is specifiedPieter Wuille2016-12-051-1/+4
* | | | | | | | | | | | | | | | | | | Merge #9313: If we don't allow free txs, always send a fee filterWladimir J. van der Laan2016-12-151-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | If we don't allow free txs, always send a fee filterAlex Morcos2016-12-091-0/+3
| | |_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge #7562: Bump transaction version default to 2Wladimir J. van der Laan2016-12-1520-43/+114
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Update python tests for default tx version=2BtcDrak2016-12-0816-39/+96
| * | | | | | | | | | | | | | | | | | Preserve tx version=1 for certain testsBtcDrak2016-12-082-1/+6