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

Review comments: #107

Merged

Conversation

liamsi
Copy link
Member

@liamsi liamsi commented Dec 28, 2019

Some changes to #100 in separate PR to s.t. other PRs (#104, #105 etc) don't need to rebase / merge

  • Referenced an issue explaining the need for the change
  • Updated all relevant documentation in docs
  • Updated all code comments where relevant
  • Wrote tests
  • Updated CHANGES.md

 - update some comments / documentation
 - verify vals (not next vals)
 - store header and vals in trusted state
tendermint/src/lite/verifier.rs Outdated Show resolved Hide resolved
tendermint/src/lite/verifier.rs Outdated Show resolved Hide resolved
tendermint/src/lite/verifier.rs Outdated Show resolved Hide resolved
…sts_bisect' into light/review_comments_changes

# Conflicts:
#	tendermint/src/lite/verifier.rs
@liamsi
Copy link
Member Author

liamsi commented Dec 28, 2019

Merging this as it's probably better to have only one open PR regarding the light client instead of several.

@liamsi liamsi merged commit 8a95d9f into ismail/light_store_requests_bisect Dec 28, 2019
@liamsi liamsi deleted the light/review_comments_changes branch December 28, 2019 18:23
ebuchman added a commit that referenced this pull request Dec 29, 2019
* Add bisection to light client module:

 - implement `can_trust` according to the latest spec CanTrustBisection (wip)
 - add a `Requester` and a `Store` trait
 - sue refs in parameters (as they are used in several places and we don't want to Copy)

* Group params h1 & ha_next_vals into a type `TrustedState`

 - reduce params to clippy threshold (7); still a lot ...
 - rename vars for better readability

* Add VerifyHeader logic from spec:

 - rename expired to is_within_trust_period to be closer to the spec
 - use TrusteState trait in check_support params
 - use TrusteState in lite tests

* Review: doc improvements and minor improvements on naming

* Review: doc improvements

* More doc improvements

* Minor doc improvement

* MockHeader and test_is_within_trust_period (#104)

* MockHeader and test_is_within_trust_period

* remove Validator trait; make ValidatorSet associated to Commit (#105)

* remove Validator trait; make ValidatorSet associated to Commit

* remove stale comment

* Fix clippy errors (#108)

* Review comments: (#107)

* Review comments:

 - update some comments / documentation
 - verify vals (not next vals)
 - store header and vals in trusted state

* One offs & renaming related to trusted state

* Rename & remove redundant store of trusted state: c
 - an_trust -> can_trust_bisection
 - remove a redundant check for trust period
 - remove redundant adding state to the store (added TODO)

* Bucky/some light follow up (#109)

* use ? instead of return Err(err)

* remove unused errors

* move a validation and add TODOs about them

* check_support returns early for sequential case

* drop let _ =

* add comment to voting_power_in about signers

Co-authored-by: Ethan Buchman <ethan@coinculture.info>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants