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
In 03-connection verify.go, the core IBC store should be passed to VerifyMembership and VerifyNonMembership when operating on the 09-localhost client.
A special case handling should be added to provide this functionality.
If the client type is localhost, then we should pass the core IBC store. Otherwise, the client prefixed store should be passed for other client types.
Summary
In
03-connection
verify.go, the core IBC store should be passed toVerifyMembership
andVerifyNonMembership
when operating on the09-localhost
client.A special case handling should be added to provide this functionality.
If the client type is localhost, then we should pass the core IBC store. Otherwise, the client prefixed store should be passed for other client types.
See reference from #2700.
The sample code above can be refactored. The status check can be removed and performed inside the verification handler.
For Admin Use
The text was updated successfully, but these errors were encountered: