aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2018-03-05Merge #12516: Avoid unintentional unsigned integer wraparounds in testsWladimir J. van der Laan
2018-03-02Fix ListCoins test failure due to unset g_wallet_allow_fallback_feeRussell Yanofsky
2018-03-01Merge #12182: Remove useless string initializationsWladimir J. van der Laan
2018-03-01Merge #11882: Disable default fallbackfee on mainnetWladimir J. van der Laan
2018-02-25Disable wallet fallbackfee by default on mainnetJonas Schnelli
2018-02-25Merge #12287: Optimise lock behaviour for GuessVerificationProgress()Jonas Schnelli
2018-02-23Avoid unintentional unsigned integer wraparounds in testspracticalswift
2018-02-17Split signrawtransaction into wallet and non-walletAndrew Chow
2018-02-16Create getaddressinfo RPC and deprecate parts of validateaddressAndrew Chow
2018-02-15Merge #12356: Fix 'mempool min fee not met' debug outputWladimir J. van der Laan
2018-02-14Merge #11866: Do not un-mark fInMempool on wallet txn if ATMP fails.Wladimir J. van der Laan
2018-02-14Merge #12409: rpc: Reject deprecated reserveChangeKey in fundrawtransactionWladimir J. van der Laan
2018-02-13Remove useless string initialization.Alin Rus
2018-02-13Fix rescan test failure due to unset g_address_type, g_change_typeRussell Yanofsky
2018-02-12Merge #12193: RPC: Consistently use UniValue.pushKV instead of push_back(Pair...MarcoFalke
2018-02-12Merge #12296: wallet: Only fee-bump non-conflicted/non-confirmed txesJonas Schnelli
2018-02-12Merge #12381: Remove more boost threadsWladimir J. van der Laan
2018-02-10rpc: Reject deprecated reserveChangeKey in fundrawtransactionMarcoFalke
2018-02-10scripted-diff: Use UniValue.pushKV instead of push_back(Pair())Karel Bilek
2018-02-08boost: drop boost threads for [alert|block|wallet]notifyCory Fields
2018-02-08Merge #12333: Make CWallet::ListCoins atomicWladimir J. van der Laan
2018-02-08[wallet] Indent only change of CWallet::AvailableCoinsJoão Barbosa
2018-02-08[wallet] Make CWallet::ListCoins atomicJoão Barbosa
2018-02-08Consistently use FormatStateMessage in RPC error outputBen Woosley
2018-02-08Merge #12282: wallet: Disallow abandon of conflicted txesWladimir J. van der Laan
2018-02-08Merge #12336: Remove deprecated rpc optionsWladimir J. van der Laan
2018-02-08[RPC] Remove deprecated addmultisigaddress return formatJohn Newbery
2018-02-08Merge #12315: Bech32 addresses in dumpwalletWladimir J. van der Laan
2018-02-07Merge #10498: Use static_cast instead of C-style casts for non-fundamental typesMarcoFalke
2018-02-07Bech32 addresses in dumpwalletfivepiece
2018-02-06wallet: Disallow abandon of conflicted txesMarcoFalke
2018-02-05Merge #12330: Reduce scope of cs_main and cs_wallet locks in listtransactionsMarcoFalke
2018-02-05[rpc] remove deprecated estimatefee RPCJohn Newbery
2018-02-04Merge #12331: Docs: Properly alphabetize output of CLI --help option.MarcoFalke
2018-02-02Merge #12283: Fix typosMarcoFalke
2018-02-01Properly alphabetize output of CLI --help option.murrayn
2018-02-02[rpc] Reduce scope of cs_main and cs_wallet locks in listtransactionsJoão Barbosa
2018-01-30Fix missing cs_main lock for GuessVerificationProgress()Jonas Schnelli
2018-01-30Merge #12276: Remove duplicate mapWallet lookupsWladimir J. van der Laan
2018-01-29feebumper: Use PreconditionChecks to determine bump eligibilityMarcoFalke
2018-01-29[rpc] Mention that HD is enabled if hdmasterkeyid is presentfanquake
2018-01-28[wallet] Remove duplicate mapWallet lookupsJoão Barbosa
2018-01-28Fix typospracticalswift
2018-01-24Merge #12194: Add change type option to fundrawtransactionJonas Schnelli
2018-01-24Merge #12213: Add address type option to addmultisigaddressJonas Schnelli
2018-01-24initwallet: Do not translate highly technical addresstype helpMarcoFalke
2018-01-24[rpc] Add change_type option to fundrawtransactionJoão Barbosa
2018-01-24[wallet] Add change type to CCoinControlJoão Barbosa
2018-01-24[rpc] Add address type option to addmultisigaddressJoão Barbosa
2018-01-24Merge #12119: [wallet] use P2WPKH change output if any destination is P2WPKH ...Wladimir J. van der Laan