aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rawtransaction.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Consistently use FormatStateMessage in RPC error outputBen Woosley2018-02-081-2/+2
* | Merge #12193: RPC: Consistently use UniValue.pushKV instead of push_back(Pair...MarcoFalke2018-02-121-16/+16
|\ \
| * | scripted-diff: Use UniValue.pushKV instead of push_back(Pair())Karel Bilek2018-02-101-16/+16
| |/
* / Fix a-vs-an typospracticalswift2018-02-111-1/+1
|/
* Add special error for genesis coinbase to gettransactionMeshCollider2018-01-301-0/+5
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Merge #11178: Add iswitness parameter to decode- and fundrawtransaction RPCsWladimir J. van der Laan2017-12-191-5/+11
|\
| * Add iswitness parameter to decode- and fundrawtransaction RPCsMeshCollider2017-09-061-5/+11
* | rpc: Validate replaceable type in createrawtransactionJoão Barbosa2017-12-121-1/+1
* | qa: Add getrawtransaction in_active_chain=False testMarcoFalke2017-12-061-7/+5
* | [rpc] Allow getrawtransaction to take optional blockhash to fetch transaction...Karl-Johan Alm2017-12-051-12/+45
* | [rpc] Fix fVerbose parsing (remove excess if cases).Karl-Johan Alm2017-11-291-13/+1
* | Fix sendrawtransaction hang when sending a tx already in mempoolMatt Corallo2017-11-201-0/+4
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-25/+25
* | Fix wallet RPC race by waiting for callbacks in sendrawtransactionMatt Corallo2017-10-131-1/+22
* | Merge #11309: Minor cleanups for AcceptToMemoryPoolMarcoFalke2017-09-291-2/+2
|\ \
| * | Change AcceptToMemoryPool function signatureAlex Morcos2017-09-121-2/+2
* | | More user-friendly error message when partially signingMeshCollider2017-09-111-1/+6
|/ /
* / Introduce wrappers around CBitcoinAddressPieter Wuille2017-09-061-9/+10
|/
* rpc: Push down safe mode checksAndrew Chow2017-08-291-11/+14
* Merge #11050: Avoid treating null RPC arguments different from missing argumentsWladimir J. van der Laan2017-08-221-6/+6
|\
| * Avoid treating null RPC arguments different from missing argumentsRussell Yanofsky2017-08-141-1/+1
| * Get rid of redundant RPC params.size() checksRussell Yanofsky2017-08-141-5/+5
* | Merge #11027: [RPC] Only return hex field once in getrawtransactionWladimir J. van der Laan2017-08-211-6/+3
|\ \
| * | Pass serialization flags and whether to include hex to TxToUnivAndrew Chow2017-08-171-2/+2
| * | Only return hex field once in getrawtransactionAndrew Chow2017-08-101-4/+1
* | | Fix combinerawtransaction RPC help result sectionJonas Nick2017-08-171-1/+1
| |/ |/|
* | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-4/+4
|/
* Merge #10783: [RPC] Various rpc argument fixesWladimir J. van der Laan2017-07-201-3/+3
|\
| * 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