aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2016-04-14Merge #7812: Tiny refactor of `IsRBFOptIn`, avoid exceptionWladimir J. van der Laan
2016-04-06Refactor IsRBFOptIn, avoid exceptionJonas Schnelli
2016-04-03[doc] Fix doxygen comments for membersMarcoFalke
2016-04-02Merge #7691: [Wallet] refactor wallet/init interactionWladimir J. van der Laan
2016-03-31rpc: Register calls where they are definedWladimir J. van der Laan
2016-03-29Merge #7558: [RPC] Add import/removeprunedfunds rpc callWladimir J. van der Laan
2016-03-29[Wallet][RPC] add missing abandon status documentationJonas Schnelli
2016-03-24Merge #7506: Use CCoinControl selection in CWallet::FundTransactionWladimir J. van der Laan
2016-03-23Fix lockunspents help messageJoão Barbosa
2016-03-23[Wallet][RPC] add abandoned status to listtransactionsJonas Schnelli
2016-03-23Added companion removeprunedfunds call.instagibbs
2016-03-23Add importprunedfunds rpc callinstagibbs
2016-03-23Merge #7715: Fix calculation of balances and available coins.Wladimir J. van der Laan
2016-03-22Prevent multiple calls to CWallet::AvailableCoinsJoão Barbosa
2016-03-22[Wallet] refactor wallet/init interactionJonas Schnelli
2016-03-21Implement "feefilter" P2P message.Alex Morcos
2016-03-21Correct importaddress help reference to importpubkeyDenis Lukianov
2016-03-18Fix calculation of balances and available coins.Alex Morcos
2016-03-14[qt] Remove 0-fee from send dialogMarcoFalke
2016-03-14[wallet] Move hardcoded file name out of log messagesMarcoFalke
2016-03-14[Wallet] optimize return value of InitLoadWallet()Jonas Schnelli
2016-03-11[Wallet] move "load wallet phase" to CWalletJonas Schnelli
2016-03-11Merge #7576: [Wallet] move wallet help string creation to CWalletWladimir J. van der Laan
2016-03-08Use CCoinControl selection in CWallet::FundTransactionJoão Barbosa
2016-03-05[Wallet] move wallet help string creation to CWalletJonas Schnelli
2016-03-03Merge #7521: Don't resend wallet txs that aren't in our own mempoolWladimir J. van der Laan
2016-03-01Merge #7617: [doc/log] Fix markdown syntax and line terminate LogPrintWladimir J. van der Laan
2016-02-29Merge #7537: wallet: Warn on unexpected EOF while salvaging walletWladimir J. van der Laan
2016-02-27Fix doxygen comment for payTxFeeMarcoFalke
2016-02-18Clarify description of blockindexMatthew Zipkin
2016-02-15test: test leading space for ParseHexWladimir J. van der Laan
2016-02-15wallet: Warn on unexpected EOF while salvaging walletWladimir J. van der Laan
2016-02-12Fix and cleanup listreceivedbyX documentationinstagibbs
2016-02-11Don't resend wallet txs that aren't in our own mempoolAlex Morcos
2016-02-09wallet: Ignore MarkConflict if block hash is not knownWladimir J. van der Laan
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-28Merge #7348: MOVE ONLY: move rpc* to rpc/Wladimir J. van der Laan
2016-01-22Merge #7262: Reduce inefficiency of GetAccountAddress()Wladimir J. van der Laan
2016-01-21rpc: update inline comments to refer to new file pathsDaniel Cousens
2016-01-21move rpc* to rpc/Daniel Cousens
2016-01-20Merge #7183: Improved readability of ApproximateBestSubsetWladimir J. van der Laan
2016-01-20Merge #7307: [RPC, Wallet] Move RPC dispatch table registration to wallet/ codeWladimir J. van der Laan
2016-01-20[RPC, Wallet] Move RPC dispatch table registration to wallet/ codeJonas Schnelli
2016-01-20Merge #7222: RPC: Indicate which transactions are signaling opt-in RBFWladimir J. van der Laan
2016-01-20[walletdb] Fix syntax error in key parserMarcoFalke
2016-01-19RPC: indicate which transactions are replaceableSuhas Daftuar