taikoxyz / raiko

Multi-proofs for Taiko. SNARKS, STARKS and Trusted Execution Enclave. Our previous ZK-EVM circuits are deprecated.
Apache License 2.0
96 stars 75 forks source link

Error "address already reserved" #215

Closed n1khil69 closed 4 weeks ago

n1khil69 commented 1 month ago

Describe the bug

So I did a clean installation and registered Raiko, used a new Address,

And I observed in logs that few blocks got proved successfully while some of the block proves was not generated due to below error


taiko_client_prover_relayer-1  | ERROR[05-16|10:44:44.099] Operation failed                         error="aborted tx send due to critical error: address already reserved"
taiko_client_prover_relayer-1  | ERROR[05-16|10:44:49.953] Submit proof error                       blockID=158,943 minTier=200 error="aborted tx send due to critical error: address already reserved"
taiko_client_prover_relayer-1  | ERROR[05-16|10:44:49.953] Operation failed                         error="aborted tx send due to critical error: address already reserved"
taiko_client_prover_relayer-1  | ERROR[05-16|10:44:50.091] Submit proof error                       blockID=158,937 minTier=200 error="aborted tx send due to critical error: address already reserved"
taiko_client_prover_relayer-1  | ERROR[05-16|10:44:50.091] Operation failed                         error="aborted tx send due to critical error: address already reserved"
taiko_client_prover_relayer-1  | ERROR[05-16|10:44:50.345] Submit proof error                       blockID=158,945 minTier=200 error="aborted tx send due to critical error: address already reserved"
taiko_client_prover_relayer-1  | ERROR[05-16|10:45:50.356] Submit proof error                       blockID=158,945 minTier=200 error="aborted tx send due to critical error: address already reserved"
taiko_client_prover_relayer-1  | ERROR[05-16|10:46:50.362] Submit proof error                       blockID=158,945 minTier=200 error="aborted tx send due to critical error: address already reserved"
taiko_client_prover_relayer-1  | ERROR[05-16|10:47:50.376] Submit proof error                       blockID=158,945 minTier=200 error="aborted tx send due to critical error: address already reserved"
taiko_client_prover_relayer-1  | ERROR[05-16|10:48:50.383] Submit proof error                       blockID=158,945 minTier=200 error="aborted tx send due to critical error: address already reserved"```

There was not errors in Raiko logs related to this.

and after awhile i saw another block was proved successfully again,

Is this intermittent or any ways to avoid this?

Thanks.

### Steps to reproduce

Steps to reproduce here.

### Spam policy

- [X] I verify that this issue is NOT SPAM and understand SPAM issues will be closed and reported to GitHub, resulting in ACCOUNT TERMINATION.