fidlabs / allocator-tooling

tracking repo for allocator tooling & compliance
1 stars 0 forks source link

Registry Cache Issue #66

Open Kevin-FF-USA opened 1 month ago

Kevin-FF-USA commented 1 month ago

Submitting on behalf of Allocator Shenzhen SpaceTime Cloud Technology Co.; Ltd

Organization is reporting receiving a Cache error in Registry (screenshot below) Issues

image

image

@stcloudlisa

willscott commented 1 month ago

https://github.com/filecoin-project/Allocator-Registry/blob/main/Allocators/1038.json#L32-L33

the json file for this allocator was updated such that it is no longer valid JSON. Please re-add a comma so that it is parsable json.

stcloudlisa commented 1 month ago

{ "application_number": 1038, "address": "f2agazpszuzp6teu4cz5gsfruhbf775vgp67ju5hy", "name": "STCloud", "organization": "Shenzhen SpaceTime Cloud Technology Co., Ltd", "location": "China", "status": "Active", "metapathway_type": "Manual", "associated_org_addresses": "f1n5jufq5n5gdm3tiycpi3ujqgyh3yyj52rd72vdq", "application": { "allocations": { "standardized": "Yes; standardized" }, "target_clients": [ "Enterprise Data Clients", "Small-scale developers or data owners" ], "required_sps": "5+", "required_replicas": "5+", "tooling": ["common_ui"], "data_types": [ "Public Open Dataset (Research/Non-Profit)", "Public Open Commercial/Enterprise" ], "12m_requested": 100, "github_handles": [ "stcloudlisa" ], "allocation_bookkeeping": "https://github.com/stcloudlisa/Allocator-Pathway-Data" }, "poc": { "slack": ["LISA", "Barry"], "github_user": "https://github.com/stcloudlisa" }, "pathway_addresses": { "msig": "f2agazpszuzp6teu4cz5gsfruhbf775vgp67ju5hy", "signer": [ "f1n5jufq5n5gdm3tiycpi3ujqgyh3yyj52rd72vdq" ] } } I think JSON should be updated to look like the one above. Among them, poc.slack has been changed from the original "LISA","berry" to ["LISA", "barry"]. I have checked and the JSON text above can be parsed correctly.