kaspanet / rusty-kaspa

Kaspa full-node and related libraries in the Rust programming language. This is a stable version at the initial rollout phases.
ISC License
371 stars 118 forks source link

Revisit definition of "Synced" #354

Closed coderofstuff closed 6 months ago

coderofstuff commented 6 months ago

For now make shorter as function of bps. Consider conditioning config on testnet due to hash instability.

Another possibility: identify the case where headers selected tip is too far above sink (which happens in IBD headers phase) and consider it not synced.

coderofstuff commented 6 months ago

Fixed in #356