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

Initial detection of the latest finalized block #6

Open
nrryuya opened this issue Sep 11, 2019 · 2 comments
Open

Initial detection of the latest finalized block #6

nrryuya opened this issue Sep 11, 2019 · 2 comments

Comments

@nrryuya
Copy link
Member

nrryuya commented Sep 11, 2019

For a given blockchain and a set of messages, how efficiently detect the latest finalized block?
To start from the genesis block seems suboptimal.

E.g. Perform a binary search to find the highest block supported by a majority of validators

@nrryuya
Copy link
Member Author

nrryuya commented Sep 11, 2019

For a newly joined validator

@nrryuya nrryuya mentioned this issue Sep 12, 2019
@nrryuya
Copy link
Member Author

nrryuya commented Sep 12, 2019

Or more ambitiously redefine the problem as LMD-GHOST-specific safety oracle.

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