aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rawtransaction.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * check for null values in rpc args and handle appropriatelyGregory Sanders2017-07-171-3/+3
* | Move transaction combining from signrawtransaction to new RPCAndrew Chow2017-07-181-35/+100
|/
* Use "replaceable" instead of "optintorbf" in createrawtransaction.Matt Corallo2017-07-051-4/+5
* Merge #9738: gettxoutproof() should return consistent resultWladimir J. van der Laan2017-06-141-4/+8
|\
| * gettxoutproof() should return consistent resultJohn Newbery2017-06-071-4/+8
* | Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille2017-06-131-4/+4
|\ \
| * | scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-4/+4
| |/
* | Merge #10521: Limit variable scopePieter Wuille2017-06-091-1/+1
|\ \
| * | Limit variable scopepracticalswift2017-06-051-1/+1
* | | Merge #10545: Use list initialization (C++11) for maps/vectors instead of boo...Wladimir J. van der Laan2017-06-081-16/+13
|\ \ \
| * | | Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...practicalswift2017-06-061-16/+13
| | |/ | |/|
* | | RPC/rawtransaction: createrawtransaction: Check opt_into_rbf when provided wi...Luke Dashjr2017-06-051-3/+5
* | | Introduce MAX_BIP125_RBF_SEQUENCE constantLuke Dashjr2017-06-051-2/+3
* | | RPC: rawtransaction: Add RBF support for createrawtransactionLuke Dashjr2017-06-051-5/+18
|/ /
* | scripted-diff: various renames for per-utxo consistencyPieter Wuille2017-06-011-4/+4
* | Switch CCoinsView and chainstate db from per-txid to per-txoutPieter Wuille2017-06-011-3/+4
* | Switch from per-tx to per-txout CCoinsViewCache methods in some placesPieter Wuille2017-06-011-17/+20
|/
* Add witness data output to TxInError messagesGregory Sanders2017-05-171-0/+5
* refactor TxToJSON() and ScriptPubKeyToJSON()jonnynewbs2017-04-281-70/+8
* rpc: Rename first named arg of createrawtransactionMarcoFalke2017-03-261-3/+3
* Trivial: Fix typo in help getrawtransaction RPCJames Evans2017-03-201-1/+1
* Refactor: Remove using namespace <xxx> from rpc/Karl-Johan Alm2017-03-081-37/+35
* Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan2017-03-071-1/+1
|\
| * [rpc] sendrawtransaction no longer bypasses minRelayTxFeeAlex Morcos2017-02-271-1/+1
* | Move wallet RPC declarations to rpcwallet.hLuke Dashjr2017-02-271-0/+1
* | Reformat touched lines with C++11Luke Dashjr2017-02-271-1/+2
* | RPC: Do all wallet access through new GetWalletForJSONRPCRequestLuke Dashjr2017-02-271-5/+9
* | RPC/Wallet: Pass CWallet as pointer to helper functionsLuke Dashjr2017-02-271-2/+2
|/
* [Trivial] Remove incorrect help message from gettxoutproof()John Newbery2017-02-071-1/+0
* Better handle invalid parameters to signrawtransactionMatt Corallo2017-02-021-1/+3
* Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...Wladimir J. van der Laan2017-01-191-1/+1
|\
| * Make ATMP optionally return the CTransactionRefs it replacedMatt Corallo2017-01-091-1/+1
* | Deprecate non-txindex getrawtransaction and better warningPieter Wuille2017-01-111-4/+8
* | Update RPC argument namesJohn Newbery2017-01-101-13/+13
* | rpc: Argument name consistencyWladimir J. van der Laan2017-01-051-1/+1
* | rpc: Named arguments for rawtransaction callsWladimir J. van der Laan2017-01-051-11/+11
|/
* Merge #9283: A few more CTransactionRef optimizationsWladimir J. van der Laan2017-01-041-3/+3
|\
| * Make AcceptToMemoryPool take CTransactionRefPieter Wuille2016-12-211-3/+3
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* | Added missing colons in when running help commandAnditto Heristyo2016-12-221-1/+1
|/
* Merge #8589: Inline CTxInWitness inside CTxInWladimir J. van der Laan2016-12-211-7/+4
|\
| * Move CTxInWitness inside CTxInPieter Wuille2016-12-041-7/+4
* | Add option to return non-segwit serialization via rpcGregory Sanders2016-12-051-1/+1
|/
* Make DecodeHexTx return a CMutableTransactionPieter Wuille2016-12-021-5/+6
* Switch GetTransaction to returning a CTransactionRefPieter Wuille2016-12-021-4/+4
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* Merge #9025: getrawtransaction should take a bool for verboseWladimir J. van der Laan2016-11-231-9/+23
|\
| * getrawtransaction should take a bool for verbosejnewbery2016-11-221-9/+23
* | Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille2016-11-191-2/+2
|/
* [RPC] Give RPC commands more information about the RPC requestJonas Schnelli2016-10-191-45/+45