hermes icon indicating copy to clipboard operation
hermes copied to clipboard

IBC Relayer in Rust

Results 256 hermes issues
Sort by recently updated
recently updated
newest added

## 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

Closes: #2338 ## Description This is the PR for merging the long-lived branch for ADR011 impl. Make sure the following points are addressed before merging -> - [ ] `ChannelReaderLightClient`...

adr011-impl

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...

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...

Closes: #2187 ## Status Ready for review config.toml [global] log_level = 'info' [mode.clients] enabled = true refresh = true misbehaviour = true [mode.connections] enabled = false [mode.channels] enabled = false...

enhancement
configuration

> 🚧 WIP in the [`anca/ibcnode`](https://github.com/informalsystems/ibc-rs/tree/anca/ibcnode) branch. ## Matrix Status | Tendermint indexer | IBC Node | Runtime | Hermes supervisor/ chain handle | Comments -- | -- | --...

psql
ibc node

## Summary Move all crates into a `crates` subfolder in the repository. ## Problem Definition We have too many files and folders at the root of the repository, which makes...

Closes: #XXX ## Description ______ ### PR author checklist: - [ ] Added changelog entry, using [`unclog`](https://github.com/informalsystems/unclog). - [ ] Added tests: integration (for Hermes) or unit/mock tests (for modules)....

Partially closes: #2479 ## Description Introduces a discovery phase to initialize the metrics. Changes : - `state.rs` now contains functions to initialize metrics specific to a chain / client /...

Closes: #XXX ## Description ______ ### PR author checklist: - [ ] Added changelog entry, using [`unclog`](https://github.com/informalsystems/unclog). - [ ] Added tests: integration (for Hermes) or unit/mock tests (for modules)....