LiskArchive / lisk-ui

🖥️ Lisk user-interface submodule
https://lisk.io/
GNU General Public License v3.0
24 stars 35 forks source link

GUI voting broken #58

Closed arisAlexis closed 7 years ago

arisAlexis commented 8 years ago

I used the Lisk Autovote script to vote through my node.

Now my node reports votes for more than 24H ago that don't appear on others' nodes. As an exmple I upload a screenshot here for a vote to bangomatic and vrlc92 that appear in my gui but not in the login03.lisk.io api call https://login03.lisk.io/api/accounts/delegates/?address=7979991174011253563L

screenshot from 2016-05-27 15 13 50

I can also not remove the vote because it doesn't appear on the votes list. Only on the delegates list.

arisAlexis commented 8 years ago

Voting from login03.lisk.io did work and it doesn't show the votes in the gui as my node (and they are both on the same blockheight!).

if you want access to my node to test ping me on chat with the same username and I will tell you the address.

fix commented 8 years ago

Difficult now to see what happens without transactionId. It looks like one of the nodes were out of sync, imho

fix commented 8 years ago

By the way the voting tool is broken because it causes the several vote transactions being included in a block, which is not possible. There could be a bug where this case is accepted and then broadcasted by your node and then rejected by active delegates.

fix commented 8 years ago

not sure how to assess the issue now @arisAlexis Quite a few bug have been fixed in 0.3.2 by @karmacoma

Can you test again if you still have the issue?