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

core/vote: wait some blocks beforing voting since mining begin #2051

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

buddh0
Copy link
Collaborator

@buddh0 buddh0 commented Dec 8, 2023

Description

core/vote: wait some blocks beforing voting since mining begin

Rationale

many validators have backup machines

when they shutdown their running node and start the validator on the backup machine,
the new started node may vote for blocks in the same height with the down node voted for.

so, this PR let node wait some blocks beforing voting since it's mining begin

Example

add an example CLI or API response...

Changes

Notable changes:

  • add each change in a bullet point here
  • ...

@buddh0 buddh0 force-pushed the wait_blocks_voting_since_mining branch from 14f7cb4 to c8bd60d Compare December 11, 2023 02:44
@buddh0 buddh0 merged commit b3df096 into bnb-chain:develop Dec 13, 2023
5 checks passed
@buddh0 buddh0 deleted the wait_blocks_voting_since_mining branch December 22, 2023 07:48
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.

None yet

3 participants