monero-site
monero-site copied to clipboard
devguides wallet/daemon rpc missing params
https://github.com/monero-project/monero/issues/9186#issuecomment-1973003427
I went through the RPC docs a ~year ago and updated pretty much everything.
For reference, here what I found out of date in the core RPC:
get_connections
lacked in his response fieldconnections
the fieldsaddress_type
,rpc_credits_per_hash
andrpc_port
get_version
lacked in his response the fieldscurrent_height
andhard_forks
array (as well as its underlying object)get_output_distribution
lacked in his parameters the fieldbinary
(for disabling epee encoding) andcompress
(for disabling compression)There are also methods like
sync_info
that did not contain in their outputs thetop_hash
,credits
oruntrusted
fields.