aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
* Replace consensus values with Dogecoin equivalentsRoss Nicoll2021-06-022-2/+2
* Add Dogecoin block subsidiesRoss Nicoll2021-05-301-1/+2
* [doc] Add permissions to the getpeerinfo help.Amiti Uttarwar2020-12-261-0/+4
* rpc: Add missing description of vout in getrawtransaction help textBen Carman2020-12-211-1/+1
* wallet: provide valid values if invalid estimate mode passedJon Atack2020-11-121-1/+1
* wallet: introduce fee_rate (sat/vB) param/optionJon Atack2020-11-111-3/+6
* Merge #20120: net, rpc, test, bugfix: update GetNetworkName, GetNetworksInfo,...Wladimir J. van der Laan2020-11-091-4/+2
|\
| * rpc: update GetNetworksInfo() to not return unsupported networksJon Atack2020-10-151-4/+2
* | Merge #20220: wallet, rpc: explicit fee rate follow-ups/fixes for 0.21Samuel Dobson2020-11-041-4/+5
|\ \
| * | wallet: fundrawtx fee rate coverage, fixup ParseConfirmTarget()Jon Atack2020-10-291-4/+5
* | | docs: Correct getblockstats documentation for (sw)total_weightNadav Ivgi2020-11-011-2/+2
|/ /
* | Merge #19836: rpc: Properly deserialize txs with witness before signingfanquake2020-10-162-9/+9
|\ \
| * | rpc: Adjust witness-tx deserialize error messageMarcoFalke2020-10-132-7/+7
| * | rpc: Properly deserialize txs with witness before signingMarcoFalke2020-08-301-2/+2
* | | Merge #20090: [doc] Tiny followups to new getpeerinfo connection type fieldWladimir J. van der Laan2020-10-151-1/+12
|\ \ \ | |_|/ |/| |
| * | [trivial] Extract connection type doc into file where it is used.Amiti Uttarwar2020-10-091-0/+9
| * | [doc] Improve help for getpeerinfo connection_type field.Amiti Uttarwar2020-10-091-1/+3
* | | Merge #20002: net, rpc, cli: expose peer network in getpeerinfo; simplify/imp...Wladimir J. van der Laan2020-10-151-3/+7
|\ \ \
| * | | rpc, test: expose CNodeStats network in RPC getpeerinfoJon Atack2020-10-141-3/+7
* | | | Merge #19770: RPC: getpeerinfo: Deprecate "whitelisted" field (replaced by "p...MarcoFalke2020-10-151-3/+8
|\ \ \ \
| * | | | RPC: getpeerinfo: Wrap long help line for bytesrecv_per_msgLuke Dashjr2020-10-141-1/+2
| * | | | RPC: getpeerinfo: Deprecate "whitelisted" field (replaced by "permissions")Luke Dashjr2020-10-141-2/+6
| |/ / /
* | | | Merge #19953: Implement BIP 340-342 validation (Schnorr/taproot/tapscript)Wladimir J. van der Laan2020-10-151-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Activate Taproot/Tapscript on regtest (BIP 341, BIP 342)Pieter Wuille2020-10-121-0/+1
* | | | Merge #19339: validation: re-delegate absurd fee checking from mempool to cli...fanquake2020-10-071-2/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | [validation] Remove absurdfee from accepttomempoolJohn Newbery2020-10-051-1/+1
| * | | [rpc/node] check for high fee before ATMP in clientsgzhao4082020-10-051-1/+9
| |/ /
* | | Merge #20064: RPC: remove duplicate line in getblock helpfanquake2020-10-051-1/+0
|\ \ \
| * | | RPC: remove duplicate line in getblock helpFabian Jahr2020-10-031-1/+0
| |/ /
* | | Merge #19956: rpc: Improve invalid vout value rpc error messagefanquake2020-10-031-2/+2
|\ \ \ | |/ / |/| |
| * | scripted diff: Improve invalid vout value rpc error messageNima Yazdanmehr2020-09-301-2/+2
* | | Merge #19501: send* RPCs in the wallet returns the "fee reason"MarcoFalke2020-09-301-0/+2
|\ \ \
| * | | [send] Make send RPCs return fee reasonSishir Giri2020-09-261-0/+2
| |/ /
* | | Merge #19969: Send RPC bug fix and touch-upsfanquake2020-09-291-3/+5
|\ \ \
| * | | rpc: add brackets to ConstructTransactionSjors Provoost2020-09-171-3/+5
* | | | Merge #19725: [RPC] Add connection type to getpeerinfo, improve logsMarcoFalke2020-09-261-2/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | [rpc] Deprecate getpeerinfo addnode fieldAmiti Uttarwar2020-09-211-2/+6
| * | | [rpc] Add connection type to getpeerinfo RPC, update testsAmiti Uttarwar2020-09-211-0/+2
* | | | Merge #19994: Assert that RPCArg names are equal to CRPCCommand ones (net, rp...MarcoFalke2020-09-231-57/+91
|\ \ \ \
| * | | | Assert that RPCArg names are equal to CRPCCommand ones (net, rpcwallet)MarcoFalke2020-09-221-57/+91
* | | | | Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltasGregory Sanders2020-09-223-7/+37
|/ / / /
* | | | Merge #19849: Assert that RPCArg names are equal to CRPCCommand ones (blockch...MarcoFalke2020-09-222-191/+293
|\ \ \ \ | |/ / / |/| | |
| * | | Assert that RPCArg names are equal to CRPCCommand ones (rawtransaction)MarcoFalke2020-08-311-72/+111
| * | | Assert that RPCArg names are equal to CRPCCommand ones (blockchain)MarcoFalke2020-08-311-119/+182
* | | | Merge #19940: rpc: Return fee and vsize from testmempoolacceptfanquake2020-09-191-2/+16
|\ \ \ \ | |_|/ / |/| | |
| * | | [rpc] Return fee and vsize from testmempoolacceptcodeShark1492020-09-151-2/+16
* | | | [rpc] add send methodSjors Provoost2020-09-101-0/+3
* | | | [rpc] walletcreatefundedpsbt: allow inputs to be nullSjors Provoost2020-09-071-3/+8
|/ / /
* | | Merge #19478: Remove CTxMempool::mapLinks data structure memberMarcoFalke2020-09-071-3/+3
|\ \ \
| * | | Remove mapLinks in favor of entry inlined structs with iterator type erasureJeremy Rubin2020-09-041-3/+3