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

feat: Min and max block times for sequencer #7630

Merged
merged 2 commits into from
Jul 26, 2024
Merged

Commits on Jul 26, 2024

  1. feat: Min and max block times for sequencer

    Adds two new config variables for the sequencer: min and max block time
    in seconds. The sequencer now checks the current time against the
    previous block. If it's less than min, it doesn't build a block. If it's
    more than max, it builds the block even with no txs.
    spalladino committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    d7690ec View commit details
    Browse the repository at this point in the history
  2. Work around time warp

    spalladino committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    8e253a7 View commit details
    Browse the repository at this point in the history