aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
AgeCommit message (Expand)Author
2020-11-09Merge #20120: net, rpc, test, bugfix: update GetNetworkName, GetNetworksInfo,...Wladimir J. van der Laan
2020-11-04Merge #20220: wallet, rpc: explicit fee rate follow-ups/fixes for 0.21Samuel Dobson
2020-11-01docs: Correct getblockstats documentation for (sw)total_weightNadav Ivgi
2020-10-29wallet: fundrawtx fee rate coverage, fixup ParseConfirmTarget()Jon Atack
2020-10-16Merge #19836: rpc: Properly deserialize txs with witness before signingfanquake
2020-10-15Merge #20090: [doc] Tiny followups to new getpeerinfo connection type fieldWladimir J. van der Laan
2020-10-15rpc: update GetNetworksInfo() to not return unsupported networksJon Atack
2020-10-15Merge #20002: net, rpc, cli: expose peer network in getpeerinfo; simplify/imp...Wladimir J. van der Laan
2020-10-15Merge #19770: RPC: getpeerinfo: Deprecate "whitelisted" field (replaced by "p...MarcoFalke
2020-10-15Merge #19953: Implement BIP 340-342 validation (Schnorr/taproot/tapscript)Wladimir J. van der Laan
2020-10-14RPC: getpeerinfo: Wrap long help line for bytesrecv_per_msgLuke Dashjr
2020-10-14RPC: getpeerinfo: Deprecate "whitelisted" field (replaced by "permissions")Luke Dashjr
2020-10-14rpc, test: expose CNodeStats network in RPC getpeerinfoJon Atack
2020-10-13rpc: Adjust witness-tx deserialize error messageMarcoFalke
2020-10-12Activate Taproot/Tapscript on regtest (BIP 341, BIP 342)Pieter Wuille
2020-10-09[trivial] Extract connection type doc into file where it is used.Amiti Uttarwar
2020-10-09[doc] Improve help for getpeerinfo connection_type field.Amiti Uttarwar
2020-10-07Merge #19339: validation: re-delegate absurd fee checking from mempool to cli...fanquake
2020-10-05[validation] Remove absurdfee from accepttomempoolJohn Newbery
2020-10-05[rpc/node] check for high fee before ATMP in clientsgzhao408
2020-10-05Merge #20064: RPC: remove duplicate line in getblock helpfanquake
2020-10-03Merge #19956: rpc: Improve invalid vout value rpc error messagefanquake
2020-10-03RPC: remove duplicate line in getblock helpFabian Jahr
2020-09-30scripted diff: Improve invalid vout value rpc error messageNima Yazdanmehr
2020-09-30Merge #19501: send* RPCs in the wallet returns the "fee reason"MarcoFalke
2020-09-29Merge #19969: Send RPC bug fix and touch-upsfanquake
2020-09-26[send] Make send RPCs return fee reasonSishir Giri
2020-09-26Merge #19725: [RPC] Add connection type to getpeerinfo, improve logsMarcoFalke
2020-09-23Merge #19994: Assert that RPCArg names are equal to CRPCCommand ones (net, rp...MarcoFalke
2020-09-22Assert that RPCArg names are equal to CRPCCommand ones (net, rpcwallet)MarcoFalke
2020-09-22Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltasGregory Sanders
2020-09-22Merge #19849: Assert that RPCArg names are equal to CRPCCommand ones (blockch...MarcoFalke
2020-09-21[rpc] Deprecate getpeerinfo addnode fieldAmiti Uttarwar
2020-09-21[rpc] Add connection type to getpeerinfo RPC, update testsAmiti Uttarwar
2020-09-19Merge #19940: rpc: Return fee and vsize from testmempoolacceptfanquake
2020-09-17rpc: add brackets to ConstructTransactionSjors Provoost
2020-09-15[rpc] Return fee and vsize from testmempoolacceptcodeShark149
2020-09-10[rpc] add send methodSjors Provoost
2020-09-07[rpc] walletcreatefundedpsbt: allow inputs to be nullSjors Provoost
2020-09-07Merge #19478: Remove CTxMempool::mapLinks data structure memberMarcoFalke
2020-09-05Remove mempool globalMarcoFalke
2020-09-04rawtransaction: fix argument in combinerawtransaction help messageMatthew Zipkin
2020-09-04Remove mapLinks in favor of entry inlined structs with iterator type erasureJeremy Rubin
2020-09-04Merge #19405: rpc, cli: add network in/out connections to `getnetworkinfo` an...Wladimir J. van der Laan
2020-08-31Assert that RPCArg names are equal to CRPCCommand ones (rawtransaction)MarcoFalke
2020-08-31Assert that RPCArg names are equal to CRPCCommand ones (blockchain)MarcoFalke
2020-08-31Merge #19717: rpc: Assert that RPCArg names are equal to CRPCCommand ones (mi...MarcoFalke
2020-08-30rpc: Properly deserialize txs with witness before signingMarcoFalke
2020-08-28Merge #19607: [p2p] Add Peer struct for per-peer data in net processingWladimir J. van der Laan
2020-08-28Merge #19646: doc: Updated outdated help command for getblocktemplateWladimir J. van der Laan