Luca Joss

Results 45 issues of Luca Joss

## Summary As more chains will enable the ICS29 module, running Hermes integration tests for ICS29 with additional chains will help prepare when this will be used in production. ##...

O: tests
A: blocked
I: CI/CD
O: ics29-fee

## Proposal In Hermes test framework it is sometimes required to parse JSON output of CLIs. As suggested in this comment, https://github.com/informalsystems/hermes/pull/3694#discussion_r1395448432, the test framework should use struct that match...

## Summary Ibc-go simapp `v7.1.0` introduced a localhost lightclient https://github.com/cosmos/ibc-go/blob/v7.1.0/CHANGELOG.md#features. The current version of Hermes `v1.5.1` does not handle the localhost client, https://github.com/informalsystems/hermes/blob/v1.5.1/crates/relayer/src/client_state.rs#L136. ## Proposal - [ ] Update `ibc-proto-rs`...

O: new-feature
E: localhost

## Summary [Band Protocol](https://www.bandprotocol.com/) has a patched Hermes which has the possibility to configure a delay when relaying packets, https://github.com/bandprotocol/hermes. The possibility to configure the delay per channel would be...

O: new-feature

Closes: #XXX ## Description This PR explore the changes required to relay between Dymension and RollupEVM. In order to identify if what works and what requires changes, this PR adds...

## Background ICS20 v2 will introduces multiples features which require changes on Hermes. This issue will track all the changes needed in Hermes. ## Tasks - [ ] ICS20 Multidenom...

A: tracking
O: ics20-v2

Closes: #4072 ## Description This PR replaces the info log `pulled packet data for {} events out of {} sequences: {};` with a warning when no packet data was pulled....

## Proposal The current version of Hermes, v1.10.0, will output the number of packet data queried from the Node when clearing packets, https://github.com/informalsystems/hermes/blob/v1.10.0/crates/relayer/src/link/packet_events.rs#L44. If there is an issue with the...

## Proposal Following this comment, https://github.com/informalsystems/hermes/pull/4041#pullrequestreview-2128705806, this issue will be used to discuss the filtering features in Hermes. There have been multiple issues related to filtering in Hermes. There are...

I: logic
O: usability
I: configuration