aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rawtransaction.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | fix converttopsbt permitsigdata arg, add basic testGregory Sanders2018-09-291-1/+1
* | | Merge #14588: Refactor PSBT signing logic to enforce invariant and fix signin...Pieter Wuille2018-11-091-6/+7
|\ \ \ | |_|/ |/| |
| * | Simplify arguments to SignPSBTInputGlenn Willen2018-11-011-3/+1
| * | Add bool PSBTInputSignedGlenn Willen2018-11-011-2/+5
| * | More concise conversion of CDataStream to stringGlenn Willen2018-11-011-2/+2
* | | Merge #14437: Refactor: Start to separate wallet from nodeMarcoFalke2018-11-091-2/+4
|\ \ \
| * | | Pass chain and client variables where neededRussell Yanofsky2018-11-061-2/+4
* | | | Merge #14636: Avoid using numeric_limits for sequence numbers and lock timesMarcoFalke2018-11-071-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Avoid using numeric_limits for sequence numbers and lock timesRussell Yanofsky2018-11-011-5/+5
| |/ /
* / / scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
|/ /
* / [rpc] Descriptions: Textual consistency fixesJon Layton2018-10-091-8/+8
|/
* Merge #13424: Consistently validate txid / blockhash length and encoding in r...MarcoFalke2018-09-241-4/+2
|\
| * Consistently use ParseHashV to validate hash inputs in rpcBen Woosley2018-08-071-4/+2
* | Merge #14008: Preserve a format of RPC command definitionsWladimir J. van der Laan2018-09-101-0/+2
|\ \
| * | Preserve a format of RPC command definitionsKostiantyn Stepaniuk2018-08-201-0/+2
* | | Merge #12490: [Wallet] [RPC] Remove deprecated wallet rpc features from bitco...MarcoFalke2018-09-061-105/+9
|\ \ \
| * | | [rpc] Remove deprecated sigrawtransaction rpc method.John Newbery2018-08-271-105/+9
* | | | Fix typos reported by codespellpracticalswift2018-09-041-1/+1
* | | | Merge #13723: PSBT key path cleanupsWladimir J. van der Laan2018-08-281-13/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Make SignPSBTInput operate on a private SignatureData objectPieter Wuille2018-08-131-2/+1
| * | | Introduce KeyOriginInfo for fingerprint + pathPieter Wuille2018-08-131-11/+4
| |/ /
* | | Merge #13429: Return the script type from SolverWladimir J. van der Laan2018-08-251-2/+1
|\ \ \
| * | | Return the script type from SolverBen Woosley2018-07-221-2/+1
* | | | Merge #12559: Avoid locking cs_main in some wallet RPCWladimir J. van der Laan2018-08-231-1/+0
|\ \ \ \
| * | | | rpc: Avoid locking cs_main in some wallet RPCJoão Barbosa2018-08-231-1/+0
| | |/ / | |/| |
* / | | Allow ConstructTransaction to not throw error with 0-input txnGregory Sanders2018-08-141-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