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

RetrievalProviderNode, StorageProviderNode, RetrievalClientNode, and StorageClientNode should provide a TipSet identifier when querying blockchain #148

Closed
laser opened this issue Mar 13, 2020 · 0 comments
Assignees

Comments

@laser
Copy link
Contributor

laser commented Mar 13, 2020

Why does this ticket exist?

When a provider or client needs some information from the chain, they need to provide the a tipset identity such that a sequence of queries which are intended to be against a single chain state are guaranteed to be against the same chain state.

Note: A tipset height does not serve as identity due to re-orgs (tipset X at height 10 may be reorged out of existence, replaced with tipset Y).

Acceptance Criteria

  • each *Node interface must expose a method used to get the current chain head's tipset identity
  • each Get* method (used to query chain state) must accept a tipset identity to which the query is scoped
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

No branches or pull requests

2 participants