-
Notifications
You must be signed in to change notification settings - Fork 224
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-node: Initialization Follow up #484
Comments
This is related to some specification work tendermint/spec#131. |
Per #422, consider using the builder pattern to streamline creation of the light client instance |
hey @romac, does #583 sufficiently address the second bullet point in this issue? @milosevic do we need to do anything more re the spec for initialization? |
Since the second point is marked as done and the specs have moved to https://github.com/tendermint/spec, I'm going to close this. Feel free to reopen if there's anything still needed for this issue that's relevant to this repo. |
Original issue #293 (comment) was closed with #430. This is a breakout issue from #442.
Two main pieces:
light-client
crate needs to expose functions for initialization. Currently the caller has to do some IO and set things up itself (light-node: cli #430 (comment))The text was updated successfully, but these errors were encountered: