-
Notifications
You must be signed in to change notification settings - Fork 289
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
Move evidence from data square back to Tendermint block #950
Comments
https://github.com/celestiaorg/celestia-core/blob/9002f1bf6be303d2a6f46865ead288812fc9a49a/types/block.go#L1014 makes me think that Evidence was never actually removed from the Tendermint block. @liamsi are you aware of commits or modifications in celestia-core that need to be reverted? |
This is the change in question: celestiaorg/celestia-core#19 Particularly, block.go: This might look like this it does not matter where that field is but in fact only block.Data gets erasure coded and can sampled. Also, the evidence is currently part of the data root. Before we revert this though, we should capture the rationale of WHY we would want to revert this. As @musalbas said, we should park this for a bit before acting on it. |
The rationale for reverting is:
|
removed the epic tag for now, as this can be accomplished with 1 PR in core, and a PR here to update/delete code in the shares package. pls feel free to change if we think other wise. |
Done via celestiaorg/celestia-core#894 and #1068 |
Context
During the QGB Slashing design finalization meeting, we decided to remove evidence from the data square back to the Tendermint block. This likely involves changes in
pkg/shares
and celestia-coreTasks
pkg/shares
#1068The text was updated successfully, but these errors were encountered: