h5law

Results 14 issues of h5law

## Overview Currently the `cosmos/ics23` library has support for the range proofs used to prove non-membership done by Penumbra's JMT [1]. The use of a range proof is common across...

## Objective Relayers need to use identifiers to specify clients, connections, channels and ports. Currently the identifiers are generated randomly. However, to aid the relayers they should be semi-structured. The...

ibc

## Description ### Summary generated by Reviewpad on 26 Jul 23 10:09 UTC This pull request introduces various changes across multiple files in the codebase. Here is a summary of...

waiting-for-review
e2e-devnet-test
large
ibc

**_Note: This PR is still a WIP and will be rebased in the future to clean up the commits. Remaining for this PR: Tests?, ???_** ## Description ### Summary generated...

do not merge
large
ibc

## Overview Currently during the `Verify` method on the `RingSig` type we ensure the ring signature is valid. However, as long as the ring was valid on creation any signatures...

## Objective Implement an ICS-08 conforming IBC light client in Rust to track and verify the Pocket V1 network ## Origin Document Issue #912 ## Goals - Create a WASM...

ibc

## Objective Implement a submodule in the `kvstore` directory for a [`RocksDB`](https://rocksdb.org/) - Look into [IOTA's `rocksdb`](https://pkg.go.dev/github.com/iotaledger/hive.go/kvstore/rocksdb) and see whether this can be used. The [repo](https://github.com/iotaledger/hive.go/tree/develop/kvstore/rocksdb) - Look into [`Pebble`...

enhancement
kvstore

## Objective Improve the serializaiblity & portability of the 3 proof types. ## Goals - Decrease the size of the compacted proofs - Understand the impact of these changes on...

enhancement

## Objective Add support for the "range based" non-membership proof types used in the `cosmos/ics23` library. ## Origin Document [`cosmos/ics23` issue #152](https://github.com/cosmos/ics23/issues/152) ## Goals - Add a new `ProveExclusion` function...

enhancement

## Objective Following the merge of PR #6 the `DeepSparseMerkleSubTree` type was removed. This issue aims to re-implement/add a new DeepSubTrie, now using the lazy loaded SMT as its base,...

enhancement