spacemeshos / pm

Project management. Meta-tasks related to research, dev, and specs for the Spacemesh protocol and infrastructure.
http://spacemesh.io/
Creative Commons Zero v1.0 Universal
2 stars 0 forks source link

Improve sync/gossip #280

Open lrettig opened 6 months ago

lrettig commented 6 months ago

Right now it's harder to sync than we'd like. Sync sometimes gets stuck in spite of a node having many peers (e.g., https://github.com/spacemeshos/go-spacemesh/issues/5127) and the only way to get it unstuck is to restart the node and thus refresh the peer set entirely. Sync is also slower than we'd like.

This is a meta-issue to track user-facing sync issues and pending improvements. Upcoming go-spacemesh release v1.2.2 should address many of these issues.

See also: https://github.com/search?q=org%3Aspacemeshos+label%3Aarea%2Fsync&type=issues