Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

devguides wallet/daemon rpc missing params #2253

Open
plowsof opened this issue Mar 1, 2024 · 1 comment
Open

devguides wallet/daemon rpc missing params #2253

plowsof opened this issue Mar 1, 2024 · 1 comment

Comments

@plowsof
Copy link
Contributor

plowsof commented Mar 1, 2024

monero-project/monero#9186 (comment)

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 field connections the fields address_type, rpc_credits_per_hash and rpc_port
  • get_version lacked in his response the fields current_height and hard_forks array (as well as its underlying object)
  • get_output_distribution lacked in his parameters the field binary (for disabling epee encoding) and compress (for disabling compression)

There are also methods like sync_info that did not contain in their outputs the top_hash, credits or untrusted fields.

@SyntheticBird45
Copy link

address_type: 0 = invalid, 1 = ipv4 and 2 = ipv6.
compress = ignored if binary is set to false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants