Incorrect genesis hash #1

Closed
opened 2024-12-09 17:11:57 +01:00 by f4ts0 · 1 comment
Owner

I've spent couple of days to run both applications and found out that the error comes from the wrong genesis hash. You accept only networks with specific hash, which is stored here and here.

That means that if you run latest version of ghost-node with given config any data will be rejected. Changing them manually helped and data is collected as expected. Make sure that genesis hash is fixed ASAP because of telemetry deployment.

As a side note, during the execution telemetry-core for some reason throws the error periodically:

image

No idea what is the reason and how this error can affect the application overall. The error deserves careful consideration IMHO

I've spent couple of days to run both applications and found out that the error comes from the wrong genesis hash. You accept only networks with specific hash, which is stored [here](https://git.ghostchain.io/ghostchain/ghost-telemetry-backend/src/commit/51e78f29e735f8a5bc46f40a41327c3733ca349b/telemetry-core/src/state/chain.rs#L71) and [here](https://git.ghostchain.io/ghostchain/ghost-telemetry-backend/src/commit/51e78f29e735f8a5bc46f40a41327c3733ca349b/telemetry-core/src/state/state.rs#L280). That means that if you run latest version of ghost-node with given config any data will be rejected. Changing them manually helped and data is collected as expected. Make sure that genesis hash is fixed ASAP because of telemetry deployment. As a side note, during the execution telemetry-core for some reason throws the error periodically: ![image](/attachments/ab141825-7069-4b8d-8ece-f4533dcd622a) No idea what is the reason and how this error can affect the application overall. The error deserves careful consideration IMHO
169 KiB
st1nky was assigned by f4ts0 2024-12-09 17:11:57 +01:00
str3tch was assigned by f4ts0 2024-12-09 17:11:57 +01:00
Owner

Genesis hashes fixed. I'll ping you whenever the genesis hash will be updated, on the other hand I think that you'll know for sure when new network will be deployed.

Talking about errors logs were extended by @st1nky, we believe that errors occures when connection is dropped by the client which is normal behavior.

Issue could be closed for now.

Genesis hashes fixed. I'll ping you whenever the genesis hash will be updated, on the other hand I think that you'll know for sure when new network will be deployed. Talking about errors logs were extended by @st1nky, we believe that errors occures when connection is dropped by the client which is normal behavior. Issue could be closed for now.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ghostchain/ghost-telemetry-backend#1
No description provided.