threefoldtech / tfgrid-sdk-go

Apache License 2.0
2 stars 4 forks source link

🐞 [Bug]: Features filter gives 400 (Bad Request) #1258

Open maayarosama opened 1 week ago

maayarosama commented 1 week ago

What happened?

Whenever I add anything that's not a workloadtype (mycelium, yggdrasil, wireguard) to the features array it gives me a 400 (Bad Request) https://gridproxy.dev.grid.tf/nodes?features=mycelium Screenshot from 2024-11-12 12-18-36 Screenshot from 2024-11-12 12-19-18

which network/s did you face the problem on?

Dev

Twin ID/s

No response

Version

No response

Node ID/s

No response

Farm ID/s

No response

Contract ID/s

No response

Relevant log output

N/A
Omarabdul3ziz commented 1 week ago

the new wg/myc/ygg features were added after the initial implementation of the features indexer so it was included in the features validation after. in this commit https://github.com/threefoldtech/tfgrid-sdk-go/commit/d97ba06f6c189085354adf5cfe38e0dc780fbe86 it was after the release v0.15.18 deployed now on the devnet.

will do a release for this