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

Block accepted without accepting node mapped in multiple instances. #64

Open
2qx opened this issue Mar 15, 2024 · 0 comments
Open

Block accepted without accepting node mapped in multiple instances. #64

2qx opened this issue Mar 15, 2024 · 0 comments

Comments

@2qx
Copy link

2qx commented Mar 15, 2024

It appears that block 834892 does not have an accepted_by node on neither the demo nor pat's instance.

 {
        "height": "834892",
        "timestamp": "1709263400",
        "accepted_by": []
      },

This is a simple query to get the offending block and the next

query GetBlockTimestamps() {
  block(
    where: {
      _and: [
        { height: { _gt: 834891 } }
        { height: { _lte: 834893 } }
      ]
    }
  ) {
    height
    timestamp
    accepted_by {
      node{name}
    }
  }
}

@2qx 2qx changed the title Block accepted without accepting node mapped in running multiple instances. Block accepted without accepting node mapped in multiple instances. Mar 15, 2024
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

No branches or pull requests

1 participant