threefoldtech / tfchain

Threefold Chain.
Apache License 2.0
15 stars 11 forks source link

Farm names should be case-insensitive unique names on chain #922

Open sameh-farouk opened 10 months ago

sameh-farouk commented 10 months ago

Describe the bug

see: https://github.com/threefoldtech/tfgrid-sdk-ts/issues/1790

Currently we allow same farm name but in a different case to be inserted

https://github.com/threefoldtech/tfchain/blob/36c891c02a1758a6bd6769357fdef230886940ff/substrate-node/pallets/pallet-tfgrid/src/farm.rs#L31-L34

https://github.com/threefoldtech/tfchain/blob/36c891c02a1758a6bd6769357fdef230886940ff/substrate-node/pallets/pallet-tfgrid/src/farm.rs#L55