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

PoA generation and validation #58

Open
3 tasks done
DanMacDonald opened this issue Dec 18, 2024 · 0 comments
Open
3 tasks done

PoA generation and validation #58

DanMacDonald opened this issue Dec 18, 2024 · 0 comments
Assignees

Comments

@DanMacDonald
Copy link
Collaborator

Data Chunk PoA:

These PoA have both data_path and tx_path as part of their solutions. To validate, a miners first re-create the entropy for the chunk using the partition_hash, miner_address and offset. They use the generated entropy to XOR with the provided packed chunk in the PoA and then use the data_path and tx_path to validate the unpacked chunk.

Capacity Chunk PoA:

Does not have a data_path or tx_path in this case, the miner provides an entropy chunk as part of the PoA and miners receiving the block need only generate and validate the entropy.

Tasks

  • Being able to mine Data chunk PoA solutions
  • Being able to mine Capacity chunk PoA solutions
  • Being able to validate either as part of block validation
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

2 participants