-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OCT-2219: Allocations/ endpoints migration to FastAPI (#569)
## Description Migration of the following endpoints to use FastAPI instead of Flask implementation. ``` + GET /allocations/epoch/{epoch} + GET /allocations/users/{address}/allocation_nonce + POST /allocations/allocate + GET /allocations/donors/{epoch} + GET /allocations/project/{proposal_address}/epoch/{epoch} + GET /allocations/user/{user_address}/epoch/{epoch} ```
- Loading branch information
Showing
20 changed files
with
3,401 additions
and
1,887 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.