-
Notifications
You must be signed in to change notification settings - Fork 231
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
Light Client minor improvements #138
Comments
Possibly break this up into two issues. Memoizing isn't important for https://github.com/informalsystems/tendermint-rs/milestone/1 but some good form of logging probably is |
It isn't clear to me what the motivation or expectation is here. Is it possible that we want to know what blocks were part of a verification path? In which case this might be fulfilled by the tendermint-rs/light-client/src/state.rs Lines 32 to 42 in 740cb66
If not, it would be great to update the description of this issue with what we want and why. |
I think we can close for now |
Follow up to #110 Types:
.hash()
(Light client impl followup #96 (comment))Also follow up to PR review:
The text was updated successfully, but these errors were encountered: