aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
AgeCommit message (Expand)Author
2016-03-23[Wallet][RPC] add abandoned status to listtransactionsJonas Schnelli
2016-01-20RPC: indicate which transactions are replaceableSuhas Daftuar
2016-01-13Merge pull request #7332Wladimir J. van der Laan
2016-01-13Add RPC call abandontransactionAlex Morcos
2016-01-13[wallet] Clarify rpc help message with regard to roundingMarcoFalke
2016-01-05Bump copyright headers to 2015MarcoFalke
2015-12-01Merge pull request #7136Wladimir J. van der Laan
2015-11-30rpcwallet: Clarify what settxfee doesMarcoFalke
2015-11-29Keep track of explicit wallet conflicts instead of using mempoolPieter Wuille
2015-11-24Merge pull request #7066Wladimir J. van der Laan
2015-11-21Optimisation: Store transaction list order in memory rather than compute it e...Luke Dashjr
2015-11-20Add missing "blocktime" description to listtransactions help, fix formatting.Pavel Janík
2015-11-16Merge pull request #6991Gregory Maxwell
2015-11-13Better error message for fundrawtransaction w/ empty voutPeter Todd
2015-11-13Actually use includeWatching value in fundrawtransactionPeter Todd
2015-11-11Clarify 'fee' field in fundrawtransaction help textPeter Todd
2015-11-10Merge pull request #5574Wladimir J. van der Laan
2015-10-02wallet: Expose GUI labels in RPCLuke Dashjr
2015-10-01[Univalue] add univalue over subtreeJonas Schnelli
2015-08-19Merge pull request #6539Wladimir J. van der Laan
2015-08-14Merge pull request #6415Wladimir J. van der Laan
2015-08-10typofixes (found by misspell_fixer)Veres Lajos
2015-08-03Rationalize currency unit to "BTC"Ross Nicoll
2015-07-27Merge pull request #5697Wladimir J. van der Laan
2015-07-23TRIVIAL: Missing includesJorge Timón
2015-07-23Merge pull request #6287Wladimir J. van der Laan
2015-07-20Implement watchonly support in fundrawtransactionMatt Corallo
2015-06-23Merge pull request #6088Wladimir J. van der Laan
2015-06-16locking: fix a few small issues uncovered by -Wthread-safetyCory Fields
2015-06-15Merge pull request #6257Wladimir J. van der Laan
2015-06-12Fix getbalance *Tom Harding
2015-06-11Add paytxfee to getwalletinfo, warnings to getnetworkinfoStephen
2015-06-11Add fundrawtransaction RPC methodMatt Corallo
2015-06-06Changes necessary now that zero values accepted in AmountFromValueWladimir J. van der Laan
2015-06-04Remove JSON Spirit wrapper, remove JSON Spirit leftoversJonas Schnelli
2015-06-04remove JSON Spirit UniValue wrapperJonas Schnelli
2015-06-04expicit set UniValue type to avoid empty valuesJonas Schnelli
2015-06-04extend conversion to UniValueJonas Schnelli
2015-06-04Convert tree to using univalue. Eliminate all json_spirit uses.Jeff Garzik
2015-05-27Fix off-by-one error w/ nLockTime in the walletPeter Todd
2015-04-28wallet: fix boost::get usage with boost 1.58Cory Fields
2015-04-20Show zero value txouts in listunspent.Gregory Maxwell
2015-04-13[squashme] fix listunspent code indentationJonas Schnelli
2015-04-12Push down RPC reqWallet flagJonas Schnelli
2015-04-12[move] move listunspent to wallet/rpcwallet.cppJonas Schnelli
2015-03-24Regression test for ResendWalletTransactionsGavin Andresen
2015-03-24Includes: Do not include main.h from any other headerJorge Timón
2015-03-20Merge pull request #5745Wladimir J. van der Laan
2015-03-12[Move Only] Move wallet related things to src/wallet/Jonas Schnelli