taikoxyz / simple-taiko-node

Start your Taiko node with a single command. 🌐

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug : Hekla prove failed after 30 attempts

quangtuyen88 opened this issue · comments

Describe the bug

Hello,

I'm running prover use main branch and docker-compose-hekla.yml for hekla and getting this err

taiko_client_prover_relayer-1  | ERROR[06-08|13:02:56.151] Proof submission reverted                blockID=302,723 minTier=200 error="failed to create the tx: operation failed permanently after 30 attempts: failed to estimate gas: execution reverted"

You can see no issue when generating proof on Raiko but error when submit prove transaction.

And actually token got slashed because actually no reverted

Screenshot 2024-06-08 at 21 18 33

Steps to reproduce

Steps to reproduce here.

Spam policy

  • I verify that this issue is NOT SPAM and understand SPAM issues will be closed and reported to GitHub, resulting in ACCOUNT TERMINATION.
commented

I guess because its already been proven by other provers, will check

commented

@quangtuyen88 you can now see who proved the block here, it seems the guardian prover ended up proving this block because you missed the proof window initially (maybe because the initial proveBlock failed to estimate gas?)

Hello @davidtaikocha @RogerLamTd
how can i missed the proof window ?? look at the right menu you can see proof generated just 15s and actually bonded TAIKO got slashed after that..
Anything we need to fix on gas config ? because right now I'm using default config

commented

Hello @davidtaikocha @RogerLamTd how can i missed the proof window ?? look at the right menu you can see proof generated just 15s and actually bonded TAIKO got slashed after that.. Anything we need to fix on gas config ? because right now I'm using default config

Also on the right menu you can see "Failed to wait for pending transaction" >15 minutes later, I'm guessing there might be more relevant logs you haven't posted so I'm unable to diagnose more; All I can tell you is that the guardian had to prove the block

Hello @davidtaikocha @RogerLamTd how can i missed the proof window ?? look at the right menu you can see proof generated just 15s and actually bonded TAIKO got slashed after that.. Anything we need to fix on gas config ? because right now I'm using default config

Also on the right menu you can see "Failed to wait for pending transaction" >15 minutes later, I'm guessing there might be more relevant logs you haven't posted so I'm unable to diagnose more; All I can tell you is that the guardian had to prove the block

It's weird.. i tried again with latest code for simple taiko node and Raiko this morning and don't have this issue.
And there no change in .env config. I just simple pull latest code and latest docker image and start prover and Raiko again ( register with new instance)