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

clique not working #1253

Open
yoomee1313 opened this issue Mar 21, 2022 · 1 comment
Open

clique not working #1253

yoomee1313 opened this issue Mar 21, 2022 · 1 comment
Labels
Github issue/bug Issues with the code-level bugs.
Projects

Comments

@yoomee1313
Copy link
Contributor

Describe the bug
For example, if the genesis.json has clique field, the node returns crit error when started.

{
    "config": {
        "clique": {
            "period": 1,
            "epoch": 1
        },
       ...
]

How to reproduce

  • prepare genesis.json with clique field
  • init the node with the genesis.json
  • start the node

Expected behavior
The node panics.

Attachments

INFO[03/21,15:01:35 +09] [30] No governance state found in a database  
CRIT[03/21,15:01:35 +09] [30] Failed to read governance. ChainConfig.Istanbul == nil 

Environment (please complete the following information)

  • v1.8.0-rc.4

Additional context
Add any other context about the problem here.

@mckim19 mckim19 added this to To do in Consensus via automation Mar 22, 2022
@exalate-issue-sync
Copy link

Exalate commented: Issue Created by: yoomee1313

@sjnam sjnam added issue/bug Issues with the code-level bugs. and removed Github labels Sep 12, 2023
@sjnam sjnam removed the Github label Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Github issue/bug Issues with the code-level bugs.
Projects
Development

No branches or pull requests

2 participants