Skip to content
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

Testnet node sync stuck at block height 6058549 #385

Open
chris-cyliu opened this issue Dec 24, 2024 · 1 comment
Open

Testnet node sync stuck at block height 6058549 #385

chris-cyliu opened this issue Dec 24, 2024 · 1 comment

Comments

@chris-cyliu
Copy link

Describe the bug
Testnet node sync stuck at block height 6058549.

Error message of sonicd

WARN [12-24|01:15:39.267] Incoming event rejected                  event=3430:1:656fc6 creator=9  err="wrong event epoch hash"
WARN [12-24|01:15:39.267] Incoming event rejected                  event=3430:1:6a3fe7 creator=5  err="wrong event epoch hash"
WARN [12-24|01:15:39.267] Incoming event rejected                  event=3430:1:7f00bb creator=6  err="wrong event epoch hash"
WARN [12-24|01:15:39.267] Incoming event rejected                  event=3430:1:9b648a creator=4  err="wrong event epoch hash"
WARN [12-24|01:15:39.268] Incoming event rejected                  event=3430:1:9fff0c creator=8  err="wrong event epoch hash"
WARN [12-24|01:15:39.268] Incoming event rejected                  event=3430:1:afba0d creator=3  err="wrong event epoch hash"
WARN [12-24|01:15:39.268] Incoming event rejected                  event=3430:1:bc392e creator=2  err="wrong event epoch hash"
WARN [12-24|01:15:39.269] Incoming event rejected                  event=3430:1:c14e37 creator=10 err="wrong event epoch hash"

Tried 2 times to build node from scratch but still stuck on the same block height.
To Reproduce
Steps to reproduce the behavior:

  1. Checkout version v2.0.1
  2. Init with https://genesis.soniclabs.com/blaze-testnet/genesis/blaze.g with following command
GOMEMLIMIT=14GiB sonictool --datadir /data --cache 12000 genesis /genesis.json
  1. start sonicd
GOMEMLIMIT=14GiB sonicd --cache=12288 --http

Expected behavior
Should sync allow with sonic testnet (current block: 6466459)

Screenshots
N.A

Desktop (please complete the following information):

  • OS: RockyLinux 9.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@chris-cyliu and others