issues
search
renlabs-dev
/
commune-ts
This is a monorepo for the AGIc typescript ecosystem. It uses Turborepo and contains the code for our web apps.
https://www.communeai.org/
5
stars
1
forks
source link
Community Validator output on worker
#143
Closed
steinerkelvin
closed
1 month ago
steinerkelvin
commented
2 months ago
We need to add to the long-lived worker service:
Gets user votes from DB, calculates final weights and sends to blockchain
Make available vote data to frontend
steinerkelvin
commented
2 months ago
[ ] asserts on final weight function test
[x] query user stakes from blockchain
[x] query modules user votes/weights from DB
[ ] have module's uids on db
[ ] think about how to serve back to frontend
We need to add to the long-lived worker service: