aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rawtransaction.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix converttopsbt permitsigdata arg, add basic testGregory Sanders2018-12-051-1/+1
* Simplify arguments to SignPSBTInputGlenn Willen2018-12-031-3/+1
* Add bool PSBTInputSignedGlenn Willen2018-12-031-2/+5
* More concise conversion of CDataStream to stringGlenn Willen2018-12-031-2/+2
* Allow ConstructTransaction to not throw error with 0-input txnGregory Sanders2018-08-211-1/+1
* Use pushKV in some new PSBT RPCs.Daniel Kraft2018-08-091-3/+3
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Merge #13557: BIP 174 PSBT Serializations and RPCsWladimir J. van der Laan2018-07-181-81/+624
|\
| * Create wallet RPCs for PSBTAndrew Chow2018-07-161-17/+1
| * Create utility RPCs for PSBTAndrew Chow2018-07-161-0/+553
| * Refactor transaction creation and transaction funding logicAndrew Chow2018-07-131-64/+70
* | Merge #13547: Make signrawtransaction* give an error when amount is needed bu...Wladimir J. van der Laan2018-07-101-1/+6
|\ \
| * | Error on missing amount in signrawtransaction*Anthony Towns2018-06-281-1/+6
* | | Merge #13452: rpc: have verifytxoutproof check the number of txns in proof st...Wladimir J. van der Laan2018-07-091-4/+9
|\ \ \ | |_|/ |/| |
| * | have verifytxoutproof check the number of txns in proof structureGregory Sanders2018-06-141-4/+9
| |/
* | Merge #13425: Moving final scriptSig construction from CombineSignatures to P...Wladimir J. van der Laan2018-07-051-6/+3
|\ \
| * | Replace CombineSignatures with ProduceSignatureAndrew Chow2018-07-031-5/+2
| * | Make SignatureData able to store signatures and scriptsAndrew Chow2018-07-031-3/+3
| |/
* | Merge #13235: Break circular dependency: init -> * -> init by extracting shut...Wladimir J. van der Laan2018-07-041-1/+0
|\ \
| * | Drop unused init.h includesBen Woosley2018-06-251-1/+0
| |/
* / Add P2WSH destination helper and use it instead of manual hashingPieter Wuille2018-06-171-3/+1
|/
* Merge #13269: refactoring: Drop UpdateTransaction in favor of UpdateInputWladimir J. van der Laan2018-06-051-2/+2
|\
| * Drop UpdateTransaction in favor of UpdateInputBen Woosley2018-05-181-2/+2
* | wallet: Use shared pointer to retain wallet instanceJoão Barbosa2018-05-221-1/+2
|/
* Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-11/+11
* Remove Safe modeAndrew Chow2018-04-261-5/+0
* Merge #12321: p2wsh and p2sh-p2wsh address in decodescriptWladimir J. van der Laan2018-04-261-0/+32
|\
| * list the types of scripts we should consider for a witness programfivepiece2018-04-081-1/+1
| * p2wpkh, p2wsh and p2sh-nested scripts in decodescriptfivepiece2018-03-061-0/+32
* | [rpc] Public interfaces to GetTransaction block until synced.Jim Posen2018-04-251-7/+23
* | [validation] Replace tx index code in validation code with TxIndex.Jim Posen2018-04-251-3/+4
* | Expose a transaction's weight via RPCMatt Corallo2018-04-131-0/+2
* | Merge #12803: Make BaseSignatureCreator a pure interfaceWladimir J. van der Laan2018-04-121-1/+1
|\ \
| * | Make BaseSignatureCreator a pure interfacePieter Wuille2018-04-101-1/+1
* | | rpc: Drop redundant testing of signrawtransaction prevtxs argsBen Woosley2018-04-111-3/+0
|/ /
* | doc: Add testmempoolaccept to release-notesMarcoFalke2018-04-021-1/+1
* | Merge #11742: rpc: Add testmempoolacceptWladimir J. van der Laan2018-04-021-0/+82
|\ \
| * | rpc: Add testmempoolacceptMarcoFalke2018-03-241-0/+82
* | | rpc: Adjust ifdef to avoid unreachable codepracticalswift2018-03-261-6/+6
|/ /
* | Merge #11041: Add LookupBlockIndexWladimir J. van der Laan2018-03-131-11/+13
|\ \
| * | Add LookupBlockIndex functionJoão Barbosa2018-03-061-11/+13
* | | Merge #11872: [rpc] createrawtransaction: Accept sorted outputsWladimir J. van der Laan2018-03-131-18/+48
|\ \ \
| * | | rpc: Update createrawtransaction examplesMarcoFalke2018-03-111-4/+4
| * | | [rpc] createrawtransaction: Accept sorted outputsMarcoFalke2018-03-071-14/+44
| |/ /
* | | Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-1/+1
* | | Replace CBitcoinSecret with {Encode,Decode}SecretPieter Wuille2018-02-191-6/+2
|/ /
* | Split signrawtransaction into wallet and non-walletAndrew Chow2018-02-171-134/+217
* | Merge #12427: Make signrawtransaction accept P2SH-P2WSH redeemscriptsWladimir J. van der Laan2018-02-151-0/+2
|\ \ | |/ |/|
| * Make signrawtransaction accept P2SH-P2WSH redeemscriptsPieter Wuille2018-02-131-0/+2
* | Merge #12356: Fix 'mempool min fee not met' debug outputWladimir J. van der Laan2018-02-151-2/+2
|\ \ | |/ |/|