102 Commits (63a4dc10876bfc61c2e87d35dcf17da2f0f8c316)

Author SHA1 Message Date
João Barbosa 320669a363 rpc: Validate replaceable type in createrawtransaction 7 years ago
MarcoFalke fa4c16d2e7 qa: Add getrawtransaction in_active_chain=False test 7 years ago
Karl-Johan Alm b167951677
[rpc] Allow getrawtransaction to take optional blockhash to fetch transaction from a block directly. 7 years ago
Karl-Johan Alm a5f5a2ce53
[rpc] Fix fVerbose parsing (remove excess if cases). 7 years ago
Matt Corallo d9340ce912 Fix sendrawtransaction hang when sending a tx already in mempool 7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
Matt Corallo cb06edf938 Fix wallet RPC race by waiting for callbacks in sendrawtransaction 7 years ago
Alex Morcos fd849e1b03 Change AcceptToMemoryPool function signature 7 years ago
MeshCollider df10edfd03 More user-friendly error message when partially signing 7 years ago
Pieter Wuille 5c8ff0d448 Introduce wrappers around CBitcoinAddress 7 years ago
MeshCollider bbdbe805a2 Add iswitness parameter to decode- and fundrawtransaction RPCs 7 years ago
Andrew Chow ec6902d0ea rpc: Push down safe mode checks 7 years ago
Jonas Nick f9ca0fe44e Fix combinerawtransaction RPC help result section 7 years ago
Andrew Chow 6bbdafcdc4 Pass serialization flags and whether to include hex to TxToUniv 7 years ago
Russell Yanofsky e067673f4e Avoid treating null RPC arguments different from missing arguments 7 years ago
Russell Yanofsky e666efcdba Get rid of redundant RPC params.size() checks 7 years ago
Andrew Chow e029c6e709 Only return hex field once in getrawtransaction 7 years ago
practicalswift 90d4d89230 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
Andrew Chow 6b4f231f5f Move transaction combining from signrawtransaction to new RPC 7 years ago
Gregory Sanders 4dc1915bce check for null values in rpc args and handle appropriately 7 years ago
Matt Corallo 928c6811f2 Use "replaceable" instead of "optintorbf" in createrawtransaction. 7 years ago
John Newbery 6294f3283a gettxoutproof() should return consistent result 7 years ago
practicalswift 3fb81a8480 Use list initialization (C++11) for maps/vectors instead of boost::assign::map_list_of/list_of 7 years ago
Luke Dashjr 9a5a1d7d45 RPC/rawtransaction: createrawtransaction: Check opt_into_rbf when provided with either value 7 years ago
Luke Dashjr b005bf21a7 Introduce MAX_BIP125_RBF_SEQUENCE constant 7 years ago
Luke Dashjr 578ec80d4f RPC: rawtransaction: Add RBF support for createrawtransaction 7 years ago
Jorge Timón 7c00c26726
scripted-diff: Fully remove BOOST_FOREACH 7 years ago
practicalswift 90593ed92c Limit variable scope 7 years ago
Pieter Wuille 589827975f scripted-diff: various renames for per-utxo consistency 7 years ago
Pieter Wuille 5083079688 Switch CCoinsView and chainstate db from per-txid to per-txout 7 years ago
Pieter Wuille f68cdfe92b Switch from per-tx to per-txout CCoinsViewCache methods in some places 7 years ago
Gregory Sanders 9f7341b078 Add witness data output to TxInError messages 7 years ago
jonnynewbs 0ff9320bf5 refactor TxToJSON() and ScriptPubKeyToJSON() 8 years ago
MarcoFalke fa55853219 rpc: Rename first named arg of createrawtransaction 8 years ago
James Evans 05a9f22358 Trivial: Fix typo in help getrawtransaction RPC 8 years ago
Karl-Johan Alm f3c264e9a6
Refactor: Remove using namespace <xxx> from rpc/ 8 years ago
Luke Dashjr a4356328e0 Move wallet RPC declarations to rpcwallet.h 8 years ago
Luke Dashjr bf8a04a165 Reformat touched lines with C++11 8 years ago
Luke Dashjr d77ad6d416 RPC: Do all wallet access through new GetWalletForJSONRPCRequest 8 years ago
Luke Dashjr eca550f250 RPC/Wallet: Pass CWallet as pointer to helper functions 8 years ago
Alex Morcos ad727f4eaf [rpc] sendrawtransaction no longer bypasses minRelayTxFee 8 years ago
John Newbery 9949ebfa6a [Trivial] Remove incorrect help message from gettxoutproof() 8 years ago
Matt Corallo 922bea90c2 Better handle invalid parameters to signrawtransaction 8 years ago
Pieter Wuille db904db7e6 Deprecate non-txindex getrawtransaction and better warning 8 years ago
John Newbery 4e7e2e16e4 Update RPC argument names 8 years ago
Matt Corallo edded808fc Make ATMP optionally return the CTransactionRefs it replaced 8 years ago
Wladimir J. van der Laan 9adb4e1a59 rpc: Argument name consistency 8 years ago
Wladimir J. van der Laan 8d713f761b rpc: Named arguments for rawtransaction calls 8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Anditto Heristyo afe5b3f553 Added missing colons in when running help command 8 years ago