aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rawtransaction.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Switch away from exceptions in refactored tx codeGlenn Willen2019-02-111-1/+8
| * Move PSBT definitions and code to separate filesGlenn Willen2019-02-111-0/+1
| * Factor BroadcastTransaction out of sendrawtransactionGlenn Willen2019-02-111-65/+4
| * Split DecodePSBT into Base64 and Raw versionsGlenn Willen2019-02-111-3/+3
* | RPCHelpMan: Check default values are given at compile-timeMarcoFalke2019-02-111-60/+60
|/
* Merge #15337: rpc: Fix for segfault if combinepsbt called with empty inputsMarcoFalke2019-02-111-0/+3
|\
| * rpc: Fix for segfault if combinepsbt called with empty inputsbenthecarman2019-02-041-0/+3
* | [Docs] Small updates to getrawtransaction descriptionAmiti Uttarwar2019-02-041-6/+10
|/
* Merge #15159: [RPC] Remove lookup to UTXO set from GetTransactionMarcoFalke2019-01-301-8/+7
|\
| * [RPC] Update getrawtransaction interfaceAmiti Uttarwar2019-01-261-8/+7
* | RPCHelpMan: Pass through Result and ExamplesMarcoFalke2019-01-251-90/+102
* | Merge #14906: refactor: Make explicit CMutableTransaction -> CTransaction con...Wladimir J. van der Laan2019-01-211-4/+4
|\ \ | |/ |/|
| * Minimal changes to comply with explicit CMutableTransaction -> CTranaction c...lucash-dev2018-12-171-4/+4
* | Merge #14966: docs: fix testmempoolaccept CLI syntaxMarcoFalke2018-12-291-1/+1
|\ \
| * | fix testmempoolaccept CLI syntax1Il12018-12-151-1/+1
| |/
* / clarifying getrawtransaction[time] get help textBen Carman2018-12-171-1/+1
|/
* Merge #14877: rpc: Document default values for optional argumentsMarcoFalke2018-12-101-9/+9
|\
| * rpc: Document default values for optional argumentsMarcoFalke2018-12-071-9/+9
* | rpc: Avoid creating non-standard raw transactionsMarcoFalke2018-12-061-3/+13
|/
* rpc: Pass argument descriptions to RPCHelpManMarcoFalke2018-11-271-204/+126
* clarify RPC rawtransaction documentationJameson Lopp2018-11-261-2/+2
* Use RPCHelpMan for all RPCsMarcoFalke2018-11-141-48/+82
* Merge #14530: Use RPCHelpMan to generate RPC doc stringsMarcoFalke2018-11-131-9/+86
|\
| * rpc: Add RPCHelpMan for machine-generated helpMarcoFalke2018-11-121-6/+83
| * rpc: Include rpc/util.h where needed for RPCHelpManMarcoFalke2018-11-091-3/+3
* | Merge #14356: fix converttopsbt permitsigdata arg, add basic testWladimir J. van der Laan2018-11-121-1/+1
|\ \
| * | 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
|\ \ \ \