Luca Joss
Luca Joss
Closes: #2487 ## Description ### Error 1: "Too much gas wanted" For this issue Hermes report has been changed from "success" to "submitted" to avoid confusion. ### Error 2: "out...
Closes: #2728 ## Description Following the split of the repository, many links in the repository point to invalid locations or point to the old repository github.com/informalsystems/ibc-rs instead of github.com/informalsystems/hermes. This...
Closes: #2726 ## Description The command `hermes keys balance` only output the balance of the config's `gas_price` denomination. This PR adds an optional flag `--denom` which allows the user to...
## Summary Following the split and renaming of the `ibc-rs` repository, some links are broken and some links point to the old location of the repository, `github.com/informalsystems/ibc-rs` instead of `github.com/informalsystems/hermes`....
## Summary There are many `ConfigValidation...` errors. These could be refactored using an enum. See comment https://github.com/informalsystems/ibc-rs/pull/2537#discussion_r949903850. ## Proposal Refactor errors related to configuration validation in `relayer/src/errors.rs` in order to...
Closes: #XXX ## Description This PR adds a tests for relaying messages from `authz` ______ ### PR author checklist: - [ ] Added changelog entry, using [`unclog`](https://github.com/informalsystems/unclog). - [ ]...
## Summary of Bug Hermes integration tests use the `CachingChainHandle`. There are situations where this could cause errors in the integration tests due to timeout. For example when testing the...
## Summary Hermes sometimes detects events which should be acted upon, these might be logged as warning but can be easily missed. ## Problem Definition Here are two potential use...
## Summary Add tests for different channel upgrade scenarios. ## Proposal Add tests for the following channel upgrade cases: * 4 tests, for upgrading each individual field: * upgrading `Version`...
## Proposal Osmosis `v15.0.0` introduced packet forwarding, https://github.com/osmosis-labs/osmosis/blob/main/CHANGELOG.md#features-1. Osmosis can now be included to the chains running the packet forwarding tests ## Acceptance Criteria - [ ] Run packet forwarding...