threefoldtech / tfgrid-sdk-ts

Apache License 2.0
4 stars 8 forks source link

Enable farmers to delete nodes #2535

Open scottyeager opened 7 months ago

scottyeager commented 7 months ago

Which package/s are you suggesting this feature for?

Dashboard

Is your feature request related to a problem? Please describe

While TF Chain allows farmers to delete nodes from the chain, we don't expose this functionality in the Dashboard.

Describe the solution you'd like

Add an option to delete nodes from TF Chain using the deleteNodeFarm(nodeId) extrinsic. Maybe a sanity check that the node is not online would be appropriate.

amiraabouhadid commented 3 months ago

Added UI component and extrinsic, working on sanity check