aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge #11041: Add LookupBlockIndexWladimir J. van der Laan2018-03-131-15/+17
|\ \ | |/ |/|
| * Add LookupBlockIndex functionJoão Barbosa2018-03-061-15/+15
| * Add missing cs_lock in CreateWalletFromFileJoão Barbosa2018-03-061-0/+2
* | Merge #11687: External wallet filesWladimir J. van der Laan2018-03-071-6/+5
|\ \
| * | Create new wallet databases as directories rather than filesRussell Yanofsky2018-03-031-1/+0
| * | Allow wallet files in multiple directoriesRussell Yanofsky2018-03-031-5/+5
| |/
* | Merge #11372: Address encoding cleanupWladimir J. van der Laan2018-03-071-1/+1
|\ \ | |/ |/|
| * Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-1/+1
* | Fix ListCoins test failure due to unset g_wallet_allow_fallback_feeRussell Yanofsky2018-03-021-1/+1
* | Merge #11882: Disable default fallbackfee on mainnetWladimir J. van der Laan2018-03-011-0/+6
|\ \
| * | Disable wallet fallbackfee by default on mainnetJonas Schnelli2018-02-251-0/+6
* | | Merge #12287: Optimise lock behaviour for GuessVerificationProgress()Jonas Schnelli2018-02-251-8/+4
|\ \ \ | |_|/ |/| |
| * | Fix missing cs_main lock for GuessVerificationProgress()Jonas Schnelli2018-01-301-8/+4
* | | Merge #12356: Fix 'mempool min fee not met' debug outputWladimir J. van der Laan2018-02-151-1/+1
|\ \ \
| * | | Consistently use FormatStateMessage in RPC error outputBen Woosley2018-02-081-1/+1
* | | | 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 #12381: Remove more boost threadsWladimir J. van der Laan2018-02-121-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | boost: drop boost threads for [alert|block|wallet]notifyCory Fields2018-02-081-2/+2
* | | | | Merge #12333: Make CWallet::ListCoins atomicWladimir J. van der Laan2018-02-081-81/+79
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | [wallet] Indent only change of CWallet::AvailableCoinsJoão Barbosa2018-02-081-78/+75
| * | | | [wallet] Make CWallet::ListCoins atomicJoão Barbosa2018-02-081-4/+5
| |/ / /
* | | | Merge #12282: wallet: Disallow abandon of conflicted txesWladimir J. van der Laan2018-02-081-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | wallet: Disallow abandon of conflicted txesMarcoFalke2018-02-061-2/+2
| | |/ | |/|
* / | [wallet] Remove duplicate mapWallet lookupsJoão Barbosa2018-01-281-11/+6
|/ /
* | [wallet] Add change type to CCoinControlJoão Barbosa2018-01-241-4/+4
* | Merge #12119: [wallet] use P2WPKH change output if any destination is P2WPKH ...Wladimir J. van der Laan2018-01-241-2/+32
|\ \
| * | [wallet] use P2WPKH change output if any destination is P2WPKH or P2WSHSjors Provoost2018-01-231-2/+32
* | | Reduce cs_main lock in ReadBlockFromDisk, only read GetBlockPos under the lockJonas Schnelli2018-01-231-6/+1
* | | Make sure WalletRescanReserver has successfully reserved the rescanJonas Schnelli2018-01-231-8/+12
* | | Avoid pemanent cs_main/cs_wallet lock during wallet rescansJonas Schnelli2018-01-231-12/+50
|/ /
* | Merge #11403: SegWit wallet supportJonas Schnelli2018-01-101-7/+116
|\ \
| * | Support downgrading after recovered keypool witness keysPieter Wuille2018-01-091-0/+1
| * | SegWit wallet supportPieter Wuille2018-01-091-5/+112
| * | [refactor] GetAccount{PubKey,Address} -> GetAccountDestinationPieter Wuille2018-01-031-4/+5
* | | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* | | Add helper to wait for validation interface queue to catch upMatt Corallo2017-12-261-6/+1
* | | Merge #10839: Don't use pass by reference to const for cheaply-copied types (...Wladimir J. van der Laan2017-12-141-3/+3
|\ \ \
| * | | Don't use pass by reference to const for cheaply-copied types (bool, char, et...practicalswift2017-08-141-3/+3
* | | | Merge #11864: Make CWallet::FundTransaction atomicWladimir J. van der Laan2017-12-141-18/+19
|\ \ \ \
| * | | | [wallet] Make CWallet::FundTransaction atomicJoão Barbosa2017-12-141-1/+4
| * | | | [wallet] Tidy up CWallet::FundTransactionJoão Barbosa2017-12-141-18/+16
| | |_|/ | |/| |
* | | | Merge #11870: wallet: Remove unnecessary mempool lock in ReacceptWalletTransa...Wladimir J. van der Laan2017-12-121-4/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | wallet: Remove unnecessary mempool lock in ReacceptWalletTransactionsJoão Barbosa2017-12-111-4/+1
| |/ /
* | | Merge #11854: Split up key and script metadata for better type safetyWladimir J. van der Laan2017-12-121-3/+11
|\ \ \
| * | | Split up key and script metadata for better type safetyRussell Yanofsky2017-12-081-3/+11
* | | | Merge #10574: Remove includes in .cpp files for things the corresponding .h f...Wladimir J. van der Laan2017-12-121-2/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove includes in .cpp files for things the corresponding .h file already in...practicalswift2017-11-161-2/+0
* | | | don't attempt mempool entry for wallet transactions on startup if already in ...Gregory Sanders2017-12-111-0/+5
| |/ / |/| |
* | | Merge #10493: Use range-based for loops (C++11) when looping over map elementsMarcoFalke2017-11-301-23/+23
|\ \ \ | |/ / |/| |