endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
788 stars 70 forks source link

refactor(daemon): Add known-peers-store formula #2179

Closed rekmarks closed 4 months ago

rekmarks commented 4 months ago

Closes #2166

Replace the known peers store adapter with a dedicated known-peers-store formula type, instantiated the same way as other "special" formulas such as least-authority. The adapter used a pet-store formula under the hood. Giving it a different formula entirely is probably less likely to confuse us in the future.