maidsafe / sn_routing

Routing - specialised storage DHT
Other
278 stars 81 forks source link

feat: keep the genesis key and use it for fallback proofs #2377

Closed madadam closed 3 years ago

madadam commented 3 years ago

Every node now always has the genesis key. This means we can now always provide valid proof chain for anyone because if all else fails we can always fall back to sending the full section chain.

Closes #2372.