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

bitcoind-rpc-public-whitelist: Add getnodeaddresses #723

Merged
merged 3 commits into from
Aug 2, 2024

Conversation

erikarvstedt
Copy link
Collaborator

Fixes #721.

`getnodeaddresses` returns addresses of peers the bitcoind instance
has seen over its lifetime. It's safe for public use.
`getpeerinfo` already exists in the public whitelist.
Add RPC entries that don't exist in the public whitelist.
@erikarvstedt erikarvstedt force-pushed the rpc-public-getnodeaddresses branch from b81c168 to da625fc Compare July 31, 2024 16:13
Copy link
Member

@jonasnick jonasnick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK da625fc

@jonasnick jonasnick merged commit ac5c280 into fort-nix:master Aug 2, 2024
5 checks passed
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

Successfully merging this pull request may close these issues.

Add getnodeaddresses to public bitcoind RPC whitelist?
2 participants