aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | Fix 'mempool min fee not met' debug outputBen Woosley2018-02-081-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge #12426: qt: Initialize members in WalletModelWladimir J. van der Laan2018-02-151-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | qt: Initialize members in WalletModelMarcoFalke2018-02-131-0/+1
| | |/ / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge #12415: Interrupt loading thread after shutdown requestWladimir J. van der Laan2018-02-151-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | Interrupt loading thread after shutdown requestJoão Barbosa2018-02-121-0/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #11733: qt: Remove redundant locksWladimir J. van der Laan2018-02-141-9/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Remove redundant lockspracticalswift2017-11-211-9/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #11866: Do not un-mark fInMempool on wallet txn if ATMP fails.Wladimir J. van der Laan2018-02-141-6/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not un-mark fInMempool on wallet txn if ATMP fails.Matt Corallo2017-12-111-6/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #12409: rpc: Reject deprecated reserveChangeKey in fundrawtransactionWladimir J. van der Laan2018-02-141-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | rpc: Reject deprecated reserveChangeKey in fundrawtransactionMarcoFalke2018-02-101-1/+0
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #12424: Fix rescan test failure due to unset g_address_type, g_change_typePieter Wuille2018-02-131-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Fix rescan test failure due to unset g_address_type, g_change_typeRussell Yanofsky2018-02-131-0/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #11966: clientversion: Use full commit hash for commit-based version de...Wladimir J. van der Laan2018-02-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | clientversion: Use full commit hash for commit-based version descriptionsLuke Dashjr2017-12-201-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Windows build errors introduced in #10498practicalswift2018-02-122-2/+2
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #12193: RPC: Consistently use UniValue.pushKV instead of push_back(Pair...MarcoFalke2018-02-1211-411/+427
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | scripted-diff: Use UniValue.pushKV instead of push_back(Pair())Karel Bilek2018-02-109-410/+410
| * | | | | | | | | | | | | | | | | | | | | | | | | | univalue: Bump subtreeMarcoFalke2018-02-102-1/+17
| | |/ / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge #12296: wallet: Only fee-bump non-conflicted/non-confirmed txesJonas Schnelli2018-02-122-20/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | feebumper: Use PreconditionChecks to determine bump eligibilityMarcoFalke2018-01-292-3/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | move more bumpfee prechecks to feebumper::PreconditionChecksGregory Sanders2018-01-231-17/+20
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #12351: Libraries: Use correct type ; avoid compiler warnings.Wladimir J. van der Laan2018-02-121-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Use ptrdiff_t type to more precisely indicate usage and avoid compiler warnings.murrayn2018-02-051-3/+3
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #12393: Fix a-vs-an typosWladimir J. van der Laan2018-02-127-9/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a-vs-an typospracticalswift2018-02-117-9/+9
| | |_|/ / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #12381: Remove more boost threadsWladimir J. van der Laan2018-02-128-58/+74
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | boost: drop boost threads for [alert|block|wallet]notifyCory Fields2018-02-083-4/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | boost: drop boost threads from torcontrolCory Fields2018-02-083-5/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | boost: remove useless threadGroup parameter from DiscoverCory Fields2018-02-083-7/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | boost: drop boost threads for upnpCory Fields2018-02-084-42/+60
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #12392: Fix ignoring tx data requests when fPauseSend is set on a peerWladimir J. van der Laan2018-02-121-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix ignoring tx data requests when fPauseSend is set on a peerMatt Corallo2018-02-081-2/+2
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #12401: Reset pblocktree before deleting LevelDB fileWladimir J. van der Laan2018-02-121-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Reset pblocktree before deleting LevelDB fileSjors Provoost2018-02-111-0/+3
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #12128: Refactor: One CBaseChainParams should be enoughWladimir J. van der Laan2018-02-102-43/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor: One CBaseChainParams should be enoughJorge Timón2018-02-082-43/+6
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #11761: [docs] initial QT documentationWladimir J. van der Laan2018-02-091-0/+95
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | [docs] initial QT documentation, move Qt Creator instructionsSjors Provoost2017-12-191-0/+95
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #12225: Mempool cleanupsWladimir J. van der Laan2018-02-084-12/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid leaking prioritization information when relaying transactionsSuhas Daftuar2018-01-251-3/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | fee estimator: avoid sorting mempool on shutdownSuhas Daftuar2018-01-253-8/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Correct mempool mapTx commentSuhas Daftuar2018-01-191-1/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #12333: Make CWallet::ListCoins atomicWladimir J. van der Laan2018-02-082-87/+91
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | [wallet] Indent only change of CWallet::AvailableCoinsJoão Barbosa2018-02-081-78/+75
| * | | | | | | | | | | | | | | | | | | | | | | | | | | [wallet] Make CWallet::ListCoins atomicJoão Barbosa2018-02-082-10/+17
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #12282: wallet: Disallow abandon of conflicted txesWladimir J. van der Laan2018-02-082-4/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | wallet: Disallow abandon of conflicted txesMarcoFalke2018-02-062-4/+5
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #12336: Remove deprecated rpc optionsWladimir J. van der Laan2018-02-084-67/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | [RPC] Remove deprecated addmultisigaddress return formatJohn Newbery2018-02-081-9/+0