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
During connection establishment all self client validation is skipped, and will have to be done manually when opening a new channel.
41
+
### Manual connection verification
42
+
(These steps can be omitted if the connection was established by a relay that you trust)
43
+
To verify that a counterparty has stored the correct clientState or consensus state, find the latest BTP block that should be on the client and compare that to what is on the light client.
44
+
Easiest way is to manually verify it on the counterparty client by fetching the client or consensus state directly from the client. But can also be proved through verifyMembership on the lightClient on ICON.
45
+
46
+
A btp block can be fetched [Block](https://github.com/icon-project/goloop/blob/master/doc/btp2_extension.md) GET request.
47
+
Which can then be compared with the states in the light client:
0 commit comments