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

🐞 [Bug]: Fuzzing issue -- Timestamp does not match current slot #398

Closed
2 of 3 tasks
KitHat opened this issue Jan 9, 2025 · 0 comments · Fixed by #402
Closed
2 of 3 tasks

🐞 [Bug]: Fuzzing issue -- Timestamp does not match current slot #398

KitHat opened this issue Jan 9, 2025 · 0 comments · Fixed by #402
Assignees
Labels
bug Something isn't working needs triage Needs to be assigned the appropriate labels.

Comments

@KitHat
Copy link
Member

KitHat commented Jan 9, 2025

templates

  • Generic Runtime Template
  • Evm Template

What happened?

initializing block 1
thread 'main' panicked at /Users/nikitakhateev/projects/polkadot-runtime-template/generic-template/template-fuzzer/.cargo/git/checkouts/polkadot-sdk-cff69157b985ed76/16b0fd0/substrate/frame/aura/src/lib.rs:400:9:
assertion `left == right` failed: Timestamp slot must match `CurrentSlot`
  left: Slot(1)
 right: Slot(0)

Expected behavior

No such error in the fuzzing run

Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines
@KitHat KitHat added bug Something isn't working needs triage Needs to be assigned the appropriate labels. labels Jan 9, 2025
@KitHat KitHat self-assigned this Jan 13, 2025
@KitHat KitHat mentioned this issue Jan 13, 2025
5 tasks
@github-project-automation github-project-automation bot moved this from 🗒 Backlog to ✅ Done in Substrate Runtime Templates Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage Needs to be assigned the appropriate labels.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant