MinaProtocol / mina

Mina is a cryptocurrency protocol with a constant size blockchain, improving scaling while maintaining decentralization and security.
https://minaprotocol.com
Apache License 2.0
1.99k stars 529 forks source link

Mina client status incorrectly returns no slots won for epoch #12393

Closed garethtdavies closed 1 year ago

garethtdavies commented 1 year ago

Preliminary Checks

Description

Reported by Morello#0112 in Discord.

mina client status reports None this epoch...

image

However, confirmed there are slots won using https://github.com/zkvalidator/mina-vrf-rs (5 for the epoch) and also looking in mina-vrf-evaluator.log confirms the slots as output by mina-vrf-rs tool were won.

{"timestamp":"2022-12-16 15:00:14.715704Z","level":"Info","source":{"module":"Vrf_evaluator","location":"File \"src/lib/vrf_evaluator/vrf_evaluator.ml\", line 201, characters 20-31"},"message":"Won slot xxxx in epoch 43","metadata":{"pid":17}}

Steps to Reproduce

mina client status returns none this epoch

Expected Result

Outputs the next slot won.

Actual Result

None this epoch

How frequently do you see this issue?

Always

What is the impact of this issue on your ability to run a node?

High

Status

Running Mainnet Stable Release 1.3.1.2 commit `25388a0fed9695e8e9d04f75f50c2bae1c9c80db`

Additional information

Logs shared via email

amc-ie commented 1 year ago

@garethtdavies thanks for logging this apologies for the delay in getting back to you. Are you still seeing this behaviour consistently?

garethtdavies commented 1 year ago

It was reported via a user on Discord. Given the time, let's close.