This repository has been archived by the owner on Sep 5, 2020. It is now read-only.
Feature Request: Add list of pods to hosts, and add privacy settings to manifest #82
Labels
feature request
New feature or request
Adding an endpoint to list all pods by manifest hash would be a useful feature for people who want to analyze the codius network. It would also be useful for discovering where specific contracts are being run.
Some people might want to run a contract privately, especially during development. To address this, we can add an
"unlisted"
field to the manifest, which prevents this pod from being shown on the list of pods by hash. It would still be shown in the host operator's admin API and would still count towards their number of running contracts (or not; that's something I could go either way on)Currently, if you call
GET /pods?manifestHash=HASH
, you'll get the manifest corresponding toHASH
. You might not want this to be public, though. We should add a"privateManifest"
field which disables that behavior when it's set to true.The text was updated successfully, but these errors were encountered: