filecoin-project / filplus-backend

Other
2 stars 1 forks source link

Create an allocator with installation ID #215

Closed Filip-L closed 1 month ago

Filip-L commented 1 month ago

Create an allocator with installation ID

Description: The allocator was created without an installation ID, which caused numerous issues with the system's proper functioning. From now on, an installation ID is required when creating a new allocator.

The new process for creating an allocator involves the following steps:

Additionally, the logic for the endpoint /allocator/create has been moved to the appropriate file, and the code has been cleaned up by removing the unnecessary endpoint /allocator/update_installation_id along with its associated functions.

Deployment Considerations:

No special actions are required.