aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
AgeCommit message (Expand)Author
2016-11-03Merge #9071: Declare wallet.h functions inlineWladimir J. van der Laan
2016-11-02Merge #9036: wallet: Change default confirm target from 2 to 6Pieter Wuille
2016-11-02Declare wallet.h functions inlinePieter Wuille
2016-11-02Merge #8977: [Wallet] Refactor wallet/init interaction (Reaccept wtx, flush t...Wladimir J. van der Laan
2016-10-28wallet: Change default confirm target from 2 to 6Wladimir J. van der Laan
2016-10-26Return useful error message on ATMP failureinstagibbs
2016-10-20[Wallet] Refactor wallet/init interaction (Reaccept wtx, flush thread)Jonas Schnelli
2016-10-18Merge #8287: [wallet] Set fLimitFree = trueWladimir J. van der Laan
2016-09-30Move key derivation logic from GenerateNewKey to DeriveNewChildKeyPatrick Strateman
2016-09-29Merge #8658: Remove unused statements in serializationWladimir J. van der Laan
2016-09-21[wallet] Introduce DEFAULT_DISABLE_WALLETMarcoFalke
2016-09-15Remove pwalletdb parameter from CWallet::AddAccountingEntryPatrick Strateman
2016-09-15Add CWallet::ReorderTransactions and use in accounting_tests.cppPatrick Strateman
2016-09-15Add CWallet::ListAccountCreditDebitPatrick Strateman
2016-09-13Merge #8601: Add option to opt into full-RBF when sending funds (rebase, orig...Wladimir J. van der Laan
2016-09-13Rename `-optintofullrbf` option to `-walletrbf`Wladimir J. van der Laan
2016-09-09[WIP] Remove unused statement in serializationPavel Janík
2016-09-08net: Pass CConnection to wallet rather than using the globalCory Fields
2016-08-26Add option to opt into full-RBF when sending fundsPeter Todd
2016-08-25[wallet] Set fLimitFree = trueMarcoFalke
2016-08-24Merge #8445: Move CWallet::setKeyPool to private section of CWallet.Wladimir J. van der Laan
2016-08-19[Qt] add HD enabled/disabled icon to the status barJonas Schnelli
2016-08-17Move CWallet::setKeyPool to private section of CWalletPatrick Strateman
2016-08-12Reduce cs_main locks during ConnectTip/SyncWithWalletsJonas Schnelli
2016-08-01Merge #8432: Make CWallet::fFileBacked private.Pieter Wuille
2016-07-30Make CWallet::fFileBacked private.Patrick Strateman
2016-07-29Remove CWalletDB* parameter from CWallet::AddToWalletPatrick Strateman
2016-07-29Split CWallet::AddToWallet into AddToWallet and LoadToWallet.Patrick Strateman
2016-07-28Port from 0.13: Create a new HD seed after encrypting the walletJonas Schnelli
2016-07-27[Wallet] add HD xpriv to dumpwalletJonas Schnelli
2016-07-18[Wallet] Ensure <0.13 clients can't open HD walletsJonas Schnelli
2016-07-15[Wallet] comsetic non-code changes for the HD featureJonas Schnelli
2016-07-09[Wallet] print hd masterkeyid in getwalletinfoJonas Schnelli
2016-06-14Merge #8035: [Wallet] Add simplest BIP32/deterministic key generation impleme...Wladimir J. van der Laan
2016-06-06Improve CWallet API with new GetAccountPubkey function.Patrick Strateman
2016-06-06Merge #8137: Improve CWallet API with new AccountMove function.Wladimir J. van der Laan
2016-06-03Merge #7967: [RPC] add feerate option to fundrawtransactionWladimir J. van der Laan
2016-06-02Improve CWallet API with new AccountMove function.Patrick Strateman
2016-05-31[Wallet] Add simplest BIP32/deterministic key generation implementationJonas Schnelli
2016-05-16Move BackupWallet to CWallet::BackupWalletPatrick Strateman
2016-05-16Move GetAccountBalance from rpcwallet.cpp into CWallet::GetAccountBalancePatrick Strateman
2016-05-09Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDiskPatrick Strateman
2016-05-06Add more clear interface for CoinControl.h regarding individual feerateJonas Schnelli
2016-04-28[RPC] add feerate option to fundrawtransactionJonas Schnelli
2016-04-25Merge #7688: List solvability in listunspent output and improve helpWladimir J. van der Laan
2016-04-18wallet_ismine.h → script/ismine.hWladimir J. van der Laan
2016-04-15Add lockUnspents option to fundrawtransactionJoão Barbosa
2016-04-15Add change options to fundrawtransactionJoão Barbosa
2016-04-03[doc] Fix doxygen comments for membersMarcoFalke
2016-04-02Merge #7691: [Wallet] refactor wallet/init interactionWladimir J. van der Laan