aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rawtransaction.cpp
AgeCommit message (Expand)Author
2018-02-15Merge #12356: Fix 'mempool min fee not met' debug outputWladimir J. van der Laan
2018-02-13Make signrawtransaction accept P2SH-P2WSH redeemscriptsPieter Wuille
2018-02-12Merge #12193: RPC: Consistently use UniValue.pushKV instead of push_back(Pair...MarcoFalke
2018-02-11Fix a-vs-an typospracticalswift
2018-02-10scripted-diff: Use UniValue.pushKV instead of push_back(Pair())Karel Bilek
2018-02-08Consistently use FormatStateMessage in RPC error outputBen Woosley
2018-01-30Add special error for genesis coinbase to gettransactionMeshCollider
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-19Merge #11178: Add iswitness parameter to decode- and fundrawtransaction RPCsWladimir J. van der Laan
2017-12-12rpc: Validate replaceable type in createrawtransactionJoão Barbosa
2017-12-06qa: Add getrawtransaction in_active_chain=False testMarcoFalke
2017-12-05[rpc] Allow getrawtransaction to take optional blockhash to fetch transaction...Karl-Johan Alm
2017-11-29[rpc] Fix fVerbose parsing (remove excess if cases).Karl-Johan Alm
2017-11-20Fix sendrawtransaction hang when sending a tx already in mempoolMatt Corallo
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-10-13Fix wallet RPC race by waiting for callbacks in sendrawtransactionMatt Corallo
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-09-06Add iswitness parameter to decode- and fundrawtransaction RPCsMeshCollider
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