[P1] Don’t require developers to register as Participants to run inference #744
Currently, the chain requires a Participant record not only to host, but also to send inference requests. There is no real reason for this, since the public key is available in the Account record after the first on-chain transaction signed by that account is executed. That should be sufficient.
- Remove the requirement to create a Participant record.
- Fix
/v1/participants/gonka...to query Participant data, not just the Account (as it does now). - Determine how to preserve per-developer statistics in this case.
- Update the documentation accordingly.
💬 Comments (4)
I'll take it
@tcharchian the PR itself is marked for milestone 0.2.11. what is valid?
@tcharchian the PR itself is marked for milestone 0.2.11. what is valid?
Per @patimen, let's move it to v0.2.12. https://github.com/gonka-ai/gonka/pull/750#issuecomment-3938311002 cc: @x0152
🔄 Auto-synced from Issue #744 every hour.
@x0152, would you like to work on this issue?