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
Once #5806 is merged to main, it makes sense to move over the solo machine client state Initialize implementation into the light client module implementation as it is quite basic. It asserts that the provided consensus state matches the consensus state in the client state state and the sets the client state to store
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
The text was updated successfully, but these errors were encountered:
Worth pointing out that multiple of solomachine's impls can be folded into the light client functions now.
In addition to that, we can also very easily make all these previously exported functions private (Assumption would be API is now defined on the light client module interface and the now trimmed down ClientState one)
Summary
Once #5806 is merged to main, it makes sense to move over the solo machine client state
Initialize
implementation into the light client module implementation as it is quite basic. It asserts that the provided consensus state matches the consensus state in the client state state and the sets the client state to storeFor Admin Use
The text was updated successfully, but these errors were encountered: