aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | walletcreatefundedpsbt: remove duplicate replaceable argGregory Sanders2018-08-201-3/+2
| * | | | | | | Allow ConstructTransaction to not throw error with 0-input txnGregory Sanders2018-08-141-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge #13399: rpc: Add submitheaderWladimir J. van der Laan2018-08-151-1/+38
|\ \ \ \ \ \ \
| * | | | | | | rpc: Expose ProcessNewBlockHeadersMarcoFalke2018-08-131-1/+38
| |/ / / / / /
* | | | | | | Merge #13891: [RPC] Remove getinfo deprecation warningWladimir J. van der Laan2018-08-151-13/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | [RPC] Remove getinfo deprecation warningJohn Newbery2018-08-061-13/+0
| | |_|_|/ / | |/| | | |
* | | | | | 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
* | | | | | | Delete double semicolon in wallet.cpp and misc.cppMatteo Sumberaz2018-07-021-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge #13480: Avoid copies in range-for loops and add a warning to detect themWladimir J. van der Laan2018-06-241-1/+1
|\ \ \ \ \ \
| * | | | | | cleanup: avoid hidden copies in range-for loopsCory Fields2018-06-151-1/+1
| |/ / / / /
* | | | | | Merge #13439: rpc: Avoid "duplicate" return value for invalid submitblockJonas Schnelli2018-06-191-7/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | rpc: Avoid "duplicate" return value for invalid submitblockMarcoFalke2018-06-111-7/+6
* | | | | | Merge #13241: scripted-diff: Avoid temporary copies when looping over std::mapMarcoFalke2018-06-151-1/+1
|\ \ \ \ \ \