-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Tracking issue for tendermint v0.34 #6365
Comments
This might be relevant here. The new evidence that can be detected and committed to a block is:
It is also possible to commit PotentialAmnesiaEvidence but the consensus algorithm alone won't do it. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
phantomevidence was removed |
tm-db 0.6.x is returning more errors now instead of panicking. A walkthrough of the code base is recommended to check errors. |
@marbar3778 is it required for 0.40 that we update x/evidence to hande the new evidence types above? |
It is recommended but if not then IF something happens the sdk wont handle it. @cwgoes if the evidence updates don't land in 0.40 would it be a problem? |
The SDK definitely needs to handle all evidence types Tendermint might send over ABCI and slash validators accordingly, yes. |
@marbar3778 , there are still few open issue. |
Everything from the Tendermint side is almost complete, outstanding is evidence. The only thing I would say is outstanding on the SDK side is block pruning support. |
Thanks, are there going to be any changes which will require updates on this work (SDK side)? |
I don't see any changes needed after your PR is merged, but take that with a grain of salt. lol 😄 |
This issue can be closed, not sure the benefit of keeping it open for only updating to the latest release of tendermint? |
This issue is meant as a tracking issue for the upcoming tendermint release and things that need to be completed in the sdk:
InitChain
#7020 (PR Return app_hash in InitChain #7208)Here is the Tendermint v0.34 tracking issue: tendermint/tendermint#5288
For Admin Use
The text was updated successfully, but these errors were encountered: