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

Update GRANDPA #68

Merged
merged 2 commits into from
Jun 7, 2024
Merged

Update GRANDPA #68

merged 2 commits into from
Jun 7, 2024

Conversation

drgora
Copy link
Contributor

@drgora drgora commented Jun 7, 2024

This PR does two things.
First it updates the GRANDPA configuration with safer parameters:

  • gossip_duration is increased to account for bigger network latencies
  • voting_rule is set to avoid finalizing blocks with higher probability of being reorganized

Second, it integrates the GRANDPA rpc, so that GRANDPA related functions are available on the RPC interface.

Copy link
Contributor

@la10736 la10736 left a comment

Choose a reason for hiding this comment

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

LGTM

node/src/service.rs Show resolved Hide resolved
@DanieleDiBenedetto DanieleDiBenedetto merged commit 72ac0f0 into main Jun 7, 2024
4 of 6 checks passed
@DanieleDiBenedetto DanieleDiBenedetto deleted the dr/grandpa_config branch June 7, 2024 14:30
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.

3 participants