aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-10-31Merge #14454: Add SegWit support to importmultiWladimir J. van der Laan
2018-10-25Remove fs::relative call and fix listwalletdir testsJoão Barbosa
2018-10-25Make getaddressinfo return solvabilityMeshCollider
2018-10-25Add SegWit support to importmulti with some ProcessImport cleanupMeshCollider
2018-10-24Merge #14320: [bugfix] wallet: Fix duplicate fileid detectionWladimir J. van der Laan
2018-10-24wallet: Fix duplicate fileidChun Kuan Lee
2018-10-24Merge #14453: rpc: Fix wallet unload during walletpassphrase timeoutWladimir J. van der Laan
2018-10-24Merge #14296: [wallet] Remove addwitnessaddressMarcoFalke
2018-10-24Merge #11634: wallet: Add missing cs_wallet/cs_KeyStore locks to walletMarcoFalke
2018-10-23Merge #14468: [wallet] Deprecate generate RPC methodMarcoFalke
2018-10-19Merge #14291: wallet: Add ListWalletDir utility functionWladimir J. van der Laan
2018-10-18rpc: Fix wallet unload during walletpassphrase timeoutJoão Barbosa
2018-10-18rpc: Add listwalletdir RPCJoão Barbosa
2018-10-18wallet: Add ListWalletDir utilityJoão Barbosa
2018-10-18[wallet] Deprecate the generate RPC methodJohn Newbery
2018-10-18Merge #14146: wallet: Remove trailing separators from -walletdir argWladimir J. van der Laan
2018-10-18Merge #13878: utils: Add fstream wrapper to allow to pass unicode filename on...Wladimir J. van der Laan
2018-10-09[rpc] Descriptions: Textual consistency fixesJon Layton
2018-10-09Add GUARDED_BY(cs_wallet) for setExternalKeyPool, mapKeyMetadata, m_script_me...practicalswift
2018-10-09Add GUARDED_BY(cs_wallet) for encrypted_batch, nWalletMaxVersion, m_max_keypo...practicalswift
2018-10-09wallet: Add Clang thread safety analysis annotationspracticalswift
2018-10-09wallet: Add missing lockspracticalswift
2018-09-27Merge #14244: amount: Move CAmount CENT to unit test headerMarcoFalke
2018-09-26Merge #14282: [wallet] Remove -usehdMarcoFalke
2018-09-26Merge #14310: [wallet] Ensure wallet is unlocked before signingMarcoFalke
2018-09-26Move boost/std fstream to fsbridgeChun Kuan Lee
2018-09-24Merge #13424: Consistently validate txid / blockhash length and encoding in r...MarcoFalke
2018-09-24[wallet] Ensure wallet is unlocked before signinggustavonalle
2018-09-24Merge #13546: wallet: Fix use of uninitialized value bnb_used in CWallet::Cre...MarcoFalke
2018-09-23[wallet] Remove deprecated addwitnessaddress RPC methodJohn Newbery
2018-09-20[wallet] Remove -usehdJohn Newbery
2018-09-19Merge #14287: tests: Use MakeUnique to construct objects owned by unique_ptrsMarcoFalke
2018-09-21tests: Use MakeUnique to construct objects owned by unique_ptrspracticalswift
2018-09-19wallet: Avoid potential use of unitialized value bnb_used in CWallet::CreateT...practicalswift
2018-09-17amount: Move CAmount CENT to unit test headerMarcoFalke
2018-09-14Merge #12493: [wallet] Reopen CDBEnv after encryption instead of shutting downWladimir J. van der Laan
2018-09-13Merge #14192: utils: Convert fs::filesystem_error messages from local multiby...Wladimir J. van der Laan
2018-09-12wallet: Remove trailing separators from -walletdir argPierre Rochard
2018-09-12wallet: Add walletdir arg unit testsPierre Rochard
2018-09-11Merge #14168: Remove ENABLE_WALLET from libbitcoin_server.aMarcoFalke
2018-09-11Merge #13419: [tests] Speed up knapsack_solver_test by not recreating wallet ...Wladimir J. van der Laan
2018-09-11Merge #13558: Drop unused GetType() from CSizeComputerWladimir J. van der Laan
2018-09-11Drop unused GetType() from CSizeComputerBen Woosley
2018-09-11utils: Convert fs error messages from multibyte to utf-8Chun Kuan Lee
2018-09-10[build] remove ENABLE_WALLET ifdef from httprpc.cppJohn Newbery
2018-09-10Merge #9332: Let wallet importmulti RPC accept labels for standard scriptPubKeysWladimir J. van der Laan
2018-09-10Merge #14008: Preserve a format of RPC command definitionsWladimir J. van der Laan
2018-09-10Merge #14138: wallet: Set encrypted_batch to nullptr after delete. Avoid doub...Wladimir J. van der Laan
2018-09-05Merge #13954: Warn (don't fail!) on spelling errors. Fix typos reported by co...MarcoFalke