Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
marcelstanley opened this issue May 29, 2024 · 3 comments · Fixed by #445
Closed

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

marcelstanley opened this issue May 29, 2024 · 3 comments · Fixed by #445
Assignees
Labels
! High priority bug Something isn't working
Milestone

Comments

@marcelstanley
Copy link
Collaborator

marcelstanley commented May 29, 2024

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

  • Claims should be sent at the end of every epoch and duplicate ones should be discarded.
  • The authority claimer should keep working.

🫠 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

  • @cartesi/cli/0.14.0 linux-x64 node-v21.7.2 (Rollups Node 1.4.0)
  • Sepolia network
@marcelstanley marcelstanley added the bug Something isn't working label May 29, 2024
@marcelstanley marcelstanley self-assigned this May 29, 2024
@marcelstanley marcelstanley changed the title ClaimMismatch on authority-claimer [node v.1.4.0] ClaimMismatch on authority-claimer May 29, 2024
@marcelstanley marcelstanley changed the title [node v.1.4.0] ClaimMismatch on authority-claimer [v.1.4.0] ClaimMismatch on authority-claimer May 29, 2024
@marcelstanley
Copy link
Collaborator Author

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

@marcelstanley
Copy link
Collaborator Author

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
Copy link
Collaborator Author

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

@marcelstanley marcelstanley added the ! High priority label Jun 12, 2024
@renan061 renan061 linked a pull request Jun 15, 2024 that will close this issue
@marcelstanley marcelstanley added this to the 1.5.0 milestone Jun 18, 2024
@marcelstanley marcelstanley changed the title [v.1.4.0] ClaimMismatch on authority-claimer [v.1.4.0] DuplicatedClaimError on authority-claimer Jun 19, 2024
@marcelstanley marcelstanley changed the title [v.1.4.0] DuplicatedClaimError on authority-claimer [v.1.4.0] ClaimMismatch on authority-claimer Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
! High priority bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants