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
The BatchProof and CompressedBatchProof within the CommitmentProof as unused (to the best of our knowledge). This code can be more complex than the common pattern used by ibc-go and causes unnecessary maintenance burden. Given the lack of immediate use case, the support for batch proofs and compressed batch proofs should be dropped. The code may always be added back when necessary
The
BatchProof
andCompressedBatchProof
within theCommitmentProof
as unused (to the best of our knowledge). This code can be more complex than the common pattern used by ibc-go and causes unnecessary maintenance burden. Given the lack of immediate use case, the support for batch proofs and compressed batch proofs should be dropped. The code may always be added back when necessaryBatchProof
,CompressedBatchProof
andCombineProofs
, refactor: removeBatchVerifyMembership
andBatchVerifyNonMembership
#390VerifyMembership
andVerifyNonMembership
API + function logic refactor: VerifyMembership and VerifyNonMembership api #391The text was updated successfully, but these errors were encountered: