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

Add new genesis config attribut "ibft" and "qbft" #1357

Merged
merged 5 commits into from
Mar 14, 2022

Conversation

achraf17
Copy link
Contributor

  • Add new attribut in the config of the genesis file
"config": {
  "qbft": {
    "blockperiodseconds": 2,
    "epochlength": 30000,
    "requesttimeoutseconds": 4
  },
  "ibft": {
    "blockperiodseconds": 2,
    "epochlength": 30000,
    "requesttimeoutseconds": 4
  }
}
  • The --istanbul.requesttimeout and --istanbul.blockperiod are deprecated

Copy link
Collaborator

@Krish1979 Krish1979 left a comment

Choose a reason for hiding this comment

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

LGTM

@achraf17 achraf17 merged commit 11f37a7 into Consensys:master Mar 14, 2022
@achraf17 achraf17 deleted the feat/genesisBFT branch March 14, 2022 08:17
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