| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | test: Include tx data in EXTRA_DIST | MarcoFalke | 2016-12-27 | 1 | -0/+15 |
| * | Merge #9435: Removed unused variable in test, fixing warning. | MarcoFalke | 2016-12-27 | 1 | -1/+0 |
| |\ | |||||
| | * | Remove unused variable in test, fixing warning. | Russell Yanofsky | 2016-12-27 | 1 | -1/+0 |
| * | | Merge #9406: Re-enable a blank v1 Tx JSON test | MarcoFalke | 2016-12-23 | 2 | -3/+8 |
| |\ \ | |||||
| | * | | Re-enable a blank v1 Tx JSON test | Douglas Roark | 2016-12-21 | 2 | -3/+8 |
| | |/ | |||||
| * / | Added missing colons in when running help command | Anditto Heristyo | 2016-12-22 | 3 | -14/+14 |
| |/ | |||||
| * | Merge #8589: Inline CTxInWitness inside CTxIn | Wladimir J. van der Laan | 2016-12-21 | 18 | -176/+96 |
| |\ | |||||
| | * | Move CTxInWitness inside CTxIn | Pieter Wuille | 2016-12-04 | 18 | -176/+96 |
| * | | Merge #9308: [test] Add CCoinsViewCache Access/Modify/Write tests | Wladimir J. van der Laan | 2016-12-21 | 1 | -0/+364 |
| |\ \ | |||||
| | * | | [test] Add CCoinsViewCache Access/Modify/Write tests | Russell Yanofsky | 2016-12-05 | 1 | -0/+364 |
| * | | | Merge #8717: [WALLET] Addition of ImmatureCreditCached to MarkDirty() | Wladimir J. van der Laan | 2016-12-21 | 1 | -0/+1 |
| |\ \ \ | |||||
| | * | | | [WALLET] Addition of ImmatureCreditCached to MarkDirty() | Spencer Lievens | 2016-09-13 | 1 | -0/+1 |
| * | | | | Merge #9393: build: Include cuckoocache header in Makefile | Wladimir J. van der Laan | 2016-12-21 | 1 | -0/+1 |
| |\ \ \ \ | |||||
| | * | | | | build: Include cuckoocache header in Makefile | MarcoFalke | 2016-12-21 | 1 | -0/+1 |
| * | | | | | Merge #9376: Remove unused test files and references | Wladimir J. van der Laan | 2016-12-21 | 2 | -35/+1 |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | Fix testfile reference | BtcDrak | 2016-12-20 | 1 | -1/+1 |
| | * | | | | Remove unused test files and references | BtcDrak | 2016-12-19 | 2 | -34/+0 |
| * | | | | | Merge #9262: Prefer coins that have fewer ancestors, sanity check txn before ... | Wladimir J. van der Laan | 2016-12-20 | 6 | -43/+81 |
| |\ \ \ \ \ | |||||
| | * | | | | | reduce number of lookups in TransactionWithinChainLimit | Gregory Sanders | 2016-12-19 | 1 | -3/+3 |
| | * | | | | | CreateTransaction: Don't return success with too-many-ancestor txn | Gregory Sanders | 2016-12-13 | 1 | -0/+15 |
| | * | | | | | SelectCoinsMinConf: Prefer coins with fewer ancestors | Gregory Sanders | 2016-12-13 | 6 | -43/+66 |
| * | | | | | | Merge #9316: [wallet] Disable free transactions when relay is disabled | Wladimir J. van der Laan | 2016-12-20 | 1 | -0/+3 |
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| | * | | | | | [wallet] Disable free transactions when relay is disabled | MarcoFalke | 2016-12-10 | 1 | -0/+3 |
| * | | | | | | Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runaw... | Wladimir J. van der Laan | 2016-12-19 | 10 | -64/+138 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Move GetWarnings() into its own file. | Gregory Maxwell | 2016-12-03 | 9 | -89/+116 |
| | * | | | | | | Eliminate data races for strMiscWarning and fLargeWork*Found. | Gregory Maxwell | 2016-12-03 | 4 | -16/+53 |
| | * | | | | | | Make QT runawayException call GetWarnings instead of directly access strMiscW... | Gregory Maxwell | 2016-12-03 | 5 | -49/+59 |
| * | | | | | | | Merge #9311: Flush wallet after abandontransaction | Wladimir J. van der Laan | 2016-12-19 | 1 | -2/+1 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Flush wallet after abandontransaction | Alex Morcos | 2016-12-09 | 1 | -2/+1 |
| | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | | Merge #9329: [Qt] Console: allow empty arguments | Wladimir J. van der Laan | 2016-12-19 | 2 | -21/+72 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | [Qt] Console: don't allow empty arguments when using the comma-syntax | Jonas Schnelli | 2016-12-14 | 2 | -15/+35 |
| | * | | | | | | | Qt/Test: Check handling of empty arguments in RPC debug console | Luke Dashjr | 2016-12-13 | 1 | -0/+31 |
| | * | | | | | | | [Qt] Console: allow empty arguments | Jonas Schnelli | 2016-12-13 | 1 | -11/+11 |
| * | | | | | | | | Merge #9352: Attempt reconstruction from all compact block announcements | Wladimir J. van der Laan | 2016-12-19 | 1 | -0/+45 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Allow compactblock reconstruction when block is in flight | Suhas Daftuar | 2016-12-15 | 1 | -0/+45 |
| * | | | | | | | | | Merge #9354: Make fuzzer actually test CTxOutCompressor | Wladimir J. van der Laan | 2016-12-19 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Make fuzzer actually test CTxOutCompressor | Pieter Wuille | 2016-12-15 | 1 | -2/+2 |
| * | | | | | | | | | | Merge #9366: Fix: OSX QT compile: use built-in swap if available, or defer | Wladimir J. van der Laan | 2016-12-19 | 7 | -0/+95 |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | | |||||
| | * | | | | | | | | | Uses built-in byte swap if available (Apple) and if bswap_XX is undefined. | Karl-Johan Alm | 2016-12-17 | 7 | -0/+95 |
| * | | | | | | | | | | Merge #9346: Batch construct batches | Pieter Wuille | 2016-12-16 | 1 | -4/+7 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Batch construct batches | Pieter Wuille | 2016-12-14 | 1 | -4/+7 |
| * | | | | | | | | | | | Merge #9367: If we don't allow free txs, always send a fee filter (take 2) | Wladimir J. van der Laan | 2016-12-16 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | |||||
| | * | | | | | | | | | | If we don't allow free txs, always send a fee filter (take 2) | MarcoFalke | 2016-12-16 | 1 | -3/+3 |
| * | | | | | | | | | | | Merge #9322: [qa] Don't set unknown rpcserialversion | Wladimir J. van der Laan | 2016-12-15 | 1 | -1/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | |||||
| | * | | | | | | | | | | Complain when unknown rpcserialversion is specified | Pieter Wuille | 2016-12-05 | 1 | -1/+4 |
| * | | | | | | | | | | | Merge #9313: If we don't allow free txs, always send a fee filter | Wladimir J. van der Laan | 2016-12-15 | 1 | -0/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | |||||
| | * | | | | | | | | | | If we don't allow free txs, always send a fee filter | Alex Morcos | 2016-12-09 | 1 | -0/+3 |
| | | |_|_|_|/ / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | | Merge #7562: Bump transaction version default to 2 | Wladimir J. van der Laan | 2016-12-15 | 20 | -43/+114 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Update python tests for default tx version=2 | BtcDrak | 2016-12-08 | 16 | -39/+96 |
| | * | | | | | | | | | | Preserve tx version=1 for certain tests | BtcDrak | 2016-12-08 | 2 | -1/+6 |