Skip to content

[P1] Don’t require developers to register as Participants to run inference #744

Closed @tcharchian opened 2026-02-13 01:16 UTC 4 comments Updated 2026-03-30 23:52 UTC

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)

@tcharchian commented 2026-02-13 01:19 UTC

@x0152, would you like to work on this issue?

@x0152 commented 2026-02-13 06:15 UTC

I'll take it

@gmorgachev commented 2026-03-11 20:03 UTC

@tcharchian the PR itself is marked for milestone 0.2.11. what is valid?

@tcharchian commented 2026-03-11 20:23 UTC

@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.