Replies: 1 comment 15 replies
-
Hi, we have a document about batch reversion here though it seems to me you were using it correctly. Your situation is very tricky to solve due to the reorg on Holesky. The recently failing L1 transactions from blob operator seem to commit some state transitions with mismatching state hashes. Please:
|
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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 are
But last executed batch is 26685
We used these 2 commands clear-failed-transactions and rollback-db to fix and 26685 for
--l1-batch-number
flag. Chain state rolled back but it didnt fixed the problem. Block reverter has removed the transactions but the problem still persists. New transactions are still stuck at "sending" status.This is our blob operator, it has some failed transactions https://holesky.etherscan.io/address/0xb2c2c467e0ef64070b56eec0ae499174912de565
Please help to fix it.
Expected Behavior
Transactions should settle on L1
Current Behavior
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