aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rawtransaction.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | rpc: Use mempool from node context instead of globalMarcoFalke2019-12-051-0/+3
* | | | Merge #17617: doc: unify unix epoch time descriptionsWladimir J. van der Laan2019-12-131-1/+1
|\ \ \ \
| * | | | qa: unify unix epoch time descriptionsJon Atack2019-12-131-1/+1
* | | | | rpc: add missing newline in analyzepsbt rpcresultJon Atack2019-12-101-1/+1
| |_|/ / |/| | |
* | | | Merge #17524: psbt: handle unspendable psbtsMarcoFalke2019-12-101-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Have a PSBTAnalysis state that indicates invalid PSBTAndrew Chow2019-11-191-1/+5
| |/ /
* / / Accumulate result UniValue in SignTransactionAndrew Chow2019-11-181-1/+3
|/ /
* | doc: Fix some misspellingsrandymcmillan2019-11-041-1/+1
* | Merge #15921: validation: Tidy up ValidationState interfaceWladimir J. van der Laan2019-10-301-6/+7
|\ \
| * | [validation] Remove fMissingInputs from AcceptToMemoryPool()John Newbery2019-10-291-5/+6
| * | [validation] Add CValidationState subclassesJohn Newbery2019-10-291-1/+1
* | | Merge #16839: Replace Connman and BanMan globals with NodeContext localWladimir J. van der Laan2019-10-301-1/+3
|\ \ \
| * | | Avoid using g_rpc_node global in wallet codeRussell Yanofsky2019-10-281-1/+1
| * | | Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky2019-10-281-1/+3
| |/ /
* / / refactor: Remove redundant c_str() calls in formattingWladimir J. van der Laan2019-10-281-1/+1
|/ /
* | Merge #17004: validation: Remove REJECT code from CValidationStateWladimir J. van der Laan2019-10-241-1/+1
|\ \
| * | [logging] Don't log REJECT code when transaction is rejectedJohn Newbery2019-10-101-1/+1
* | | Merge #17119: doc: Fix broken bitcoin-cli examplesWladimir J. van der Laan2019-10-171-3/+3
|\ \ \
| * | | [rpc] Fix broken bitcoin-cli examplesAndrew Toth2019-10-141-3/+3
| |/ /
* / / Remove unused includespracticalswift2019-10-151-2/+0
|/ /
* | doc: improve rawtransaction code/test docsJon Atack2019-09-211-3/+3
* | Merge #16521: rpc: Use the default maxfeerate value as BTC/kBWladimir J. van der Laan2019-09-181-20/+17
|\ \
| * | wallet/rpc: Use the default maxfeerate value as BTC/kBJoonmo Yang2019-08-181-20/+17
* | | Merge #16512: rpc: Shuffle inputs and outputs after joining psbtsWladimir J. van der Laan2019-09-181-1/+24
|\ \ \
| * | | Shuffle inputs and outputs after joining psbtsAndrew Chow2019-09-041-1/+24
| | |/ | |/|
* | | Refactor rawtransaction_util's SignTransaction to have previous tx parsing be...Andrew Chow2019-09-031-1/+4
* | | refactor: pcoinsTip -> CChainState::CoinsTip()James O'Beirne2019-08-061-3/+3
| |/ |/|
* | Merge #15713: refactor: Replace chain relayTransactions/submitMemoryPool by h...MarcoFalke2019-08-021-3/+3
|\ \
| * | Add BroadcastTransaction utility usage in Chain interfaceAntoine Riard2019-08-011-3/+3
| |/
* | Merge #15911: Use wallet RBF default for walletcreatefundedpsbtMarcoFalke2019-08-021-2/+10
|\ \ | |/ |/|
| * [rpc] walletcreatefundedpsbt: use wallet default RBFSjors Provoost2019-07-271-2/+10
* | rpc: sendrawtransaction unconditionality/privacy noteJon Atack2019-07-271-1/+4
|/
* Merge #16227: Refactor CWallet's inheritance chainWladimir J. van der Laan2019-07-111-2/+2
|\
| * Move various SigningProviders to signingprovider.{cpp,h}Andrew Chow2019-07-091-1/+1
| * scripted-diff: rename CBasicKeyStore to FillableSigningProviderAndrew Chow2019-07-091-1/+1
* | Merge #16240: JSONRPCRequest-aware RPCHelpManMarcoFalke2019-07-091-78/+24
|\ \
| * | rpc: switch to using RPCHelpMan.Check()Karl-Johan Alm2019-07-081-78/+24
| |/
* / [RPC] add new utxoupdatepsbt arguments to the CRPCCommand and CPRCConvertPara...John Newbery2019-07-041-1/+1
|/
* Merge #15427: Add support for descriptors to utxoupdatepsbtWladimir J. van der Laan2019-07-021-7/+33
|\
| * Add support for descriptors to utxoupdatepsbtPieter Wuille2019-05-101-5/+33
| * Abstract out IsSegWitOutput from utxoupdatepsbtPieter Wuille2019-05-101-3/+1
* | Merge #15899: rpc: Document iswitness flag and fix bug in converttopsbtMeshCollider2019-06-191-16/+27
|\ \
| * | rpc: bugfix: Properly use iswitness in converttopsbtMarcoFalke2019-05-161-9/+16
| * | rpc: Switch touched RPCs to IsValidNumArgsMarcoFalke2019-05-161-8/+12
* | | Merge #16210: rpc: add 2nd arg to signrawtransactionwithkey examplesMarcoFalke2019-06-171-2/+2
|\ \ \
| * | | Add example 2nd arg to signrawtransactionwithkeyChris Moore2019-06-131-2/+2
* | | | Merge #16217: getrawtransaction: inform about blockhash argument when lookup ...MarcoFalke2019-06-171-1/+1
|\ \ \ \
| * | | | getrawtransaction: inform about blockhash argument when lookup failsdarosior2019-06-141-1/+1
| |/ / /
* / / / Fix spelling errors identified by codespell 1.15.0Ben Woosley2019-06-111-1/+1
|/ / /
* | / Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-6/+0
| |/ |/|