forked from Tribler/trustchain-superapp
-
Notifications
You must be signed in to change notification settings - Fork 0
meeting notes
Jop Schaap edited this page Mar 13, 2024
·
1 revision
Meeting march 12th Rework voting scheme
- Instead of user id have signature vote
- PK works
- If you want to revoke the vote change freshness (e.g. timestamp)
- Vote object contains vote number(vote strength) {-1,0,1}
Q2 Store everything you receive
Q3
Start with hot potato gossip
- When we receive
- Gossip if we think it is hot
- Used in trustchain
- time to live, just a number
- Peer that receives this message should relay further ttl times: scales with number of peers
- Send to
k
random peers: log(n) -> n number of peers
- No extra logic right now
Make stupid implementation
- Write benchmark
- Collect data
- Later make better
- Record number of messages/size
- Bandwith
- Throughput
- Latency