aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
AgeCommit message (Expand)Author
2016-07-27[Wallet] Add CKeyMetadata record for HDMasterKey(s), factor out HD key genera...Jonas 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
2016-03-23Added companion removeprunedfunds call.instagibbs
2016-03-22Prevent multiple calls to CWallet::AvailableCoinsJoão Barbosa
2016-03-22[Wallet] refactor wallet/init interactionJonas Schnelli
2016-03-14List solvability in listunspent output and improve helpPieter Wuille
2016-03-11[Wallet] move "load wallet phase" to CWalletJonas Schnelli
2016-03-05[Wallet] move wallet help string creation to CWalletJonas Schnelli
2016-02-04Merge #6480: include the chaintip blockindex in the SyncTransaction signal, a...Wladimir J. van der Laan
2016-02-03ATMP: make nAbsurdFee constMarcoFalke
2016-02-03[wallet.h] Remove main.h includeMarcoFalke
2016-02-02Move maxTxFee out of mempoolMarcoFalke
2016-01-30mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFeeMarcoFalke
2016-01-20[RPC, Wallet] Move RPC dispatch table registration to wallet/ codeJonas Schnelli
2016-01-13Merge pull request #7312Wladimir J. van der Laan
2016-01-13Add new rpc call: abandontransactionAlex Morcos
2016-01-13Merge pull request #7296Wladimir J. van der Laan
2016-01-05c++11: CAccountingEntry must be defined before use in a listCory Fields
2016-01-05Add sane fallback for fee estimationAlex Morcos
2016-01-05Merge pull request #7205Wladimir J. van der Laan
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-12-04include the chaintip *blockIndex in the SyncTransaction signalJonas Schnelli
2015-12-02[Qt] add InMempool() info to transaction detailsJonas Schnelli
2015-12-01Merge pull request #7096Wladimir J. van der Laan
2015-11-30Move fPayAtLeastCustomFee function to CCPieter Wuille
2015-11-29Keep track of explicit wallet conflicts instead of using mempoolPieter Wuille
2015-11-28[trivial] Reuse translation and cleanup DEFAULT_* valuesMarcoFalke
2015-11-28Constrain constant values to a single location in codeLuke Dashjr
2015-11-21Optimisation: Store transaction list order in memory rather than compute it e...Luke Dashjr
2015-11-05Merge pull request #6887Wladimir J. van der Laan