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
This is a flaky scenario. After #231 (running relayer on background) and #236 (use osmosisd in e2e tests), we see the following error on our ics20 tests:
2025-01-29T15:08:50.762328Z INFO hermes_starknet_integration_tests::tests::light_client: initial Cosmos consensus state height 62 and root: [204, 165, 199, 153, 17, 157, 23, 90, 143, 82, 72, 96, 219, 83, 81, 82, 58, 224, 27, 206, 86, 83, 18, 113, 226, 147, 127, 206, 244, 226, 6, 171] on Starknet
2025-01-29T15:08:52.766621Z INFO hermes_starknet_integration_tests::tests::light_client: updating Starknet client to Cosmos to height 50 and root: [1, 244, 119, 52, 49, 71, 98, 90, 51, 241, 125, 82, 152, 34, 194, 228, 244, 44, 117, 6, 160, 214, 122, 33, 98, 61, 182, 25, 77, 128, 218, 232]
2025-01-29T15:08:56.360787Z INFO hermes_starknet_integration_tests::tests::light_client: updating Cosmos client to Starknet to height 3062356628-68
test tests::light_client::test_starknet_light_client ... FAILED
failures:
failures:
tests::light_client::test_starknet_light_client
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 3 filtered out; finished in 77.95s
──── STDERR: hermes-starknet-integration-tests tests::light_client::test_starknet_light_client
Error: ContractError: Execution failed. Failure reason: 0x49435330373a206d697373696e6720636f6e73656e737573207374617465 ('ICS07: missing consensus state').
This is a flaky scenario. After #231 (running relayer on background) and #236 (use
osmosisd
in e2e tests), we see the following error on our ics20 tests:Example run of this error: https://github.com/informalsystems/ibc-starknet/actions/runs/13042694432/job/36387747548
The text was updated successfully, but these errors were encountered: