Replies: 1 comment
-
Closing this as some of the error has been fixed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Team or Project
Validium
Module Affected
Rust Version
1.82.0
Operating System
Issue Description
Our chain is using holesky network as a L1, in the recent update holesky had some issues due to fix transaction on our chain were not been not sent to L1. Transactions were stuck on "sending" status for couple of days. So we decided to rollback to last executed stage.
Upon using block reverters
print-suggested-values
, recommneded values areBut last executed batch is 26685
We used these 2 commands
clear-failed-transactions
androllback-db
to fix and 26685 for--l1-batch-number
flag. Chain state rolled back but it didnt fixed the problem. Plus, we now getting these errorsWe are using infura as RPC provider. Now we are thinking to rollback to
26678
batch, which is a executed batch but block reverted docs suggested that it is ultra dangerous (Flag that allows to roll back already executed blocks. It's ultra dangerous and required only for fixing external nodes.
). This is our blob operator address - https://holesky.etherscan.io/address/0xb2c2c467e0ef64070b56eec0ae499174912de565It has multiple failed transactions.
So we are unsure on how to fix this.
Expected Behavior
Transactions should settle on L1
Current Behavior
Servers crashing in every 5 minutes, transactions are stuck on "sending" status.
Repository Link (if applicable)
No response
Additional Details
No response
Prior Research
Beta Was this translation helpful? Give feedback.
All reactions