status-im / nimbus-eth2

Nim implementation of the Ethereum Beacon Chain
https://nimbus.guide
Other
543 stars 233 forks source link

Pre-start mainnet ETH balance reported is always 0 #2120

Closed sinkingsugar closed 3 years ago

sinkingsugar commented 3 years ago

No matter how many validators are attached, the balance reported is 0. This might be a bit misleading to the users. I suppose once the network starts will be correct.

zah commented 3 years ago

It's actually worse. The right balance is not reported until you are synced.

arnetheduck commented 3 years ago

Fixed in 1.0.4: https://github.com/status-im/nimbus-eth2/pull/2191