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

Ignore weak subj #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Ignore weak subj #14

wants to merge 1 commit into from

Conversation

Marketen
Copy link
Contributor

If teku has a db initialized when starting, and db latest block is from a long time ago, teku will panic if flag --ignore-weak-subjectivity-period-enabled is not set

2024-10-30 12:51:53.593 INFO  - Initializing storage
2024-10-30 12:51:55.839 INFO  - Storage initialization complete
2024-10-30 12:51:55.839 WARN  - Not loading specified initial state as chain data already exists.
2024-10-30 12:51:56.180 FATAL - Teku failed to start
java.util.concurrent.CompletionException: java.lang.IllegalStateException: Cannot sync outside of weak subjectivity period. Consider re-syncing your node using --checkpoint-sync-url or use --ignore-weak-subjectivity-period-enabled to ignore this check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant