-
Notifications
You must be signed in to change notification settings - Fork 751
Closed
Description
Summary
Sub-issue of #1145
Pre-requirements:
- Add VerifyMembership/VerifyNonMembership to 07-tendermint #1291
- Add VerifyMembership/VerifyNonMembership to 06-solomachine #1292
Replace usage of:
-
VerifyClientState -
VerifyConsensusState -
VerifyConnection -
VerifyChannel -
VerifyPacketCommitment -
VerifyAcknowledgement -
VerifyPacketReceipt -
VerifyPacketReceiptAbsence
with the generic VerifyMembership and VerifyNonMembership functions.
Mostly likely can be done in a single pr, assuming the diffs don't get too large due to some unforseen issue. If there's a change that requires discussion, please split up the pr
For Admin Use
- Not duplicate issue
- Appropriate labels applied
- Appropriate contributors tagged/assigned
Reactions are currently unavailable