[P0] How to change `inference_url` #381
- Change
inference_url. Probably, it should happen immediately and propagate everywhere. - Vefigy
inference_url. Let's think on how can it be verified, at least asynchronousl,y whena node with that URL is already running Example:apicontainer has a new endpoint /v1/verify, which returns:The signature should not be refreshed more than once within X minutes. Such an endpoint should be enough to have voting for claiming the wrong address. Ideally, every{ "requester_address": "gonka...", "timestamps": <timestamp in last Xmin>, "signature": <singature of timestamps by this node's warm key> }apinode should verify allinference_urlonce in an epoch automatically and initiate this voting, but it's hard to estimate it for now, it might be okay to leave it manual at the moment. - Add a check that a new participant can't be created if there is the same URL across active participants (are all?), and also a participant can't be edited to set the existing URL.
💬 Comments (1)
🔄 Auto-synced from Issue #381 every hour.
https://gonka.ai/FAQ/#how-to-change-inference_url