-
Notifications
You must be signed in to change notification settings - Fork 11
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
Nodes on the chain with GPUs has be querable #737
Comments
How we implemented #726 is pretty generic in a way that the concept allows to set an extra price for additional "features" that a node has. So querying this storage map gives a list of nodes that have an extra price attached which can then be queried via RMB for a list of features (gpu, high end cpu, ...) |
We came to the solution that we will store a boolean in a seperate storage map that indicates if the node has a GPU or not, this can be set by the node itself and also be queries by the clients. |
can be deployed when threefoldtech/tfchain_graphql#105 is merged and released |
Verified on devnet. tfchainfrom polkadot UI -> and extra fees can be queried from graphqlNodes with gpu can be queried from graphql as seen in threefoldtech/tfchain_graphql#104 (comment) |
Users of the grid need to be able to find and query available nodes that has GPUs
The text was updated successfully, but these errors were encountered: