aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2018-07-13wallet: Erase wtxOrderd wtx pointer on removeprunedfundsMarcoFalke
2018-07-12[rpcwallet] Clamp walletpassphrase value at 100M secondsSuhas Daftuar
2018-07-12rpc: fix type mistmatch in listreceivedbyaddressjoemphilips
2018-07-12[trivial] Add newlines to end of log messages.John Newbery
2018-07-12Remove useless mapRequest tracking that just effects Qt display.Matt Corallo
2018-06-26Fix parameter count check for importpubkey.Kristaps Kaupe
2018-06-13Bugfix: Include <memory> for std::unique_ptrLuke Dashjr
2018-05-24Merge #13253: [0.16] Further BackportsWladimir J. van der Laan
2018-05-18wallet: Exit SyncMetaData if there are no transactions to syncWladimir J. van der Laan
2018-05-17[wallet] Fix zapwallettxes/multiwallet interaction.John Newbery
2018-02-14Fix rescan test failure due to unset g_address_type, g_change_typeRussell Yanofsky
2018-02-08Bech32 addresses in dumpwalletfivepiece
2018-01-30Merge #12276: Remove duplicate mapWallet lookupsWladimir J. van der Laan
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-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
2018-01-24Merge #11415: [RPC] Disallow using addresses in createmultisigWladimir J. van der Laan
2018-01-24Merge #11281: Avoid permanent cs_main/cs_wallet lock during RescanFromTimeWladimir J. van der Laan
2018-01-23Mention that other RPC calls report keys as "imported" while txns are still m...Jonas Schnelli
2018-01-23Reduce cs_main lock in ReadBlockFromDisk, only read GetBlockPos under the lockJonas Schnelli
2018-01-23Make sure WalletRescanReserver has successfully reserved the rescanJonas Schnelli
2018-01-23Add RAII wallet rescan reserverJonas Schnelli
2018-01-23Avoid pemanent cs_main/cs_wallet lock during wallet rescansJonas Schnelli
2018-01-23[wallet] use P2WPKH change output if any destination is P2WPKH or P2WSHSjors Provoost
2018-01-18Don't allow relative -walletdir pathsRussell Yanofsky
2018-01-18wallet: Deprecate addwitnessaddressWladimir J. van der Laan
2018-01-17Merge #12101: Clamp walletpassphrase timeout to 2^30 seconds and check its bo...Wladimir J. van der Laan
2018-01-16Merge #11991: [qt] Receive: checkbox for bech32 addressJonas Schnelli
2018-01-16[qt] receive tab: bech32 address opt-in checkboxSjors Provoost
2018-01-16Merge #12177: trivial: fix address_type help text of getnewaddress and getraw...MarcoFalke
2018-01-16Abstract directory locking into util.cppMeshCollider
2018-01-16Make .walletlock distinct from .lockMeshCollider
2018-01-16Generalise walletdir lock error message for correctnessMeshCollider
2018-01-16Add a lock to the wallet directoryMeshCollider
2018-01-13trivial: fix address_type help text of getnewaddress and getrawchangeaddressmruddy
2018-01-11Clamp walletpassphrase timeout to 2^(30) seconds and check its boundsAndrew Chow
2018-01-11Disallow using addresses in createmultisigAndrew Chow
2018-01-11Fix ListCoins test failure due to unset g_address_type, g_change_typeRussell Yanofsky
2018-01-10Merge #11403: SegWit wallet supportJonas Schnelli
2018-01-09Support downgrading after recovered keypool witness keysPieter Wuille
2018-01-09SegWit wallet supportPieter Wuille
2018-01-09Implicitly know about P2WPKH redeemscriptsPieter Wuille
2018-01-09Support P2WPKH and P2SH-P2WPKH in dumpprivkeyPieter Wuille
2018-01-06Merge #10677: RPC Docs: addmultisigaddress is intended for non-watchonly addr...Pieter Wuille