-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Description
Objective
Implement ICS-23 (vector commitments) including the serialisable data types that will allow for the proof generation and verification of membership/non-membership proofs based on elements in the IBC stores.
The implementation of ICS-23 should utilise cosmos/ics23 and the types it defines to carry out verification of serialisable proofs without the need for the underlying tree structure.
Origin Document
Issue #794
Goals
- Integrate
cosmos/ics23proof verification into Pocket V1s IBC module - Create helper functions to convert
SparseMerkleProoftypes into the releventcosmos/ics23types
Deliverable
- Implement ICS-23 fully with its various methods and types
- Utilise
cosmos/ics23where possible
- Utilise
- Create helper functions to convert
SparseMerkleProofobjects into the relevantcosmos/ics23types - Add unit tests covering this functionality
Non-goals / Non-deliverables
- Change any existing SMT proof logic
General issue deliverables
- Update the appropriate CHANGELOG(s)
- Update any relevant local/global README(s)
- Update relevant source code tree explanations
- Add or update any relevant or supporting mermaid diagrams
Testing Methodology
- Task specific tests or benchmarks:
make ... - New tests or benchmarks:
make ... - All tests:
make test_all - LocalNet: verify a
LocalNetis still functioning correctly by following the instructions at docs/development/README.md - k8s LocalNet: verify a
k8s LocalNetis still functioning correctly by following the instructions here
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ibcIBC specific changesIBC specific changes
Type
Projects
Status
Done