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
{{ message }}
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
As we know, merkle proof can be divided into two category: existence proof and absence proof. So when we try to verify merkle proof firstly we should judge the proof type.
We can cherry pick from this PR: cosmos/cosmos-sdk#3449
I try to query an un exist object, but get unexpected response:
in my opinion, ProofOperators can not only prove an object exactly exist but can prove an object do not exist.
I don't know the key code is(maybe iavl), before I make more clean about this, put an issue in Tendermint
The text was updated successfully, but these errors were encountered: