whoabuddy / sip015.xyz

The public UI for displaying voting information around SIP-015
https://sip015.xyz
0 stars 0 forks source link

Update vote check to consider vote start block #25

Closed whoabuddy closed 1 year ago

whoabuddy commented 1 year ago

The hook that checks if a user voted or not only considers if they sent a tx within the last 50 blocks to the yes/no addresses.

It does not take into account if those txs were before the voting period started (related: #13).

Once the vote blocks are known to the UI this check could be updated, alongside the changes in #23.