aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | 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 #9390: travis: make distdirWladimir J. van der Laan2016-12-212-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | gitignore: Wipe line after java comp tool removalMarcoFalke2016-12-201-1/+0
| | * | | | | | | | | | | | | | | | | | travis: make distdirMarcoFalke2016-12-201-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-207-44/+105
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | reduce number of lookups in TransactionWithinChainLimitGregory Sanders2016-12-191-3/+3
| | * | | | | | | | | | | | | | | | | | Test for fix of txn chaining in walletGregory Sanders2016-12-131-1/+24
| | * | | | | | | | | | | | | | | | | | 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-192-0/+97
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | [qa] Update compactblocks test for multi-peer reconstructionSuhas Daftuar2016-12-151-0/+52
| | * | | | | | | | | | | | | | | | | | | 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-152-3/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | [qa] Don't set unknown rpcserialversionMarcoFalke2016-12-111-2/+1
| | * | | | | | | | | | | | | | | | | | | 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 #9331: [qa] Add test for rescan feature of wallet key import RPCsWladimir J. van der Laan2016-12-152-0/+156
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | [qa] Add test for rescan feature of wallet key import RPCsRussell Yanofsky2016-12-122-0/+156
| | | |_|_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge #7562: Bump transaction version default to 2Wladimir J. van der Laan2016-12-1522-44/+116
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | Update python tests for default tx version=2BtcDrak2016-12-0818-40/+98