Bitcoin ABC 0.32.5
P2P Digital Currency
client.cpp
Go to the documentation of this file.
1// Copyright (c) 2010 Satoshi Nakamoto
2// Copyright (c) 2009-2016 The Bitcoin Core developers
3// Distributed under the MIT software license, see the accompanying
4// file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
6#include <rpc/client.h>
7
8#include <common/args.h>
9#include <tinyformat.h>
10
11#include <cstdint>
12#include <set>
13#include <string>
14#include <string_view>
15
17public:
18 std::string methodName;
20 std::string paramName;
21};
22
30 {"setmocktime", 0, "timestamp"},
31 {"mockscheduler", 0, "delta_time"},
32 {"utxoupdatepsbt", 1, "descriptors"},
33 {"generatetoaddress", 0, "nblocks"},
34 {"generatetoaddress", 2, "maxtries"},
35 {"generatetodescriptor", 0, "num_blocks"},
36 {"generatetodescriptor", 2, "maxtries"},
37 {"generateblock", 1, "transactions"},
38 {"getnetworkhashps", 0, "nblocks"},
39 {"getnetworkhashps", 1, "height"},
40 {"sendtoaddress", 1, "amount"},
41 {"sendtoaddress", 4, "subtractfeefromamount"},
42 {"sendtoaddress", 5, "avoid_reuse"},
43 {"settxfee", 0, "amount"},
44 {"sethdseed", 0, "newkeypool"},
45 {"getreceivedbyaddress", 1, "minconf"},
46 {"getreceivedbylabel", 1, "minconf"},
47 {"listreceivedbyaddress", 0, "minconf"},
48 {"listreceivedbyaddress", 1, "include_empty"},
49 {"listreceivedbyaddress", 2, "include_watchonly"},
50 {"listreceivedbylabel", 0, "minconf"},
51 {"listreceivedbylabel", 1, "include_empty"},
52 {"listreceivedbylabel", 2, "include_watchonly"},
53 {"getbalance", 1, "minconf"},
54 {"getbalance", 2, "include_watchonly"},
55 {"getbalance", 3, "avoid_reuse"},
56 {"getblockfrompeer", 1, "peer_id"},
57 {"getblockhash", 0, "height"},
58 {"waitforblockheight", 0, "height"},
59 {"waitforblockheight", 1, "timeout"},
60 {"waitforblock", 1, "timeout"},
61 {"waitfornewblock", 0, "timeout"},
62 {"listtransactions", 1, "count"},
63 {"listtransactions", 2, "skip"},
64 {"listtransactions", 3, "include_watchonly"},
65 {"walletpassphrase", 1, "timeout"},
66 {"getblocktemplate", 0, "template_request"},
67 {"listsinceblock", 1, "target_confirmations"},
68 {"listsinceblock", 2, "include_watchonly"},
69 {"listsinceblock", 3, "include_removed"},
70 {"sendmany", 1, "amounts"},
71 {"sendmany", 2, "minconf"},
72 {"sendmany", 4, "subtractfeefrom"},
73 {"deriveaddresses", 1, "range"},
74 {"scantxoutset", 1, "scanobjects"},
75 {"addmultisigaddress", 0, "nrequired"},
76 {"addmultisigaddress", 1, "keys"},
77 {"createmultisig", 0, "nrequired"},
78 {"createmultisig", 1, "keys"},
79 {"listunspent", 0, "minconf"},
80 {"listunspent", 1, "maxconf"},
81 {"listunspent", 2, "addresses"},
82 {"listunspent", 3, "include_unsafe"},
83 {"listunspent", 4, "query_options"},
84 {"listunspent", 4, "minimumAmount"},
85 {"listunspent", 4, "maximumAmount"},
86 {"listunspent", 4, "maximumCount"},
87 {"listunspent", 4, "minimumSumAmount"},
88 {"getblock", 1, "verbosity"},
89 {"getblock", 1, "verbose"},
90 {"getblockheader", 1, "verbose"},
91 {"getchaintxstats", 0, "nblocks"},
92 {"gettransaction", 1, "include_watchonly"},
93 {"gettransaction", 2, "verbose"},
94 {"getrawtransaction", 1, "verbose"},
95 {"createrawtransaction", 0, "inputs"},
96 {"createrawtransaction", 1, "outputs"},
97 {"createrawtransaction", 2, "locktime"},
98 {"signrawtransactionwithkey", 1, "privkeys"},
99 {"signrawtransactionwithkey", 2, "prevtxs"},
100 {"signrawtransactionwithwallet", 1, "prevtxs"},
101 {"sendrawtransaction", 1, "maxfeerate"},
102 {"submitpackage", 0, "package"},
103 {"testmempoolaccept", 0, "rawtxs"},
104 {"testmempoolaccept", 1, "maxfeerate"},
105 {"combinerawtransaction", 0, "txs"},
106 {"fundrawtransaction", 1, "options"},
107 {"fundrawtransaction", 1, "add_inputs"},
108 {"fundrawtransaction", 1, "include_unsafe"},
109 {"fundrawtransaction", 1, "changePosition"},
110 {"fundrawtransaction", 1, "includeWatching"},
111 {"fundrawtransaction", 1, "lockUnspents"},
112 {"fundrawtransaction", 1, "feeRate"},
113 {"fundrawtransaction", 1, "subtractFeeFromOutputs"},
114 {"walletcreatefundedpsbt", 0, "inputs"},
115 {"walletcreatefundedpsbt", 1, "outputs"},
116 {"walletcreatefundedpsbt", 2, "locktime"},
117 {"walletcreatefundedpsbt", 3, "options"},
118 {"walletcreatefundedpsbt", 3, "add_inputs"},
119 {"walletcreatefundedpsbt", 3, "include_unsafe"},
120 {"walletcreatefundedpsbt", 3, "changePosition"},
121 {"walletcreatefundedpsbt", 3, "includeWatching"},
122 {"walletcreatefundedpsbt", 3, "lockUnspents"},
123 {"walletcreatefundedpsbt", 3, "feeRate"},
124 {"walletcreatefundedpsbt", 3, "subtractFeeFromOutputs"},
125 {"walletcreatefundedpsbt", 4, "bip32derivs"},
126 {"walletprocesspsbt", 1, "sign"},
127 {"walletprocesspsbt", 3, "bip32derivs"},
128 {"createpsbt", 0, "inputs"},
129 {"createpsbt", 1, "outputs"},
130 {"createpsbt", 2, "locktime"},
131 {"combinepsbt", 0, "txs"},
132 {"joinpsbts", 0, "txs"},
133 {"finalizepsbt", 1, "extract"},
134 {"converttopsbt", 1, "permitsigdata"},
135 {"gettxout", 1, "n"},
136 {"gettxout", 2, "include_mempool"},
137 {"gettxoutproof", 0, "txids"},
138 {"gettxoutsetinfo", 1, "hash_or_height"},
139 {"gettxoutsetinfo", 2, "use_index"},
140 {"dumptxoutset", 2, "options"},
141 {"dumptxoutset", 2, "rollback"},
142 {"lockunspent", 0, "unlock"},
143 {"lockunspent", 1, "transactions"},
144 {"send", 0, "outputs"},
145 {"send", 1, "options"},
146 {"send", 1, "add_inputs"},
147 {"send", 1, "include_unsafe"},
148 {"send", 1, "add_to_wallet"},
149 {"send", 1, "change_position"},
150 {"send", 1, "fee_rate"},
151 {"send", 1, "include_watching"},
152 {"send", 1, "inputs"},
153 {"send", 1, "locktime"},
154 {"send", 1, "lock_unspents"},
155 {"send", 1, "psbt"},
156 {"send", 1, "subtract_fee_from_outputs"},
157 {"importprivkey", 2, "rescan"},
158 {"importaddress", 2, "rescan"},
159 {"importaddress", 3, "p2sh"},
160 {"importpubkey", 2, "rescan"},
161 {"importmulti", 0, "requests"},
162 {"importmulti", 1, "options"},
163 {"importmulti", 1, "rescan"},
164 {"importdescriptors", 0, "requests"},
165 {"verifychain", 0, "checklevel"},
166 {"verifychain", 1, "nblocks"},
167 {"getblockstats", 0, "hash_or_height"},
168 {"getblockstats", 1, "stats"},
169 {"pruneblockchain", 0, "height"},
170 {"keypoolrefill", 0, "newsize"},
171 {"getrawmempool", 0, "verbose"},
172 {"getrawmempool", 1, "mempool_sequence"},
173 {"prioritisetransaction", 1, "dummy"},
174 {"prioritisetransaction", 2, "fee_delta"},
175 {"setban", 2, "bantime"},
176 {"setban", 3, "absolute"},
177 {"setnetworkactive", 0, "state"},
178 {"setwalletflag", 1, "value"},
179 {"getmempoolancestors", 1, "verbose"},
180 {"getmempooldescendants", 1, "verbose"},
181 {"disconnectnode", 1, "nodeid"},
182 {"logging", 0, "include"},
183 {"logging", 1, "exclude"},
184 {"upgradewallet", 0, "version"},
185 // Echo with conversion (For testing only)
186 {"echojson", 0, "arg0"},
187 {"echojson", 1, "arg1"},
188 {"echojson", 2, "arg2"},
189 {"echojson", 3, "arg3"},
190 {"echojson", 4, "arg4"},
191 {"echojson", 5, "arg5"},
192 {"echojson", 6, "arg6"},
193 {"echojson", 7, "arg7"},
194 {"echojson", 8, "arg8"},
195 {"echojson", 9, "arg9"},
196 {"rescanblockchain", 0, "start_height"},
197 {"rescanblockchain", 1, "stop_height"},
198 {"createwallet", 1, "disable_private_keys"},
199 {"createwallet", 2, "blank"},
200 {"createwallet", 4, "avoid_reuse"},
201 {"createwallet", 5, "descriptors"},
202 {"createwallet", 6, "load_on_startup"},
203 {"restorewallet", 2, "load_on_startup"},
204 {"loadwallet", 1, "load_on_startup"},
205 {"unloadwallet", 1, "load_on_startup"},
206 {"getnodeaddresses", 0, "count"},
207 {"addpeeraddress", 1, "port"},
208 {"addpeeraddress", 2, "tried"},
209 {"sendmsgtopeer", 0, "peer_id"},
210 {"stop", 0, "wait"},
211 {"createwallettransaction", 1, "amount"},
212 // Avalanche
213 {"addavalanchenode", 0, "nodeid"},
214 {"buildavalancheproof", 0, "sequence"},
215 {"buildavalancheproof", 1, "expiration"},
216 {"buildavalancheproof", 3, "stakes"},
217 {"getavailabilityscore", 0, "nodeid"},
218 {"getremoteproofs", 0, "nodeid"},
219 {"getstakingreward", 1, "recompute"},
220 {"setstakingreward", 2, "append"},
221 {"setflakyproof", 1, "flaky"},
222 {"getfinaltransactions", 0, "verbose"},
223};
224
229static UniValue Parse(std::string_view raw) {
230 UniValue parsed;
231 if (!parsed.read(raw)) {
232 throw std::runtime_error(tfm::format("Error parsing JSON: %s", raw));
233 }
234
235 return parsed;
236}
237
239private:
240 std::set<std::pair<std::string, int>> members;
241 std::set<std::pair<std::string, std::string>> membersByName;
242
243public:
245
250 UniValue ArgToUniValue(std::string_view arg_value,
251 const std::string &method, int param_idx) {
252 return members.count({method, param_idx}) > 0 ? Parse(arg_value)
253 : arg_value;
254 }
255
260 UniValue ArgToUniValue(std::string_view arg_value,
261 const std::string &method,
262 const std::string &param_name) {
263 return membersByName.count({method, param_name}) > 0 ? Parse(arg_value)
264 : arg_value;
265 }
266};
267
269 for (const auto &cp : vRPCConvertParams) {
270 members.emplace(cp.methodName, cp.paramIdx);
271 membersByName.emplace(cp.methodName, cp.paramName);
272 }
273}
274
276
277UniValue RPCConvertValues(const std::string &strMethod,
278 const std::vector<std::string> &strParams) {
279 UniValue params(UniValue::VARR);
280
281 for (unsigned int idx = 0; idx < strParams.size(); idx++) {
282 std::string_view value{strParams[idx]};
283 params.push_back(rpcCvtTable.ArgToUniValue(value, strMethod, idx));
284 }
285
286 return params;
287}
288
289UniValue RPCConvertNamedValues(const std::string &strMethod,
290 const std::vector<std::string> &strParams) {
291 UniValue params(UniValue::VOBJ);
292 UniValue positional_args{UniValue::VARR};
293
294 for (std::string_view s : strParams) {
295 size_t pos = s.find('=');
296 if (pos == std::string::npos) {
297 positional_args.push_back(rpcCvtTable.ArgToUniValue(
298 s, strMethod, positional_args.size()));
299 continue;
300 }
301
302 std::string name{s.substr(0, pos)};
303 std::string_view value{s.substr(pos + 1)};
304
305 // Intentionally overwrite earlier named values with later ones as a
306 // convenience for scripts and command line users that want to merge
307 // options.
308 params.pushKV(name, rpcCvtTable.ArgToUniValue(value, strMethod, name));
309 }
310
311 if (!positional_args.empty()) {
312 // Use pushKVEnd instead of pushKV to avoid overwriting an explicit
313 // "args" value with an implicit one. Let the RPC server handle the
314 // request as given.
315 params.pushKVEnd("args", positional_args);
316 }
317
318 return params;
319}
std::string methodName
method whose params want conversion
Definition: client.cpp:18
int paramIdx
0-based idx of param to convert
Definition: client.cpp:19
std::string paramName
parameter name
Definition: client.cpp:20
std::set< std::pair< std::string, std::string > > membersByName
Definition: client.cpp:241
UniValue ArgToUniValue(std::string_view arg_value, const std::string &method, int param_idx)
Return arg_value as UniValue, and first parse it if it is a non-string parameter.
Definition: client.cpp:250
std::set< std::pair< std::string, int > > members
Definition: client.cpp:240
UniValue ArgToUniValue(std::string_view arg_value, const std::string &method, const std::string &param_name)
Return arg_value as UniValue, and first parse it if it is a non-string parameter.
Definition: client.cpp:260
void push_back(UniValue val)
Definition: univalue.cpp:96
@ VOBJ
Definition: univalue.h:31
@ VARR
Definition: univalue.h:32
void pushKVEnd(std::string key, UniValue val)
Definition: univalue.cpp:108
bool read(std::string_view raw)
void pushKV(std::string key, UniValue val)
Definition: univalue.cpp:115
UniValue RPCConvertValues(const std::string &strMethod, const std::vector< std::string > &strParams)
Convert positional arguments to command-specific RPC representation.
Definition: client.cpp:277
static UniValue Parse(std::string_view raw)
Parse string to UniValue or throw runtime_error if string contains invalid JSON.
Definition: client.cpp:229
UniValue RPCConvertNamedValues(const std::string &strMethod, const std::vector< std::string > &strParams)
Convert named arguments to command-specific RPC representation.
Definition: client.cpp:289
static CRPCConvertTable rpcCvtTable
Definition: client.cpp:275
static const CRPCConvertParam vRPCConvertParams[]
Specify a (method, idx, name) here if the argument is a non-string RPC argument and needs to be conve...
Definition: client.cpp:29
void format(std::ostream &out, const char *fmt, const Args &...args)
Format list of arguments to the stream according to given format string.
Definition: tinyformat.h:1112
const char * name
Definition: rest.cpp:47