Counting Votes
Fetch a summary
Index the cycle (syncs pox data map)
Sync nmongon-stacker votes - note due to a bug this doesn't add new so you need to remove the existing non-stacker votes (see below)
Pool stackers;
read pool-stacker votes
read vote weights
Solo stackers;
read solo stacker votes
read vote weights
// mongo commands
db.proposalVotes.countDocuments({event:'vote'})
Last updated