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

Support proving subtree roots #258

Open
rach-id opened this issue Nov 7, 2023 · 1 comment
Open

Support proving subtree roots #258

rach-id opened this issue Nov 7, 2023 · 1 comment
Labels
contracts enhancement New feature or request

Comments

@rach-id
Copy link
Member

rach-id commented Nov 7, 2023

Currently, the DAVerifier contract expects the data to also be passed to the contract to verify if the shares were published on Celestia. This is fine for optimistic celestiums that will post DA to Celestia and settle on an EVM chain. However, for users who just want to prove that their data is published to Celestia, it's better if they prove the subtree roots then recreate the commitments and be sure that their data is committed to, instead of having to send their whole data.

@rach-id rach-id added the chore label Nov 7, 2023
@rach-id rach-id self-assigned this Nov 7, 2023
@rach-id rach-id added contracts and removed chore labels Nov 7, 2023
@rach-id rach-id removed their assignment Nov 7, 2023
@rach-id rach-id added the enhancement New feature or request label Nov 22, 2023
@rach-id
Copy link
Member Author

rach-id commented Nov 22, 2023

Note: this would also need some implementation on the celestia-app or celestia-node side to be able to create these proofs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contracts enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant