We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the Vetomint implementation doesn't detect misbehavior and report ViolationReport
ViolationReport
Note that some behaviors should be detected by the lower layer: the consensus module
The text was updated successfully, but these errors were encountered:
reference research for this issue
https://github.com/tendermint/tendermint/blob/main/behaviour/doc.go
https://github.com/informalsystems/tendermint-rs/blob/main/tendermint/src/evidence.rs#L23C9-L23C9
Evidence list to detect for violation report https://github.com/tendermint/spec/blob/d46cd7f573a2c6a2399fcab2cde981330aa63f37/spec/core/data_structures.md#evidence
Sorry, something went wrong.
No branches or pull requests
Currently the Vetomint implementation doesn't detect misbehavior and report
ViolationReport
Note that some behaviors should be detected by the lower layer: the consensus module
The text was updated successfully, but these errors were encountered: