aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2019-10-31Merge #17300: LegacyScriptPubKeyMan code cleanupsMarcoFalke
2019-10-30Merge #17316: refactor: Replace all uses of boost::optional with our own Opti...fanquake
2019-10-30refactor: Replace all uses of boost::optional with our own Optional typeWladimir J. van der Laan
2019-10-30Merge #16839: Replace Connman and BanMan globals with NodeContext localWladimir J. van der Laan
2019-10-30Merge #17280: refactor: Change occurences of c_str() used with size() to data()Wladimir J. van der Laan
2019-10-29Fix missing strFailReason in CreateTransactionRussell Yanofsky
2019-10-29Fix misplaced AssertLockHeldRussell Yanofsky
2019-10-29doc: Clarify WalletStorage / Wallet relationRussell Yanofsky
2019-10-29Add back mistakenly removed AssertLockHeldRussell Yanofsky
2019-10-29Refactor: Add GetLegacyScriptPubKeyMan helperRussell Yanofsky
2019-10-29Merge #17260: Split some CWallet functions into new LegacyScriptPubKeyManMarcoFalke
2019-10-28Merge #17279: refactor: Remove redundant c_str() calls in formattingMarcoFalke
2019-10-28Avoid using g_rpc_node global in wallet codeRussell Yanofsky
2019-10-28Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky
2019-10-28scripted-diff: Rename InitInterfaces to NodeContextRussell Yanofsky
2019-10-28Fix occurences of c_str() used with size() to data()Wladimir J. van der Laan
2019-10-28refactor: Remove redundant c_str() calls in formattingWladimir J. van der Laan
2019-10-27Rename DecodeDumpTime to ParseISO8601DateTime and move to time.cppElichai Turkel
2019-10-25Refactor: Split up CWallet and LegacyScriptPubKeyMan and classesAndrew Chow
2019-10-25MOVEONLY: Move key handling code out of wallet to keyman fileAndrew Chow
2019-10-25Move wallet enums to walletutil.hAndrew Chow
2019-10-24Merge #17154: wallet: Remove return value from CommitTransactionWladimir J. van der Laan
2019-10-23Merge #16911: wallet: Only check the hash of transactions loaded from diskWladimir J. van der Laan
2019-10-21Merge #17070: wallet: Avoid showing GUI popups on RPC errorsWladimir J. van der Laan
2019-10-20wallet: Remove unused GetLabelNameSebastian Falbesoner
2019-10-18[wallet] Remove `state` argument from CWallet::CommitTransactionJohn Newbery
2019-10-18[wallet] Remove return value from CommitTransaction()John Newbery
2019-10-18[wallet] Add doxygen comment to CWallet::CommitTransaction()John Newbery
2019-10-16[wallet] Fix whitespace in CWallet::CommitTransaction()John Newbery
2019-10-15Remove unused includespracticalswift
2019-10-15Merge #17138: Remove wallet access to some node argumentsMarcoFalke
2019-10-15Merge #17098: refactor: Feebumper EstimateFeeRate follow-upMarcoFalke
2019-10-14[wallet] Remove pruning check for -rescan optionJohn Newbery
2019-10-14[wallet] Remove package limit config access from walletJohn Newbery
2019-10-10change wallet pointers to references in feebumperAdam Jonas
2019-10-10Merge #16786: test: add unit test for wallet watch-only methods involving Pub...MarcoFalke
2019-10-10typo and unneccessary parenthesesAdam Jonas
2019-10-09Add missing fields in TransactionDescriptionString and othersAntoine Riard
2019-10-09MOVEONLY : move RPC wallets helpers to TransactionDescriptionStringAntoine Riard
2019-10-08wallet: Avoid showing GUI popups on RPC errorsMarcoFalke
2019-10-03Disallow implicit conversion for CFeeRate constructorGregory Sanders
2019-10-02Merge #16524: Wallet: Disable -fallbackfee by defaultMarcoFalke
2019-10-02Truly decouple wallet from chainparams for -fallbackfeeJorge Timón
2019-10-02Merge #16884: wallet: Change default address type to bech32Wladimir J. van der Laan
2019-10-02Merge #16727: wallet: Explicit feerate for bumpfeeWladimir J. van der Laan
2019-10-02Merge #16952: gui: make sure to update the UI when deleting a transactionWladimir J. van der Laan
2019-09-30Merge #16397: doc: Clarify includeWatching for fundrawtransactionWladimir J. van der Laan
2019-09-28rpc bumpfee check fee_rate argumentezegom
2019-09-28rpc bumpfee: add fee_rate argumentezegom
2019-09-26Change default address type to bech32Gregory Sanders