aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Correct importaddress help reference to importpubkeyDenis Lukianov2016-03-211-1/+1
|/ / /
* | / [qt] Remove 0-fee from send dialogMarcoFalke2016-03-141-1/+2
| |/ |/|
* | [wallet] Move hardcoded file name out of log messagesMarcoFalke2016-03-144-25/+29
* | [Wallet] optimize return value of InitLoadWallet()Jonas Schnelli2016-03-141-3/+11
* | [Wallet] move "load wallet phase" to CWalletJonas Schnelli2016-03-112-0/+153
* | Merge #7576: [Wallet] move wallet help string creation to CWalletWladimir J. van der Laan2016-03-112-0/+42
|\ \ | |/ |/|
| * [Wallet] move wallet help string creation to CWalletJonas Schnelli2016-03-052-0/+42
* | Merge #7521: Don't resend wallet txs that aren't in our own mempoolWladimir J. van der Laan2016-03-031-1/+1
|\ \
| * | Don't resend wallet txs that aren't in our own mempoolAlex Morcos2016-02-111-1/+1
* | | Merge #7617: [doc/log] Fix markdown syntax and line terminate LogPrintWladimir J. van der Laan2016-03-011-3/+1
|\ \ \
| * | | Fix doxygen comment for payTxFeeMarcoFalke2016-02-271-3/+1
| | |/ | |/|
* | | Merge #7537: wallet: Warn on unexpected EOF while salvaging walletWladimir J. van der Laan2016-02-291-3/+19
|\ \ \ | |/ / |/| |
| * | wallet: Warn on unexpected EOF while salvaging walletWladimir J. van der Laan2016-02-151-3/+19
* | | Clarify description of blockindexMatthew Zipkin2016-02-181-3/+3
* | | test: test leading space for ParseHexWladimir J. van der Laan2016-02-151-3/+3
|/ /
* / Fix and cleanup listreceivedbyX documentationinstagibbs2016-02-121-2/+2
|/
* wallet: Ignore MarkConflict if block hash is not knownWladimir J. van der Laan2016-02-091-6/+11
* Merge #6480: include the chaintip blockindex in the SyncTransaction signal, a...Wladimir J. van der Laan2016-02-042-2/+2
|\
| * include the chaintip *blockIndex in the SyncTransaction signalJonas Schnelli2015-12-042-2/+2
* | ATMP: make nAbsurdFee constMarcoFalke2016-02-031-1/+1
* | [wallet.h] Remove main.h includeMarcoFalke2016-02-031-1/+0
* | Move maxTxFee out of mempoolMarcoFalke2016-02-022-6/+7
* | mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFeeMarcoFalke2016-01-302-8/+1
* | Merge #7348: MOVE ONLY: move rpc* to rpc/Wladimir J. van der Laan2016-01-282-38/+38
|\ \
| * | rpc: update inline comments to refer to new file pathsDaniel Cousens2016-01-211-1/+1
| * | move rpc* to rpc/Daniel Cousens2016-01-212-37/+37
* | | Merge #7262: Reduce inefficiency of GetAccountAddress()Wladimir J. van der Laan2016-01-221-16/+15
|\ \ \ | |/ / |/| |
| * | Reduce inefficiency of GetAccountAddress()Chris Moore2015-12-281-16/+15
* | | Merge #7183: Improved readability of ApproximateBestSubsetWladimir J. van der Laan2016-01-201-1/+2
|\ \ \
| * | | Improved readability of sorting for coin selection.Murch2016-01-051-1/+2
| | |/ | |/|
* | | Merge #7307: [RPC, Wallet] Move RPC dispatch table registration to wallet/ codeWladimir J. van der Laan2016-01-203-0/+78
|\ \ \
| * | | [RPC, Wallet] Move RPC dispatch table registration to wallet/ codeJonas Schnelli2016-01-203-0/+78
* | | | Merge #7222: RPC: Indicate which transactions are signaling opt-in RBFWladimir J. van der Laan2016-01-201-0/+22
|\ \ \ \
| * | | | RPC: indicate which transactions are replaceableSuhas Daftuar2016-01-191-0/+22
* | | | | [walletdb] Fix syntax error in key parserMarcoFalke2016-01-201-1/+1
|/ / / /
* | | | Merge pull request #7329Wladimir J. van der Laan2016-01-182-2/+2
|\ \ \ \
| * | | | Typo fixes in commentsChris Wheeler2016-01-172-2/+2
* | | | | Merge pull request #7322Wladimir J. van der Laan2016-01-161-5/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | c++11: add scoped enum fallbacks to CPPFLAGS rather than defining them locallyCory Fields2016-01-081-5/+0
| |/ / /
* | | | Merge pull request #7332Wladimir J. van der Laan2016-01-131-7/+6
|\ \ \ \
| * | | | [wallet] Clarify rpc help message with regard to roundingMarcoFalke2016-01-131-7/+6
| | |/ / | |/| |
* | | | Merge pull request #7312Wladimir J. van der Laan2016-01-133-17/+129
|\ \ \ \
| * | | | [Wallet] Call notification signal when a transaction is abandonedJonas Schnelli2016-01-131-0/+1
| * | | | Add new rpc call: abandontransactionAlex Morcos2016-01-133-12/+123
| * | | | Make wallet descendant searching more efficientAlex Morcos2016-01-071-5/+5
* | | | | Merge pull request #7296Wladimir J. van der Laan2016-01-132-8/+15
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add sane fallback for fee estimationAlex Morcos2016-01-052-0/+12
| * | | | Always respect GetRequiredFee for wallet txsAlex Morcos2016-01-051-8/+3
* | | | | Merge pull request #7306Wladimir J. van der Laan2016-01-081-0/+7
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Make sure conflicted wallet tx's update balancesAlex Morcos2016-01-061-0/+7
| |/ / /