aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rawtransaction.cpp
AgeCommit message (Expand)Author
2017-09-29Merge #11309: Minor cleanups for AcceptToMemoryPoolMarcoFalke
2017-09-12Change AcceptToMemoryPool function signatureAlex Morcos
2017-09-11More user-friendly error message when partially signingMeshCollider
2017-09-06Introduce wrappers around CBitcoinAddressPieter Wuille
2017-08-29rpc: Push down safe mode checksAndrew Chow
2017-08-22Merge #11050: Avoid treating null RPC arguments different from missing argumentsWladimir J. van der Laan
2017-08-21Merge #11027: [RPC] Only return hex field once in getrawtransactionWladimir J. van der Laan
2017-08-17Fix combinerawtransaction RPC help result sectionJonas Nick
2017-08-17Pass serialization flags and whether to include hex to TxToUnivAndrew Chow
2017-08-14Avoid treating null RPC arguments different from missing argumentsRussell Yanofsky
2017-08-14Get rid of redundant RPC params.size() checksRussell Yanofsky
2017-08-10Only return hex field once in getrawtransactionAndrew Chow
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-07-20Merge #10783: [RPC] Various rpc argument fixesWladimir J. van der Laan
2017-07-18Move transaction combining from signrawtransaction to new RPCAndrew Chow
2017-07-17check for null values in rpc args and handle appropriatelyGregory Sanders
2017-07-05Use "replaceable" instead of "optintorbf" in createrawtransaction.Matt Corallo
2017-06-14Merge #9738: gettxoutproof() should return consistent resultWladimir J. van der Laan
2017-06-13Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille
2017-06-09Merge #10521: Limit variable scopePieter Wuille
2017-06-08Merge #10545: Use list initialization (C++11) for maps/vectors instead of boo...Wladimir J. van der Laan
2017-06-07gettxoutproof() should return consistent resultJohn Newbery
2017-06-06Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...practicalswift
2017-06-05RPC/rawtransaction: createrawtransaction: Check opt_into_rbf when provided wi...Luke Dashjr
2017-06-05Introduce MAX_BIP125_RBF_SEQUENCE constantLuke Dashjr
2017-06-05RPC: rawtransaction: Add RBF support for createrawtransactionLuke Dashjr
2017-06-05scripted-diff: Fully remove BOOST_FOREACHJorge Timón
2017-06-05Limit variable scopepracticalswift
2017-06-01scripted-diff: various renames for per-utxo consistencyPieter Wuille
2017-06-01Switch CCoinsView and chainstate db from per-txid to per-txoutPieter Wuille
2017-06-01Switch from per-tx to per-txout CCoinsViewCache methods in some placesPieter Wuille
2017-05-17Add witness data output to TxInError messagesGregory Sanders
2017-04-28refactor TxToJSON() and ScriptPubKeyToJSON()jonnynewbs
2017-03-26rpc: Rename first named arg of createrawtransactionMarcoFalke
2017-03-20Trivial: Fix typo in help getrawtransaction RPCJames Evans
2017-03-08Refactor: Remove using namespace <xxx> from rpc/Karl-Johan Alm
2017-03-07Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan
2017-02-27Move wallet RPC declarations to rpcwallet.hLuke Dashjr
2017-02-27Reformat touched lines with C++11Luke Dashjr
2017-02-27RPC: Do all wallet access through new GetWalletForJSONRPCRequestLuke Dashjr
2017-02-27RPC/Wallet: Pass CWallet as pointer to helper functionsLuke Dashjr
2017-02-27[rpc] sendrawtransaction no longer bypasses minRelayTxFeeAlex Morcos
2017-02-07[Trivial] Remove incorrect help message from gettxoutproof()John Newbery
2017-02-02Better handle invalid parameters to signrawtransactionMatt Corallo
2017-01-19Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...Wladimir J. van der Laan
2017-01-11Deprecate non-txindex getrawtransaction and better warningPieter Wuille
2017-01-10Update RPC argument namesJohn Newbery
2017-01-09Make ATMP optionally return the CTransactionRefs it replacedMatt Corallo
2017-01-05rpc: Argument name consistencyWladimir J. van der Laan
2017-01-05rpc: Named arguments for rawtransaction callsWladimir J. van der Laan