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

Updated Near proving scheme. #29

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Updated Near proving scheme. #29

wants to merge 3 commits into from

Conversation

zpoken
Copy link
Collaborator

@zpoken zpoken commented Jun 28, 2024

This scheme uses BFT finality to prove finality of random block. It implements two types of proving scheme: proofs for "epoch" blocks & proofs for randomly selected blocks. Proofs of randomly selected blocks rely on hashes of "epoch" blocks, which are stores in the contact. For the time being, hashes are stored in .json files to simulate contracts. The scheme takes a set of blocks, data of "epoch" blocks and hashes of "epoch" blocks to prove BFT finality of a specified block.

This scheme uses BFT finality to prove finality of random block. It implements two types of proving scheme: proofs for "epoch" blocks & proofs for randomly selected blocks.
Proofs of randomly selected blocks rely on hashes of "epoch" blocks, which are stores in the contact. For the time being, hashes are stored in .json files to simulate contracts.
The scheme takes a set of blocks, data of "epoch" blocks and hashes of "epoch" blocks to prove BFT finality of a specified block.
We added additional comments and few changes to the code to make it more clear.
Overview on the proving scheme: proof for BFT finally and proofs for computational integrity for block entities.
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.

1 participant