poanetwork / poa-ballot-stats

Read POA voting records and rank voters by how many ballots they missed.
GNU Lesser General Public License v3.0
7 stars 6 forks source link

(Update) Add support for updated consensus contracts #20

Closed varasev closed 5 years ago

varasev commented 5 years ago

Problem: We have updated consensus smart contracts that are going to be deployed in Sokol network in the next few days.

Solution: Please check the code of the tool and add support for new contracts if needed. The new contracts are slightly different from old ones, so some changes in the tool may need to be done.

varasev commented 5 years ago

Hi @afck,

Please take a look at this issue.

varasev commented 5 years ago

The new smart contracts were deployed in Sokol on September 13 and in Core on October 8. They are already in use in Sokol (Sokol HF 3) and will be used in Core from October 22 (Core HF 2), so I think it's time to start implementation of this issue.

afck commented 5 years ago

Thank you! I already have it mostly ready. I'll make a PR early next week.