aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
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
2016-01-18Merge pull request #7329Wladimir J. van der Laan
2016-01-17Typo fixes in commentsChris Wheeler
2016-01-16Merge pull request #7322Wladimir J. van der Laan
2016-01-13Merge pull request #7332Wladimir J. van der Laan
2016-01-13Merge pull request #7312Wladimir J. van der Laan
2016-01-13[Wallet] Call notification signal when a transaction is abandonedJonas Schnelli
2016-01-13Add new rpc call: abandontransactionAlex Morcos
2016-01-13[wallet] Clarify rpc help message with regard to roundingMarcoFalke
2016-01-13Merge pull request #7296Wladimir J. van der Laan
2016-01-08c++11: add scoped enum fallbacks to CPPFLAGS rather than defining them locallyCory Fields
2016-01-08Merge pull request #7306Wladimir J. van der Laan
2016-01-07Make wallet descendant searching more efficientAlex Morcos
2016-01-07Merge pull request #7293Wladimir J. van der Laan
2016-01-07Merge pull request #7229Wladimir J. van der Laan
2016-01-06Make sure conflicted wallet tx's update balancesAlex Morcos
2016-01-05c++11: CAccountingEntry must be defined before use in a listCory Fields
2016-01-05c++11: detect and correct for boost builds with an incompatible abiCory Fields
2016-01-05Improved readability of sorting for coin selection.Murch
2016-01-05[trivial] Merge test cases and replace CENT with COINMarcoFalke
2016-01-05Add sane fallback for fee estimationAlex Morcos
2016-01-05Always respect GetRequiredFee for wallet txsAlex Morcos
2016-01-05Merge pull request #7205Wladimir J. van der Laan
2016-01-05Merge pull request #7193Wladimir J. van der Laan
2016-01-05[wallet] Add regression test for vValue sort orderMarcoFalke
2015-12-28Reduce inefficiency of GetAccountAddress()Chris Moore
2015-12-19[walletdb] Add missing LOCK() in Recover() for dummyWalletMarcoFalke
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-12-12fix logic for error logaccraze
2015-12-12wallet: check if tx scriptPubKey is unspendableaccraze
2015-12-11checks for null data transaction before debug.logaccraze