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

Consensus notes #2

Open
shrnkld opened this issue Feb 27, 2023 · 0 comments
Open

Consensus notes #2

shrnkld opened this issue Feb 27, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@shrnkld
Copy link
Contributor

shrnkld commented Feb 27, 2023

Need to set +/- X blocks tolerance for blockheight as some SNodes will change blocks at different times.

Then need to get the hash for the lowest agreed blockheight so we can verify that the blockhashes are the same for the SNodes that agree on the height (within the tolerance).

eg. heights returned by SNodes: S1: 100 , S2: 102, S3: 110
then get hash for blockheight=100 from SNode 1 or 2, as they both have blockheight within the tolerated range.

@shrnkld shrnkld self-assigned this Feb 27, 2023
@shrnkld shrnkld added the enhancement New feature or request label Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant