-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cdk-erigon for zkEVM not working #46
Comments
@xavier-romero hi - I think this problem is resolved in latest commits on zkevm branch, please let me know if the problem persists. |
@revitteth the issue persists. However, I've still the same error. Full log:
|
Hi @xavier-romero I believe this PR: #56 which is now merged will fix this issue. |
Still the same issue with the latest commit @revitteth
|
@xavier-romero is that a re-sync or using the datadir from the previous attempt? |
@revitteth I was reusing datadir, I tried to remove datadir and start from scratch and certainly that did fix the issue ! |
@xavier-romero great news I will close the issue 👍 |
System information
Config file hermezconfig-mainnet.yaml:
Command:
Expected behaviour
Node running with no errors
Actual behaviour
Node not working.
WARN[01-09|18:07:12.263] [6/14 Execution] Execution failed block=9026542 hash=0xfd7f6ce67781c21b75621ab51171be8eafeec07318796a2eaac45dac4a3e96c9 err="could not apply tx 0 from block 9026542 [0x713c3a87b51c405906d2b8115163d5d8183b5fc695b2b65800cdfb452d70ae2e]: insufficient funds for gas * price + value: address 0x81b260fcC5480795d4CF09245163d1F14c81A84c have 5392886211548920 want 5420073186710353"
EROR[01-09|18:07:14.245] Staged Sync err="[2/14 Batches] missing block number. Last block number 9026541, current 9116312" INFO[01-09|18:07:32.491] [2/14 Batches] Starting batches stage INFO[01-09|18:07:32.491] [2/14 Batches] Reading blocks from the datastream. INFO[01-09|18:07:32.492] [2/14 Batches] Finished Batches stage EROR[01-09|18:07:32.492] Staged Sync err="[2/14 Batches] missing block number. Last block number 9026541, current 9116313" INFO[01-09|18:07:50.908] [2/14 Batches] Starting batches stage INFO[01-09|18:07:50.908] [2/14 Batches] Reading blocks from the datastream. INFO[01-09|18:07:50.908] [2/14 Batches] Finished Batches stage EROR[01-09|18:07:50.908] Staged Sync err="[2/14 Batches] missing block number. Last block number 9026541, current 9116314" INFO[01-09|18:07:59.417] [txpool] stat pending=0 baseFee=0 queued=0 alloc=61.2MB sys=214.4MB INFO[01-09|18:08:12.915] [2/14 Batches] Starting batches stage INFO[01-09|18:08:12.915] [2/14 Batches] Reading blocks from the datastream. INFO[01-09|18:08:12.916] [2/14 Batches] Finished Batches stage
Steps to reproduce the behaviour
Executing the described steps.
The text was updated successfully, but these errors were encountered: