Soares Chen
Soares Chen
I am using a pinned version of gitignore.nix directly, so it should be in latest version already. Specifically, commit `c4662e662462e7bf3c2a968483478a665d00e717`. Anyway this is not a big issue, as I simply...
Here is a summary from recent discussions: ## Interaction with account sequence in Cosmos SDK - At the moment it is unclear how the prioritized mempool would interact with the...
Here is a summary of recent discussions with the Tendermint and Cosmos SDK teams on this issue: - Priority Mempool has a _per-node_ configuration. - The default configuration is to...
#2543 is merged, but haven't fully resolved the workaround. This is because the `relay_from_operational_data` function is using the `AsyncSender`, which calls `send_messages_and_wait_check_tx` instead of `send_messages_and_wait_commit`. We would need to also...
Yes, it should be done before a stable API release.
@ljoss17 your changes are causing the integration tests to hang indefinitely. Can you merge #2567 to your branch and also fix the tests?
I only see error messages in the first log. The message says: ``` diagnostic: the price configuration for this chain may be too low! please check the `gas_price.price` Hermes config.toml...
Integration tests will be added before merging is ready.
This would be useful for testing issues such as #2433, where the problem with relaying occur when connecting between two different chain implementations.
I tried to do a full trace of an example error message to see how it is propagated. There is a complicated path from the Hermes relayer to the IBC...