aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2019-07-30Merge #16475: wallet: Enumerate walletdb keysfanquake
2019-07-29Allow createwallet to take empty passwords to make unencrypted walletsAndrew Chow
2019-07-29Merge #16399: wallet: Improve wallet creationMarcoFalke
2019-07-27wallet: Rename CWalletKey to OldKeyMarcoFalke
2019-07-27wallet: Enumerate walletdb keysMarcoFalke
2019-07-27Use ArgsManager::NETWORK_ONLY flagHennadii Stepanov
2019-07-27[doc] rpc: remove "fallback to" from RBF default helpSjors Provoost
2019-07-27[rpc] walletcreatefundedpsbt: use wallet default RBFSjors Provoost
2019-07-27scripted-diff: Use ArgsManager::DEBUG_ONLY flagHennadii Stepanov
2019-07-27scripted-diff: Use Flags enum in AddArg()Hennadii Stepanov
2019-07-27Merge #15588: Log the actual wallet file version and no longer publicly expos...MeshCollider
2019-07-27Merge #16402: Remove wallet settings from chainparamsMeshCollider
2019-07-27Merge #15996: rpc: Deprecate totalfee argument in `bumpfee`MeshCollider
2019-07-26Merge #16301: Use CWallet::Import* functions in all import* RPCsMarcoFalke
2019-07-26deprecate totalFee argument in bumpfee RPC callGregory Sanders
2019-07-24Have importwallet use ImportPrivKeys and ImportScriptsAndrew Chow
2019-07-24Optionally allow ImportScripts to set script creation timestampAndrew Chow
2019-07-24Have importaddress use ImportScripts and ImportScriptPubKeysAndrew Chow
2019-07-24Have importpubkey use CWallet's ImportScriptPubKeys and ImportPubKeys functionsAndrew Chow
2019-07-24scripted-diff: Make translation bilingualHennadii Stepanov
2019-07-24Refactor out translation.hHennadii Stepanov
2019-07-22extract min & max depth onto coin controlAmiti Uttarwar
2019-07-22Remove ReadVersion and WriteVersionAndrew Chow
2019-07-22Log the actual wallet file versionAndrew Chow
2019-07-22Remove nFileVersion from CWalletScanStateAndrew Chow
2019-07-19Use switch on status in RpcWalletFabian Jahr
2019-07-19Return error for ignored passphrase through disable private keys optionFabian Jahr
2019-07-18Have importprivkey use CWallet's ImportPrivKeys, ImportScripts, and ImportScr...Andrew Chow
2019-07-18Log when an import is being skipped because we already have itAndrew Chow
2019-07-18rpcwallet: document include_watchonly default for watchonly walletsWilliam Casarin
2019-07-18rpcwallet: default include_watchonly to true for watchonly walletsWilliam Casarin
2019-07-17Merge #16208: wallet: Consume ReserveDestination on successful CreateTransactionMeshCollider
2019-07-16Use strong enum for WalletCreationStatusFabian Jahr
2019-07-16Place out args at the end for CreateWalletFabian Jahr
2019-07-16Remove wallet settings from chainparamsMarcoFalke
2019-07-16Merge #16194: refactor: share blockmetadata with BlockManagerWladimir J. van der Laan
2019-07-11Change ImportScriptPubKeys' internal to apply_labelAndrew Chow
2019-07-11Merge #16227: Refactor CWallet's inheritance chainWladimir J. van der Laan
2019-07-10Merge #16244: Move wallet creation out of the createwallet rpc into its own f...MarcoFalke
2019-07-10Restrict lifetime of ReserveDestination to CWallet::CreateTransactionGregory Sanders
2019-07-10CreateTransaction calls KeepDestination on ReserveDestination before successGregory Sanders
2019-07-10Remove redundant pre-TopUpKeypool checksGregory Sanders
2019-07-10Merge #16322: wallet: Fix -maxtxfee check by moving it to CWallet::CreateTran...Wladimir J. van der Laan
2019-07-10Merge #16237: Have the wallet give out destinations instead of keysWladimir J. van der Laan
2019-07-09Move wallet creation out of the createwallet rpc into its own functionAndrew Chow
2019-07-09Merge #16240: JSONRPCRequest-aware RPCHelpManMarcoFalke
2019-07-09Add GetNewChangeDestination for getting new change DestinationsAndrew Chow
2019-07-09Replace CReserveKey with ReserveDestinatoinAndrew Chow
2019-07-09Add GetNewDestination to CWallet to fetch new destinationsAndrew Chow
2019-07-09Move WatchOnly stuff from SigningProvider to CWalletAndrew Chow