aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
AgeCommit message (Expand)Author
2018-08-27Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift
2018-08-27[wallet] Remove wallet account RPCsJohn Newbery
2018-08-27Merge #13987: Report minfeefilter value in getpeerinfo rpcMarcoFalke
2018-08-27Report minfeefilter value in getpeerinfo rpcAnthony Towns
2018-08-26Merge #12676: Show "bip125-replaceable" flag, when retrieving mempool entriesWladimir J. van der Laan
2018-08-25Merge #13429: Return the script type from SolverWladimir J. van der Laan
2018-08-23Merge #12559: Avoid locking cs_main in some wallet RPCWladimir J. van der Laan
2018-08-23rpc: Avoid locking cs_main in some wallet RPCJoão Barbosa
2018-08-21Merge #13968: [wallet] couple of walletcreatefundedpsbt fixesWladimir J. van der Laan
2018-08-20walletcreatefundedpsbt: remove duplicate replaceable argGregory Sanders
2018-08-15Merge #13399: rpc: Add submitheaderWladimir J. van der Laan
2018-08-15Merge #13891: [RPC] Remove getinfo deprecation warningWladimir J. van der Laan
2018-08-14Allow ConstructTransaction to not throw error with 0-input txnGregory Sanders
2018-08-13rpc: Expose ProcessNewBlockHeadersMarcoFalke
2018-08-13Merge #13918: rpc: Replace median fee rate with feerate percentiles in getblo...MarcoFalke
2018-08-11Replace median fee rate with feerate percentilesMarcin Jachymiak
2018-08-09Use pushKV in some new PSBT RPCs.Daniel Kraft
2018-08-08Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan
2018-08-06[RPC] Remove getinfo deprecation warningJohn Newbery
2018-08-01Merge #13697: Support output descriptors in scantxoutsetWladimir J. van der Laan
2018-07-27Support h instead of ' in hardened descriptor pathsPieter Wuille
2018-07-27Add experimental warning to scantxoutsetJonas Schnelli
2018-07-27Swap in descriptors support into scantxoutsetPieter Wuille
2018-07-27Return void instead of bool for functions that cannot failpracticalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-22Return the script type from SolverBen Woosley
2018-07-22Merge #12764: doc: Remove field in getblocktemplate help that has never been ...MarcoFalke
2018-07-20Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...Wladimir J. van der Laan
2018-07-18Merge #13557: BIP 174 PSBT Serializations and RPCsWladimir J. van der Laan
2018-07-17Merge #12196: Add scantxoutset RPC methodWladimir J. van der Laan
2018-07-16Create wallet RPCs for PSBTAndrew Chow
2018-07-16Create utility RPCs for PSBTAndrew Chow
2018-07-15scantxoutset: mention that scanning by address will miss P2PK txoutsJonas Schnelli
2018-07-15scantxoutset: support legacy P2PK script typeJonas Schnelli
2018-07-15scantxoutset: add support for scriptsJonas Schnelli
2018-07-15Blockchain/RPC: Add scantxoutset method to scan UTXO setJonas Schnelli
2018-07-13Merge #13072: Update createmultisig RPC to support segwitPieter Wuille
2018-07-13Refactor transaction creation and transaction funding logicAndrew Chow
2018-07-12Add disable privatekeys option to createwalletJonas Schnelli
2018-07-12Add FindScriptPubKey() to search the UTXO setJonas Schnelli
2018-07-10Merge #13547: Make signrawtransaction* give an error when amount is needed bu...Wladimir J. van der Laan
2018-07-09Merge #13452: rpc: have verifytxoutproof check the number of txns in proof st...Wladimir J. van der Laan
2018-07-10segwit support for createmultisig RPCAnthony Towns
2018-07-05Merge #13425: Moving final scriptSig construction from CombineSignatures to P...Wladimir J. van der Laan
2018-07-04Merge #13235: Break circular dependency: init -> * -> init by extracting shut...Wladimir J. van der Laan
2018-07-04Merge #13491: Improve handling of INVALID in IsMineWladimir J. van der Laan
2018-07-03Replace CombineSignatures with ProduceSignatureAndrew Chow
2018-07-03Make SignatureData able to store signatures and scriptsAndrew Chow
2018-07-02Delete double semicolon in wallet.cpp and misc.cppMatteo Sumberaz
2018-06-28Error on missing amount in signrawtransaction*Anthony Towns