You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On CI sometimes we get the following error with ics20.rs with the auto-relaying.
...
2025-02-06T11:54:08.692420Z INFO hermes_starknet_integration_tests::tests::ics20: starknet balance after transfer back: 0-0x1a6a0e957ae911bf742f617ef05fb751b932b1801f1969b749373c42912d706
2025-02-06T11:54:08.692450Z INFO hermes_starknet_integration_tests::tests::ics20: erc20 token address: 0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7
2025-02-06T11:54:08.693865Z INFO hermes_starknet_integration_tests::tests::ics20: erc20 balance on starknet: 1000000000000000000000-0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7
2025-02-06T11:54:10.853898Z INFO hermes_starknet_integration_tests::tests::ics20: cosmos ibc denom: Ibc { path: "transfer/channel-0", denom: "2087021424722619777119509474943472645767659996348769578120564519014510906823", hashed: "ibc/5B7A65CDD50ACC8DB611381DA03DDE826FACAE1C3816E61F68B529438947B1D7" }
2025-02-06T11:54:11.869490Z INFO hermes_starknet_integration_tests::tests::ics20: starknet balance after transfer from starknet: 999999999999999999000-0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7
2025-02-06T11:54:12.[630](https://github.com/informalsystems/ibc-starknet/actions/runs/13178025139/job/36781828671?pr=256#step:8:631)527Z INFO hermes_starknet_integration_tests::tests::ics20: cosmos balance after transfer back to starknet: 0ibc/5B7A65CDD50ACC8DB611381DA03DDE826FACAE1C3816E61F68B529438947B1D7
2025-02-06T11:54:13.635480Z ERROR hermes_tracing_logging_components::impls::relay: failed to relay packet packet=seq:2, path:channel-0/transfer->channel-0/transfer, toh:no timeout height, tos:Timestamp(2025-02-06 11:55:40.520219)) src_chain_id=cosmos-1107811917 dst_chain_id=393402133025997798000961 error=StarknetError: TransactionExecutionError(TransactionExecutionErrorData { transaction_index: 0, execution_error: "Account transaction nonce is invalid." })
On CI sometimes we get the following error with
ics20.rs
with the auto-relaying.Example: https://github.com/informalsystems/ibc-starknet/actions/runs/13178025139/job/36781828316
The text was updated successfully, but these errors were encountered: