-
Notifications
You must be signed in to change notification settings - Fork 387
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
Update the tx inclusion proving code to follow the non-interactive defaults #703
Comments
related to #956 |
Any more details on this? Which parts of the tx inclusion doesn't support NID? |
there could be a message in the same row as the txs, which depends on NIDs, and is needed to create proofs to the txs. ideally we don't regenerate the entire square each time, but if that makes it easier then I say we do it and optimize later. one easy optimization is to encode the entire block data into shares, but then only erasure the relevant rows when creating proofs |
In a tx inclusion proof, we receive the block data already generated from core, why regenerate? |
Closing in favor of #1243 |
in #702 we're moving the tx inclusion code to the app, from which we can query it from core as part of #698. We will also have to update that code so that it follows the non-interactive defaults.
The text was updated successfully, but these errors were encountered: