[ZK Stack] - System has failed L1 transaction #764
Replies: 2 comments 2 replies
-
It appears that your ZKsync hyperchain is experiencing issues with L1 transactions, which is causing the server to stop and fail to restart. The error messages indicate a problem with the transaction processing on L1, specifically related to a failed transaction that was attempted to be deleted from the Postgres database. Here are some steps you can consider to troubleshoot and potentially resolve the issue:
For more detailed assistance and to discuss this issue with other developers, you can visit the ZKsync developers discussions on Github at ZKsync Developers Discussions. If the problem persists, consider reaching out to a ZKsync support specialist or a blockchain consultant who can provide more personalized assistance based on your specific setup and requirements. Your feedback helps us serve you better. If this fully addresses your question, please give it a thumbs up. If it doesn't, please give it a thumbs down. This will inform the community and team so we can improve our support. |
Beta Was this translation helpful? Give feedback.
-
Have you tried looking at using: |
Beta Was this translation helpful? Give feedback.
-
Team or Project
No response
Module Affected
Rust Version
1.80.1
Operating System
Issue Description
We have self deployed a zksync hyperchain running from last 10 days and then suddenly server stops with this error
ERROR zksync_node_framework::service: Task circuit_breaker_checker failed: Circuit breaker error. Reason: System has failed L1 transaction
.So when we checked the postgres DB, there was failed transaction so we decided to delete it and ran the server again. Server failed to start with this error
Then again we tried to run server (3rd attempt) got again
ERROR zksync_node_framework::service: Task circuit_breaker_checker failed: Circuit breaker error. Reason: System has failed L1 transaction
On the block explorer, there are 2 transactions which are stuck at
Sending
step.Expected Behavior
Server should be running normally and submitting transactions to L1 holesky
Current Behavior
Server failed to start
Repository Link (if applicable)
No response
Additional Details
No response
Prior Research
Beta Was this translation helpful? Give feedback.
All reactions