Soares Chen

Results 24 issues of Soares Chen

There are a number of places in the English specs that use `u64` as timestamp or duration fields, but with the unit unspecified. One would have to look into the...

from-review

When I have `*.*\~` as an entry in `.gitignore`, The library produces the following error: ``` error: invalid regular expression '(^|.*/)[^/]*\.[^/]*\~' ``` This has been tested on the latest commit...

## Description Draft documentation: https://ibc-rs.netlify.app ______ ### PR author checklist: - [ ] Added changelog entry, using [`unclog`](https://github.com/informalsystems/unclog). - [ ] Added tests: integration (for Hermes) or unit/mock tests (for...

relayer-next

Partial fix for #2350 ## Description This PR adds a hidden chain configuration `sequential_batch_tx`, which will cause the relayer to submit batched messages in serial after the previous transaction is...

## Description This is a work in progress to support ICS29 fee middleware. This branch tracks the changes made in https://github.com/cosmos/ibc-go/pull/276, which is not yet merged. Tasks: - [x] #1968...

ics29-fee

## Summary The test can probably be written as an `NaryConnectionTest`. It seems like we probably also need to modify the core channel logic in `ibc-relayer` to make it possible...

testing

## Summary A number of changes are needed for running `ibc-integration-test` using `evmosd`. ## Problem Definition There are a number of incompatibilities when running the current integration test suite with...

testing

## Summary We should be able to specify multiple chain executables, e.g. `gaia5` and `gaia6`, and use them to initialize different chains in the binary and N-ary tests. ## Problem...

testing

## Summary Move implementation code into `crate::internal`, and explicitly export public APIs at the top level. ## Problem Definition Rust's approach for hiding private APIs and exposing public APIs is...

## Summary This issue tracks the outstanding GRPC APIs that are required for the relayer to efficiently perform relaying on incentivized packets. Feedback needs to be given to https://github.com/cosmos/ibc-go/pull/276 before...

ics29-fee