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

Request for tendermint go like APIs (VerifyCommitLight() and VerifyCommitLightTrusting()) #1222

Closed
hu55a1n1 opened this issue Nov 4, 2022 · 0 comments · Fixed by #1226
Closed
Labels
enhancement New feature or request

Comments

@hu55a1n1
Copy link
Member

hu55a1n1 commented Nov 4, 2022

Description

Would be nice to have rust equivalents for Tendermint go's VerifyCommitLight() and VerifyCommitLightTrusting().

Definition of "done"

Publicly accessible verifier methods similar to the go impl ->

verifier.verify_commit_light();
verifier.verify_commit_light_trusting();
@hu55a1n1 hu55a1n1 added the enhancement New feature or request label Nov 4, 2022
@hu55a1n1 hu55a1n1 changed the title Request for tendermint go like APIs (VerifyCommitLight() and VerifyCommitLightTrusting()) Request for tendermint go like APIs (VerifyCommitLight() and VerifyCommitLightTrusting()) Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant