aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | check for null values in rpc args and handle appropriatelyGregory Sanders2017-07-171-20/+20
| * | | | | fixup some rpc param counting for rpc helpGregory Sanders2017-07-171-4/+4
| | |/ / / | |/| | |
* | | | | Merge #10784: Do not allow users to get keys from keypool without reserving themWladimir J. van der Laan2017-07-181-7/+2
|\ \ \ \ \
| * | | | | Do not allow users to get keys from keypool without reserving themMatt Corallo2017-07-181-7/+2
| |/ / / /
* / / / / Select wallet based on the given endpointJonas Schnelli2017-07-171-2/+14
|/ / / /
* | | | Merge #10706: Improve wallet fee logic and fix GUI bugsWladimir J. van der Laan2017-07-171-28/+16
|\ \ \ \
| * | | | Properly bound check conf_target in wallet RPC callsAlex Morcos2017-07-141-9/+5
| * | | | Refactor to use CoinControl in GetMinimumFee and FeeBumperAlex Morcos2017-07-141-21/+12
| * | | | Make CoinControl a required argument to CreateTransactionAlex Morcos2017-07-141-4/+5
* | | | | getbalance example covers at least 6 confirmsGregory Sanders2017-07-121-2/+2
|/ / / /
* / / / Add RPC options for RBF, confirmation target, and conservative fee estimation.Alex Morcos2017-07-101-14/+84
|/ / /
* | | Merge #10698: Be consistent in calling transactions "replaceable" for Opt-In RBFWladimir J. van der Laan2017-07-061-4/+5
|\ \ \
| * | | Use "replaceable" instead of "optIntoRbf" in fundrawtransaction.Matt Corallo2017-07-051-4/+5
| | |/ | |/|
* | | rpc: Update `generate` for developer notesWladimir J. van der Laan2017-06-291-12/+16
* | | rpc: Move the `generate` RPC call to rpcwalletWladimir J. van der Laan2017-06-291-0/+44
|/ /
* | Merge #10536: Remove unreachable or otherwise redundant codePieter Wuille2017-06-201-1/+0
|\ \
| * | Remove unreachable or otherwise redundant codepracticalswift2017-06-121-1/+0
* | | Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille2017-06-131-17/+17
|\ \ \ | |/ / |/| |
| * | scripted-diff: Remove PAIRTYPEJorge Timón2017-06-051-2/+2
| * | scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-17/+17
* | | Merge #8694: Basic multiwallet supportWladimir J. van der Laan2017-06-121-1/+2
|\ \ \
| * | | Wallet: Replace pwalletMain with a vector of wallet pointersLuke Dashjr2017-06-061-1/+2
| |/ /
* | | Remove duplicate includespracticalswift2017-06-091-1/+0
* | | Merge #10545: Use list initialization (C++11) for maps/vectors instead of boo...Wladimir J. van der Laan2017-06-081-7/+5
|\ \ \
| * | | Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...practicalswift2017-06-061-7/+5
| |/ /
* | | RPC/Wallet: Add RBF support for fundrawtransactionLuke Dashjr2017-06-051-1/+7
* | | Wallet: Refactor FundTransaction to accept parameters via CCoinControlLuke Dashjr2017-06-051-10/+12
|/ /
* | Merge #10455: Simplify feebumper minimum fee code slightlyWladimir J. van der Laan2017-06-051-3/+6
|\ \
| * | Simplify feebumper minimum fee code slightlyRussell Yanofsky2017-05-251-3/+6
* | | Fix bumpfee rpc "errors" return valueRussell Yanofsky2017-05-241-1/+1
|/ /
* | Merge #10413: Fix docs (there's no rpc command setpaytxfee)Wladimir J. van der Laan2017-05-171-1/+1
|\ \
| * | Fix docs (there's no rpc command setpaytxfee)Ryan Havar2017-05-161-1/+1
* | | Add query options to listunspent rpc callPedro Branco2017-05-171-9/+37
|/ /
* | Merge #10341: rpc/wallet: Workaround older UniValue which returns a std::stri...Wladimir J. van der Laan2017-05-111-1/+2
|\ \
| * | rpc/wallet: Workaround older UniValue which returns a std::string temporary f...Luke Dashjr2017-05-051-1/+2
| |/
* / Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus moduleJorge Timón2017-05-031-0/+1
|/
* [wallet] Remove unneeded legacy getbalance codeRussell Yanofsky2017-04-261-45/+3
* [wallet] Add GetLegacyBalance method to simplify getbalance RPCRussell Yanofsky2017-04-261-0/+10
* Merge #9951: Wallet database handling abstractions/simplificationsWladimir J. van der Laan2017-04-241-1/+1
|\
| * wallet: Introduce database handle wrapperWladimir J. van der Laan2017-04-201-1/+1
* | Merge #10181: Include cleanupWladimir J. van der Laan2017-04-201-0/+1
|\ \
| * | Missing includesJorge Timón2017-04-131-0/+1
* | | Merge #9942: Refactor CBlockPolicyEstimatorWladimir J. van der Laan2017-04-201-0/+1
|\ \ \ | |_|/ |/| |
| * | Call estimate(Smart)Fee directly from CBlockPolicyEstimatorAlex Morcos2017-04-101-0/+1
| |/
* / [rpc] Add abortrescan command to RPC interface.Kalle Alm2017-04-181-0/+2
|/
* Improve CFeeBumper interface, add comments, make use of std::moveJonas Schnelli2017-04-021-1/+1
* Restore invalid fee check (must be > 0)Jonas Schnelli2017-04-021-0/+3
* Refactor Bumpfee core functionalityJonas Schnelli2017-04-021-219/+35
* Bumpfee move request parameter interaction to the topJonas Schnelli2017-04-021-38/+37
* Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell2017-04-011-1/+1