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

Make rpc nodes enable_full_rpc #53

Merged
merged 3 commits into from
Jul 25, 2024

Conversation

CriesofCarrots
Copy link
Contributor

I was surprised that my RPC node didn't not support the full api. I could turn this on for the whole cluster with the --full-rpc cli flag, but it makes sense to me to allow voting validators to run without it.

Changes in this PR:
-Add --full-rpc-api to set of enable_full_rpc node flags. This should probably be merged regardless, because I think it is the intent of the enable_full_rpc config.

  • Always boot RPC nodes with enable_full_rpc flags. Only boot bootstrap and other voting validators with full rpc if --full-rpc is provided on boot. This is more controversial. We could add separate cli handling for rpc vs voting nodes to opt in/out of full-rpc. But I think most users will want RPC nodes to have full support.

Copy link
Collaborator

@gregcusack gregcusack left a comment

Choose a reason for hiding this comment

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

lgtm! (i'll have a follow up to this PR. because this brings to light another issue i need to address)

@gregcusack gregcusack merged commit 9ae6fcf into anza-xyz:main Jul 25, 2024
1 check 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.

2 participants