We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tendermint version: v0.34.14 and master(233f40963f5e26ea34a8d546d83714dc96600d7f) ABCI app: Cosmos-sdk and https://github.com/zigbee-alliance/distributed-compliance-ledger
233f40963f5e26ea34a8d546d83714dc96600d7f
What happened:
verify absence proof: key path string must start with a forward slash '/'
What you expected to happen:
Have you tried the latest version: yes
I believe the reason is that not a full path (without a store prefix) is passed to VerifyAbsence function in https://github.com/tendermint/tendermint/blob/master/light/rpc/client.go.
VerifyAbsence
The text was updated successfully, but these errors were encountered:
Fix: #7639
Sorry, something went wrong.
Is this still open?
Successfully merging a pull request may close this issue.
Tendermint version: v0.34.14 and master(
233f40963f5e26ea34a8d546d83714dc96600d7f
)ABCI app: Cosmos-sdk and https://github.com/zigbee-alliance/distributed-compliance-ledger
What happened:
verify absence proof: key path string must start with a forward slash '/'
What you expected to happen:
Have you tried the latest version: yes
I believe the reason is that not a full path (without a store prefix) is passed to
VerifyAbsence
function in https://github.com/tendermint/tendermint/blob/master/light/rpc/client.go.The text was updated successfully, but these errors were encountered: