mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-02 13:33:10 +00:00
* Use 422 http code when there is a validation error * Update the open api description * Fix typo * Add more tests for total size * Catch CancelledError because TrackedFuture raise no error * Split rest api validation test to a new file * Change the way of testing negative numbers * Rename client variable and fix test status code * Try to reduce the number of requests in CI when asserting in tests * Fix rebase and remove safeEventually