Wykres commitów

137 Commity (main)

Autor SHA1 Wiadomość Data
Sergei Sumarokov e2fb5b10e5
Merge pull request #1062 from moonstream-to/verify-call-requests-post
Verify if requests exists before push new list
2024-05-07 19:16:42 +03:00
Andrey 63383a40e2 Add Arbitrum one. 2024-05-05 20:30:18 +03:00
kompotkot 9a31d145e0 Check metatx endpoint for duplicates 2024-05-02 16:51:49 +00:00
kompotkot f6e541edab Fix for data name which conflicts with import 2024-05-01 10:23:03 +00:00
kompotkot e1c62d9932 List of existing requests check moved to its own route 2024-05-01 10:20:25 +00:00
kompotkot 12345e42a3 Checksum address and check contract owner 2024-04-30 12:13:05 +00:00
kompotkot e700efff5b Verify if requests exists before push new list 2024-04-30 11:02:40 +00:00
kompotkot 03a6601ded Leaderboards endpoint uses RO db connection 2024-04-23 13:31:31 +00:00
Andrey a31ce2c588 add blockchain. 2024-04-17 04:27:28 +03:00
kompotkot 8d1f5f4b4c Fixed typo for arbitrum sepolia 2024-04-15 17:49:59 +00:00
kompotkot 9a5bc824c4 Extended blockchains list for engineapi 2024-04-15 17:33:37 +00:00
Andrey 4e8b4960e9 Change query params check. 2024-02-28 18:05:42 +02:00
Andrey 0b60395120 Remove comment. 2024-02-24 03:13:39 +02:00
Andrey 62857b08d9 Add leaderboard key value filter. 2024-02-24 03:11:45 +02:00
kompotkot 52fdbeede9 Merge branch 'main' into complete-call-request 2024-02-01 10:21:04 +00:00
Sergei Sumarokov 2e8ae13bb3
Merge pull request #931 from moonstream-to/metatx-live-at
Field `live_at` for `call_requests`
2024-02-01 13:16:57 +03:00
kompotkot 0d36368dd2 Updated revision version number 2024-02-01 10:15:47 +00:00
Andrey 346bcae89e Fix old logic code. 2024-01-29 06:34:51 +02:00
Andrey 06d8f63931 Merge branch 'main' into leaderboard-metadata-sm 2024-01-28 00:59:43 +02:00
Andrey e723dabaaf Fix permission_list to permissions. 2024-01-27 22:12:53 +02:00
kompotkot 32b0088fdb Bumped bugout package version 2024-01-29 09:43:03 +00:00
Andrey 243f367d82 Add suggested fixes. 2024-01-27 12:23:14 +02:00
Andrey 0932c94550 Remove default names function. 2024-01-27 09:32:12 +02:00
Andrey 613f8abc0c Leaderboard versions simplify. 2024-01-27 09:28:45 +02:00
Andrey e7be016c98 Fix engine and subscriptions. 2024-01-25 06:25:18 +02:00
Andrey b2e67ffec6 Merge branch 'main' into add-leaderboard-metadata 2024-01-25 04:51:05 +02:00
Andrey Dolgolev cfebe18257
Merge pull request #995 from moonstream-to/add-get-scores
Add get score endpoint.
2024-01-10 20:23:15 +02:00
Andrey cfeae159d4 Add get score endpoint. 2024-01-10 17:25:30 +02:00
Andrey 4d90055813 Fix leaderboard info endpoint. 2023-12-20 04:51:20 +02:00
kompotkot f9a265b97a Live after query param 2023-12-12 11:22:42 +00:00
kompotkot 12bcd84eb1 Body for complete request route 2023-12-07 16:47:03 +00:00
kompotkot 065ff03476 Switched middleware to depends oauth2_scheme in metatx 2023-12-07 15:04:16 +00:00
kompotkot f3b4e3e502 Merge branch 'metatx-live-at' into complete-call-request 2023-12-07 10:11:52 +00:00
kompotkot 6b749b5fef Field live_at is nulluble 2023-12-07 09:57:17 +00:00
kompotkot 4746d5ceec Merge branch 'main' into metatx-live-at 2023-12-06 11:50:18 +00:00
Neeraj Kashyap 354ae7ddc7 Updated README 2023-11-21 11:01:46 -08:00
Neeraj Kashyap 9bb8c19283 Added the `client` directory
It contains a lightweight Python client for the Engine API.
2023-11-21 11:00:38 -08:00
Neeraj Kashyap 71e2ffbed3 Modified alembic migration to downgrade properly
Previously, the downgrade was hitting a violation of the old unique
constraint on leaderboard_scores if multiple versions of scores were
stored for the same address.

The modified downgrade only retains the score for each address on the
latest publich version of each leaderboard.
2023-11-21 10:59:17 -08:00
Andrey e9273e2d38 Remove public column and add suggested changes. 2023-11-21 08:03:34 +02:00
Andrey de2afed559 Fix if in get latest version.
Fix join.
Add version parameter to all public endpoints.
2023-11-20 15:34:47 +02:00
Andrey 0eb6c3e2b9 Fix unique constrain on leaderboard scores to remove unique address and add unique version number. 2023-11-20 12:18:55 +02:00
Andrey 5f90fc4b56 Add publish to request body. 2023-11-20 11:34:35 +02:00
Andrey aef32862c2 Remove endpoint. duplication from docs. 2023-11-20 11:26:10 +02:00
Andrey 6a250fe518 Deleting old versions on versionless add_scores endpoint. 2023-11-20 11:19:59 +02:00
Andrey e6b75d59d9 Add endpoints for LeaderboardVersions.
Change add_scores.
Change get leaderboards positions.
2023-11-20 10:51:31 +02:00
Andrey 77dfd5d070 Update Quartiles / Position / Rank / Ranks endpoints. 2023-11-16 06:50:56 +02:00
Andrey 324ff58466 Add columns names default. 2023-11-15 18:00:18 +02:00
Andrey 5878e66aaf Add fixes for get leaderboard. 2023-11-15 17:28:15 +02:00
Neeraj Kashyap 7295b9c023 Fixed typo 2023-11-10 09:20:26 -08:00
Andrey 949f6c4905 Add migration and endpoints changes. 2023-11-09 17:41:14 +02:00