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
We are making an abci query to our cosmos chain and try to verify the proof. For this, we are attempting to use the ics23::verify_membership function but it always returns false (the calculated root does not match the root hash from the block). we have ascertained that the abci query response is correct. Could you please help with this issue?
Thanks.
Below is the code we are using for the verification:
Hey.
We are making an abci query to our cosmos chain and try to verify the proof. For this, we are attempting to use the
ics23::verify_membership
function but it always returns false (the calculated root does not match the root hash from the block). we have ascertained that the abci query response is correct. Could you please help with this issue?Thanks.
Below is the code we are using for the verification:
Update:
I tried defining the
spec
dynamically based on the proof but the issue is still there.The text was updated successfully, but these errors were encountered: