Adi Seredinschi

Results 52 issues of Adi Seredinschi

_Note:_ This is a suggestions that came up in a conversation with @soareschen . ## Context The IBC packet forward middleware v1.0.1 was added to the Hub features in the...

testing
infrastructure
protocol

## Summary Goals: - learn from their design decisions - compare performance Preliminary findings > last few blocks are cached so they save on client update queries during relaying. Also...

## Summary - [SDK 0.43 is discontinued for some time](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.44.0), we should: - [ ] clearly signal that Hermes is no longer compatible with 0.43 in the changelog - [...

blocked

## Summary Hermes `clear_interval` sometimes doesn't work (when WS events are missing), and overall the feature is confusing. The problem with `clear_interval` was signaled by one more user in issue...

## Crate `ibc-relayer` and `ibc-relayer-cli` ## Summary We're adapting the `relayer` and `ibc` modules to support interoperability with non-SDK chains. In this context, we may want to allow operators to...

cli
user experience
configuration
non-cosmos-chains

## Problem Often, operators need to invoke `clear packets` CLI and run that in parallel with `hermes start`. Currently we don't support this use case: the `start` process has to...

enhancement
good first issue
user experience

## Crate `relayer` ## Summary A connection (https://github.com/informalsystems/ibc-rs/pull/1019) or channel worker starts up when a chain emits a specific events of type handshake (e.g., conn open init, or chan open...

enhancement
question
relayer

## Crate mostly `ibc` ## Summary Looking at the code now that this new `Protobuf` type is kicking in, I'm wondering if we should not adapt our practice of calling...

good first issue
code-hygiene

## Crate ## Summary Add support in Hermes to detect a chain upgrade and to automatically trigger the upgrading of all clients which target the upgraded chain. ## Problem Definition...

O: new-feature
I: logic
O: tests
O: usability

I document the config.toml option in 16fc6a2 but left that segment of the configuration file commented-out. The reason for keeping this option a bit hidden is that it may be...

bug
relayer
user experience
configuration