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
When querying for k/v state via ABCI, we seem to be missing proof verification in Context#queryABCI. You can see this in v0.46 here. In fact, this makes the if branch completely irrelevant!
I looked back at previous versions and this seems to be missing for many of them. Last version I can find proof verification at is v0.39 here.
Summary of Bug
When querying for k/v state via ABCI, we seem to be missing proof verification in
Context#queryABCI
. You can see this in v0.46 here. In fact, this makes theif
branch completely irrelevant!I looked back at previous versions and this seems to be missing for many of them. Last version I can find proof verification at is v0.39 here.
Was this done on purpose @aaronc?
Version
main
and all versions >v0.39.x
The text was updated successfully, but these errors were encountered: