Shoaib Ahmed

Results 29 comments of Shoaib Ahmed

You're welcome @marmelroy . And thank you for this cool library. I'm sorry I missed the swift script. I will look into it. Meanwhile, I was wondering if it would...

We might also want to consider ideas from -> https://rust-lang.github.io/api-guidelines/future-proofing.html, such as using `Sealed` traits, before releasing relayer `v1`.

## Tentative Proposal - [ ] Extend the `ChainHandle` trait to provide a method that gives access to the `maxExpectedTimePerBlock` param. - [ ] Use the `/header` endpoint to get...

I really like the idea of simplifying the config with chain `type`s. 👍 So IIUC, these chain `types` are like templates with predefined values for certain config options, right? Just...

Hi @lyqingye, we plan to test the connection delay feature more extensively as part of https://github.com/informalsystems/ibc-rs/issues/1836. This issue might be related to #1772 (as Adi noted), but can you describe...

# Detailed proposal Below is a more detailed proposal and an (opinionated) action plan -> * Phase 1 - Split the repositories into two with a passing CI. * Phase...

> I think the history should be preserved unchanged in both repositories after the split (without making it an official fork on GitHub). With my current proposal, the history will...

As discussed with @plafer and @romac, we decided to keep the proto crates in a different repository for now since both the relayer and modules currently depend on the raw...

Regarding the naming of the proto repo, I see that we already have an archived `ibc-proto` repository. (https://github.com/informalsystems/ibc-proto) I would prefer to reuse it but just wanted to ask if...

This is not an error, even `strlen()` from `string.h` doesn't check for NULL. The rationale behind this design decision is that you cannot check the length of something that doesn't...