cartesi / rollups-node

Reference implementation of the Cartesi Rollups Node
Apache License 2.0
20 stars 60 forks source link

[v.1.4.0] ClaimMismatch on authority-claimer #432

Open marcelstanley opened 1 month ago

marcelstanley commented 1 month ago

As reported by a community member, the authority-claimer:

doesn't seem to recover when running a dapp with cartesi cli version @cartesi/cli/0.14.0 linux-x64 node-v21.7.2".

๐Ÿ™‚ Expected behavior

๐Ÿซ  Actual behavior

Error DuplicatedClaimError { source: ClaimMismatch { expected_first_index: 37, claim_first_index: 36, claim_last_index: 39 } } service=authority-claimer occurs and the authority-claimer exits, bringing the node to a full stop.

Full logs: compassionate_brattain_logs-ONLY_FIRST_RUN.txt

๐Ÿงช Minimal test case

No test case available so far.

๐ŸŒŽ Environment

marcelstanley commented 1 month ago

The issue can be reproduced on v1.3.0 as well.

marcelstanley commented 1 month ago

Removed the test case steps from the issue description as the issue was not really reproducible on devnet, that was a false alarm. We cannot confirm it's reproducible on 1.3 as well. Hence the comment above is not valid.

marcelstanley commented 3 weeks ago

We were able to reproduce the issue and we're currently investigating some solutions. We'll keep you posted about our progress.