from Entropic
Hey folks! This is a rough draft of the syncing algorithm between two ENTROPIC instances. This flow gets triggered when you request foo@external/package from your configured ENTROPIC instance for the first time. Packages are also synced when they appear as dependencies in a publish. Specific open questions are: What happens when a private key is lost? How do we negotiate key rotation? How do we record locally that a given ENTROPIC might be a viable alternative host for a given package? What...