Shoaib Ahmed

Results 43 issues of Shoaib Ahmed

Do you plan to implement support for the multi-party threshold (t,n) ECDSA described by Lindell et al. in their newer (2018) paper -> https://eprint.iacr.org/2018/987.pdf ?

It seems like ibc-go disallows packets with a zero timeout height and zero timeout timestamp in ibc-go -> https://github.com/cosmos/ibc-go/blob/48a6ae512b4ea42c29fdf6c6f5363f50645591a2/modules/core/04-channel/types/packet.go#L106-L108 But the [ICS004 spec: sendPacket](https://github.com/cosmos/ibc/tree/master/spec/core/ics-004-channel-and-packet-semantics#sending-packets) doesn’t require this -> ``` //...

needs discussion

Closes: #2338 ## Description This is the PR for merging the long-lived branch for ADR011 impl. Make sure the following points are addressed before merging -> - [ ] `ChannelReaderLightClient`...

adr011-impl

## Summary of Bug The create client handler is not verifying the initial consensus state. Te handler must allow the light client to decide if an initial consensus state is...

bug
modules

## Description An ADR for light client extraction by removal of `Any*` enums and replacing them with trait objects. [Rendered](https://github.com/informalsystems/ibc-rs/blob/hu55a1n1/adr011-light-client-extraction/docs/architecture/adr-011-light-client-crates-extraction.md) ______ ### PR author checklist: - [x] Added changelog entry,...

adr011-impl

Closes: #2335 ## Description ______ ### PR author checklist: - [ ] Added changelog entry, using [`unclog`](https://github.com/informalsystems/unclog). - [ ] Added tests: integration (for Hermes) or unit/mock tests (for modules)....

adr011-impl

## Summary The proto files generated by the proto-compiler do not compile out-of-the-box (see https://github.com/informalsystems/ibc-rs/issues/1374). They also include some unused files (see comment from @mzabaluev https://github.com/informalsystems/ibc-rs/pull/2278#pullrequestreview-1000923095). We currently fix these...

proto