aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rawtransaction.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...Wladimir J. van der Laan2019-05-091-2/+2
|\ \
| * | Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders2019-04-291-2/+2
| |/
* | scripted-diff: replace chainActive -> ::ChainActive()James O'Beirne2019-05-031-5/+5
* | Merge #15784: rpc: Remove dependency on interfaces::Chain in SignTransactionMeshCollider2019-04-271-1/+9
|\ \ | |/ |/|
| * rpc: Remove dependency on interfaces::Chain in SignTransactionAntoine Riard2019-04-171-1/+9
* | Merge #15770: rpc: Validate maxfeerate with AmountFromValueMarcoFalke2019-04-151-6/+2
|\ \ | |/ |/|
| * rpc: Validate maxfeerate with AmountFromValueJoão Barbosa2019-04-081-6/+2
* | Remove access to node globals from wallet-linked codeRussell Yanofsky2019-04-101-0/+1
* | [build] Move AnalyzePSBT from psbt.cpp to node/psbt.cppRussell Yanofsky2019-04-091-0/+1
* | [build] Move rpc rawtransaction util functions to rpc/rawtransaction_util.cppJohn Newbery2019-04-091-277/+1
* | Merge #15760: doc: Clarify sendrawtransaction::maxfeerate==0 helpMarcoFalke2019-04-081-1/+3
|\ \ | |/ |/|
| * doc: Clarify sendrawtransaction::maxfeerate==0 helpMarcoFalke2019-04-061-1/+3
* | Merge #15508: Refactor analyzepsbt for use outside RPC codePieter Wuille2019-04-061-128/+36
|\ \
| * | Refactor analyzepsbt for use outside RPC codeGlenn Willen2019-03-261-128/+36
* | | Remove unused varPeter Bushnell2019-04-051-1/+0
| |/ |/|
* | Merge #15669: rpc: Fix help text for signtransactionwithXXXMarcoFalke2019-03-291-1/+1
|\ \
| * | rpc: Fix help text for signtransactionwithXXXTorkel Rogstad2019-03-281-1/+1
* | | Merge #15616: rpc: Clarify decodescript RPCResult docMarcoFalke2019-03-281-13/+34
|\ \ \
| * | | rpc: Mention all output types in decodescript docMarcoFalke2019-03-191-2/+12
| * | | rpc: decodescript use IsValidNumArgs over hardcoded checkMarcoFalke2019-03-171-4/+6
| * | | rpc: Clarify decodescript RPCResult docMarcoFalke2019-03-171-9/+18
| | |/ | |/|
* | | Merge #15620: rpc: Uncouple non-wallet rpcs from maxTxFee globalMarcoFalke2019-03-271-12/+20
|\ \ \ | |_|/ |/| |
| * | doc: Add release notes for 15620MarcoFalke2019-03-191-0/+4
| * | rpc: Uncouple rpcs from maxTxFee globalMarcoFalke2019-03-181-4/+5
| * | rpc: Use IsValidNumArgs over hardcoded size checksMarcoFalke2019-03-181-8/+11
* | | [rpc] Remove signrawtransaction warningJohn Newbery2019-03-221-9/+0
* | | Merge #10973: Refactor: separate wallet from nodeMeshCollider2019-03-211-23/+21
|\ \ \ | |/ / |/| |
| * | Remove use of CCoinsViewMemPool::GetCoin in wallet codeRussell Yanofsky2019-03-051-23/+21
* | | Merge #13541: wallet/rpc: sendrawtransaction maxfeerateMarcoFalke2019-03-181-13/+43
|\ \ \ | |_|/ |/| |
| * | wallet/rpc: add maxfeerate parameter to testmempoolacceptKarl-Johan Alm2019-03-141-6/+20
| * | wallet/rpc: add maxfeerate parameter to sendrawtransactionKarl-Johan Alm2019-03-141-7/+23
| |/
* | Merge #15559: doc: correct analyzepsbt rpc docWladimir J. van der Laan2019-03-131-8/+8
|\ \
| * | rpc: return a number for estimated_feerate in analyzepsbtfanquake2019-03-121-1/+1
| * | doc: correct analysepsbt rpc docfanquake2019-03-121-7/+7
| |/
* / Fix overflow bug in analyzepsbt fee: CAmount instead of intPieter Wuille2019-03-111-2/+2
|/
* refactor: Use RPCHelpMan::IsValidNumArgs in getrawtransactionMarcoFalke2019-02-251-5/+7
* doc: Remove misleading hint in getrawtransactionMarcoFalke2019-02-251-2/+1
* Merge #15408: Remove unused TransactionError constantsMarcoFalke2019-02-221-4/+5
|\
| * Remove unused TransactionError constantsMarcoFalke2019-02-141-4/+5
* | Merge #13932: Additional utility RPCs for PSBTWladimir J. van der Laan2019-02-161-0/+338
|\ \
| * | Implement analyzepsbt RPC and testsAndrew Chow2019-02-161-0/+198
| * | Implement joinpsbts RPC and testsAndrew Chow2019-02-161-0/+75
| * | Implement utxoupdatepsbt RPC and testsAndrew Chow2019-02-161-0/+65
| |/
* | Merge #14021: Import key origin data through descriptors in importmultiMeshCollider2019-02-151-0/+1
|\ \
| * | Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}Andrew Chow2019-02-141-0/+1
| |/
* | Merge #14481: Add P2SH-P2WSH support to listunspent RPCWladimir J. van der Laan2019-02-141-5/+16
|\ \ | |/ |/|
| * Make listunspent and signrawtransaction RPCs support witnessScriptMeshCollider2019-02-131-5/+16
* | Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; relate...MeshCollider2019-02-141-93/+27
|\ \ | |/ |/|
| * Factor out combine / finalize / extract PSBT helpersGlenn Willen2019-02-111-26/+14
| * Remove op== on PSBTs; check compatibility in MergeGlenn Willen2019-02-111-2/+1