aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
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
2019-07-09Remove CCryptoKeyStore and move all of it's functionality into CWalletAndrew Chow
2019-07-09Move various SigningProviders to signingprovider.{cpp,h}Andrew Chow
2019-07-09scripted-diff: rename CBasicKeyStore to FillableSigningProviderAndrew Chow
2019-07-09Move HaveKey static function from keystore to rpcwallet where it is usedAndrew Chow
2019-07-08Merge #16291: gui: Stop translating PACKAGE_NAMEMarcoFalke
2019-07-08refactoring: remove mapBlockIndex globalJames O'Beirne
2019-07-08rpc: switch to using RPCHelpMan.Check()Karl-Johan Alm
2019-07-05[build]: use #if HAVE_SYSTEM instead of defined(HAVE_SYSTEM)Sjors Provoost
2019-07-05Merge #15457: Check std::system for -[alert|block|wallet]notifyWladimir J. van der Laan
2019-07-03Suppress output in test_bitcoin for expected errorsGert-Jaap Glasbergen
2019-07-02wallet: Remove unreachable code in CreateTransactionMarcoFalke
2019-07-02wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransactionJoão Barbosa
2019-07-02Merge #15427: Add support for descriptors to utxoupdatepsbtWladimir J. van der Laan
2019-06-28[wallet] abort when attempting to fund a transaction above maxtxfeeSjors Provoost
2019-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-06-26scripted-diff: Avoid passing PACKAGE_NAME for translationMarcoFalke
2019-06-25Fix GCC 7.4.0 warningHennadii Stepanov
2019-06-25Merge #16252: test: Log to debug.log in all unit testsWladimir J. van der Laan
2019-06-22Merge #16239: wallet/rpc: follow-up clean-up/fixes to avoid_reuseMeshCollider
2019-06-22wallet/rpc: use static help textKarl-Johan Alm
2019-06-22wallet/rpc/getbalances: add entry for 'mine.used' balance in resultsKarl-Johan Alm
2019-06-21Merge #16226: Move ismine to the wallet moduleMeshCollider