Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose yagna version in the provider offer as a property #3325

Open
grisha87 opened this issue Sep 23, 2024 · 1 comment
Open

Expose yagna version in the provider offer as a property #3325

grisha87 opened this issue Sep 23, 2024 · 1 comment
Labels
sdk-request issue requested by SDK team

Comments

@grisha87
Copy link
Contributor

Why?

For the Golem Stats Page we are expected to deliver a breakdown of yagna versions used by providers on the network. We need to establish the version of yagna that the specific provider operates. Right now to establish this we need to extract the information from the metrics pushed by providers to yastats. That's really inconvenient.

What we would need?

It would be awesome if the yagna version would be advertised in the offer itself, so that when we utilize the passive market scan, we can obtain this information via this path.

Acceptance Criteria

  • When running a passive market scan we can see the yagna version property (however you will name it) that will present the values like v0.16.0 for "stable", and pre-rel-v0.16.1-rc4 for pre-releases.
@grisha87 grisha87 added the sdk-request issue requested by SDK team label Sep 23, 2024
@kamirr
Copy link
Contributor

kamirr commented Sep 23, 2024

I would prefer to avoid users matching on that while creating applications, as they should refer to capabilities / payment protocol version / maybe runtime version. I think putting this under debug (like subnet) would be appropriate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sdk-request issue requested by SDK team
Projects
None yet
Development

No branches or pull requests

2 participants