You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(docs): latest valid ancestor store methods (#2669)
**Motivation**
The `Store` methods `set_latest_valid_ancestor` &
`get_latest_valid_ancestor` can be confusing without proper
documentation. These methods were properly documented on the
`StoreEngine` trait, but they were not documented in the `Store`
structure where they will be most often called from. This PR adds
documentation for these methods on the `Store` implementation while also
simplifying it, as the internal trait documentation provides more
information on the context and design choices/requirements for the
implementation which are not necessary for the top-level methods.
<!-- Why does this pull request exist? What are its goals? -->
**Description**
* Add doc comments for `Store` methods `set_latest_valid_ancestor` &
`get_latest_valid_ancestor`
<!-- A clear and concise general description of the changes this PR
introduces -->
<!-- Link to issues: Resolves#111, Resolves#222 -->
Closes None
0 commit comments