telosnetwork / open-block-explorer

The Open Block Explorer (OBE) is the first open source block explorer that is designed to support all AntelopeIO-based blockchains.
https://explorer.telos.net
Apache License 2.0
27 stars 24 forks source link

Incorrect EOS vote counts #738

Closed eosiodetroit-adam closed 11 months ago

eosiodetroit-adam commented 1 year ago

Describe the bug The vote counts for block producers are vastly overstated from the true amounts. The total votes under the bar graph on the left side are also overstated.

To Reproduce Steps to reproduce the behavior:

  1. Go to the vote page of the EOS portion of OBE (or the url for the explorer.antelope.io EOS block explorer when it's live)
  2. Look at the vote column in the list of BPs and under the bar graph showing network-wide voting information.

Expected behavior The vote counts should match the real on-chain amounts.

Additional context You can use https://eosauthority.com/?network=eos as a reference to cross check the amounts.

The ordering is correct, the counts are not.

karynemayer commented 11 months ago

After some investigation, we were able to verify that the amount of votes showing is correct. We show the total sum of votes. In the future, we might want to show the voting increase/decrease for a certain period of time.