-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
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
Convert simple proof to ics23 proof #6390
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6390 +/- ##
==========================================
- Coverage 55.60% 51.33% -4.27%
==========================================
Files 457 303 -154
Lines 27440 17098 -10342
==========================================
- Hits 15257 8778 -6479
+ Misses 11083 7738 -3345
+ Partials 1100 582 -518 |
@@ -109,36 +109,6 @@ func TestVerifyMultiStoreQueryProof(t *testing.T) { | |||
require.NotNil(t, err) | |||
} | |||
|
|||
func TestVerifyMultiStoreQueryProofEmptyStore(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note proofs of empty stores no longer supported. Is this something we need?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not for IBC at least. Maybe useful for some other application use-case?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
@@ -109,36 +109,6 @@ func TestVerifyMultiStoreQueryProof(t *testing.T) { | |||
require.NotNil(t, err) | |||
} | |||
|
|||
func TestVerifyMultiStoreQueryProofEmptyStore(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not for IBC at least. Maybe useful for some other application use-case?
Description
Simple PR that builds off work in #6323
Converts the SimpleProof in rootmultistore to
ics23.CommitmentProof
ProofRuntime now relies solely on CommitmentProof
closes: #5842
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorer