aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
* Merge AuxPoW support from NamecoreRoss Nicoll2019-07-135-10/+381
* Scrypt n=1024 PoW hashRoss Nicoll2019-04-031-1/+1
* 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
* Bugfix: RPC: Add address_type named param for createmultisigLuke Dashjr2018-11-291-1/+1
* Fix listreceivedbyaddress not taking address as a stringEric Scrivner2018-11-281-1/+0
* [doc] getblocktemplate: use SegWit in exampleSjors Provoost2018-10-181-2/+2
* Adjust TODO linkPieter Wuille2018-09-061-1/+1
* walletcreatefundedpsbt: remove duplicate replaceable argGregory Sanders2018-08-211-3/+2
* Allow ConstructTransaction to not throw error with 0-input txnGregory Sanders2018-08-211-1/+1
* Merge #13918: rpc: Replace median fee rate with feerate percentiles in getblo...MarcoFalke2018-08-132-8/+60
|\
| * Replace median fee rate with feerate percentilesMarcin Jachymiak2018-08-112-8/+60
* | Use pushKV in some new PSBT RPCs.Daniel Kraft2018-08-091-3/+3
|/
* Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-0814-14/+14
|\
| * Update copyright headers to 2018DrahtBot2018-07-2714-14/+14
* | Merge #13697: Support output descriptors in scantxoutsetWladimir J. van der Laan2018-08-011-120/+48
|\ \
| * | Support h instead of ' in hardened descriptor pathsPieter Wuille2018-07-271-1/+2
| * | Add experimental warning to scantxoutsetJonas Schnelli2018-07-271-0/+1
| * | Swap in descriptors support into scantxoutsetPieter Wuille2018-07-271-120/+46
| |/
* / Return void instead of bool for functions that cannot failpracticalswift2018-07-272-3/+2
|/
* Merge #12764: doc: Remove field in getblocktemplate help that has never been ...MarcoFalke2018-07-221-1/+0
|\
| * [RPC] Remove field in getblocktemplate help that has never been usedConor Scott2018-03-261-1/+0
* | Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...Wladimir J. van der Laan2018-07-201-0/+1
|\ \
| * | Add disable privatekeys option to createwalletJonas Schnelli2018-07-121-0/+1
* | | Merge #13557: BIP 174 PSBT Serializations and RPCsWladimir J. van der Laan2018-07-183-81/+643
|\ \ \
| * | | Create wallet RPCs for PSBTAndrew Chow2018-07-162-17/+9
| * | | Create utility RPCs for PSBTAndrew Chow2018-07-162-0/+561
| * | | Refactor transaction creation and transaction funding logicAndrew Chow2018-07-132-64/+73
* | | | Merge #12196: Add scantxoutset RPC methodWladimir J. van der Laan2018-07-172-0/+290
|\ \ \ \
| * | | | scantxoutset: mention that scanning by address will miss P2PK txoutsJonas Schnelli2018-07-151-0/+1
| * | | | scantxoutset: support legacy P2PK script typeJonas Schnelli2018-07-151-3/+8
| * | | | scantxoutset: add support for scriptsJonas Schnelli2018-07-151-3/+12
| * | | | Blockchain/RPC: Add scantxoutset method to scan UTXO setJonas Schnelli2018-07-152-0/+246
| * | | | Add FindScriptPubKey() to search the UTXO setJonas Schnelli2018-07-121-0/+29
* | | | | Merge #13072: Update createmultisig RPC to support segwitPieter Wuille2018-07-131-5/+16
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | segwit support for createmultisig RPCAnthony Towns2018-07-101-5/+16
| | |/ / | |/| |
* | | | 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-044-6/+4
|\ \ \ \ \
| * | | | | Break circular dependency: init -> * -> init by extracting shutdown.hBen Woosley2018-06-252-4/+4
| * | | | | Drop unused init.h includesBen Woosley2018-06-252-2/+0
| |/ / / /
* | | | | Merge #13491: Improve handling of INVALID in IsMineWladimir J. van der Laan2018-07-041-3/+1
|\ \ \ \ \
| * | | | | Add P2WSH destination helper and use it instead of manual hashingPieter Wuille2018-06-171-3/+1