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

fix(block_time): block time can no longer be less than pending block update time #447

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Trantorian1
Copy link
Collaborator

Pull Request type

  • Bugfix

What is the current behavior?

Block time can be less than pending block update time (also known as tick time). This is an issue as it means only empty blocks will be produced.

Resolves: #277

What is the new behavior?

Forbids the node from starting as a sequencer if ever its block time is less than its tick time.

Does this introduce a breaking change?

No

@Trantorian1 Trantorian1 added bug Something isn't working sequencer The label for sequencing related issues labels Dec 30, 2024
@Trantorian1 Trantorian1 self-assigned this Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working sequencer The label for sequencing related issues
Projects
Status: In review
Development

Successfully merging this pull request may close these issues.

bug(mempool): tick time <= block time
1 participant