generated from BlossomLabs/web3-turbo-template
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Do not merge] Beta #429
Draft
Corantin
wants to merge
48
commits into
dev
Choose a base branch
from
beta
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
[Do not merge] Beta #429
Commits on Sep 12, 2024
-
Merge remote-tracking branch 'origin/Batch-fix' into beta
# Conflicts: # apps/web/app/page.tsx
Configuration menu - View commit details
-
Copy full SHA for 6c7816f - Browse repository at this point
Copy the full SHA 6c7816fView commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b38e22e - Browse repository at this point
Copy the full SHA b38e22eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b69f79 - Browse repository at this point
Copy the full SHA 7b69f79View commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9e33a59 - Browse repository at this point
Copy the full SHA 9e33a59View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1e6a91 - Browse repository at this point
Copy the full SHA c1e6a91View commit details -
Configuration menu - View commit details
-
Copy full SHA for c39a314 - Browse repository at this point
Copy the full SHA c39a314View commit details
Commits on Sep 18, 2024
-
Merge remote-tracking branch 'origin/dev' into beta
# Conflicts: # apps/web/app/page.tsx
Configuration menu - View commit details
-
Copy full SHA for 6d24e74 - Browse repository at this point
Copy the full SHA 6d24e74View commit details -
Configuration menu - View commit details
-
Copy full SHA for e97fbf8 - Browse repository at this point
Copy the full SHA e97fbf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 117cc94 - Browse repository at this point
Copy the full SHA 117cc94View commit details -
Configuration menu - View commit details
-
Copy full SHA for f49c0f5 - Browse repository at this point
Copy the full SHA f49c0f5View commit details
Commits on Sep 24, 2024
-
Merge branch 'mobile-connect-button' into beta
# Conflicts: # apps/web/app/page.tsx
Configuration menu - View commit details
-
Copy full SHA for 47cfd8b - Browse repository at this point
Copy the full SHA 47cfd8bView commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for db584ed - Browse repository at this point
Copy the full SHA db584edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6255684 - Browse repository at this point
Copy the full SHA 6255684View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29c47b2 - Browse repository at this point
Copy the full SHA 29c47b2View commit details
Commits on Oct 11, 2024
-
♻️ Refactored daily job route for multi-chain support
- Renamed the `dailyJob` route to support different chains - Moved chain-specific variables inside the `updateScoresOnChain` function - Changed `GET` method to `POST` and added authorization check - Added new cron jobs in vercel.json for different chains - Included 'CRON_SECRET' in environment variables in turbo.json :alarm_clock: Updated job schedule frequency The frequency of the daily-job in the passport-oracles API has been updated. - The job was previously running every minute, but it's now set to run every 15 minutes. This change should help reduce server load and improve overall performance. :lock: Added unauthorized access logging - Enhanced security by adding a console error log for unauthorized attempts to access the dailyJob route. - The log includes details such as the request URL and chain parameter. :alarm_clock: Updated cron job configurations - Added POST method to all scheduled jobs - No changes in the schedule timings, they remain at every 15 minutes - This update ensures that the correct HTTP method is used when these jobs are triggered :recycle: Refactor code to support multiple chains - Renamed routes to include chain parameter - Moved chain-specific variables inside functions, allowing them to use the new chain parameter - Replaced local URLs with Vercel URL for fetching scores and passport data - Removed unused environment variables (CHAIN_ID, HOST, PORT) - Added authorization check in POST methods using CRON_SECRET environment variable - Updated cron jobs in vercel.json to remove method specification :sparkles: Added chain ID to API endpoints - Imported `useChainIdFromPath` hook in CheckPassport, PoolForm and SubmitPassport components - Updated the WRITE_SCORER_URI and fetch URL for addStrategy to include `chainFromPath` - This allows the application to dynamically use the correct chain ID based on the current path Fix paths :truck: Standardize route naming Renamed several routes to follow a consistent kebab-case naming convention. This change improves readability and consistency across the codebase. - Changed 'addStrategy' to 'add-strategy' - Renamed 'dailyJob' to 'daily-job' - Updated 'writeScore' to 'write-score' - Altered 'signMessage' to 'sign-message' - Modified 'submitPassport' to 'submit-passport' Also updated references in components where these routes were used. :recycle: Improved URL handling and response messages - Modified the way URLs are constructed to handle both production and development environments - Enhanced response message to provide more accurate status of score updates
Configuration menu - View commit details
-
Copy full SHA for 648e2f6 - Browse repository at this point
Copy the full SHA 648e2f6View commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2f68ab - Browse repository at this point
Copy the full SHA c2f68abView commit details -
Configuration menu - View commit details
-
Copy full SHA for cef6c57 - Browse repository at this point
Copy the full SHA cef6c57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f20af2 - Browse repository at this point
Copy the full SHA 1f20af2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8ed4dc - Browse repository at this point
Copy the full SHA b8ed4dcView commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8135990 - Browse repository at this point
Copy the full SHA 8135990View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bad13b - Browse repository at this point
Copy the full SHA 6bad13bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f398f5 - Browse repository at this point
Copy the full SHA 3f398f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdb9067 - Browse repository at this point
Copy the full SHA fdb9067View commit details -
Configuration menu - View commit details
-
Copy full SHA for a279142 - Browse repository at this point
Copy the full SHA a279142View commit details
Commits on Oct 17, 2024
-
- The production version in the configuration file has been updated from 0.1.0 to 0.1.1. - This update is necessary for the deployment of new features and bug fixes in the production environment.
Configuration menu - View commit details
-
Copy full SHA for 5358dc2 - Browse repository at this point
Copy the full SHA 5358dc2View commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 35617c6 - Browse repository at this point
Copy the full SHA 35617c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19c9c88 - Browse repository at this point
Copy the full SHA 19c9c88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97db6fa - Browse repository at this point
Copy the full SHA 97db6faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ea917e - Browse repository at this point
Copy the full SHA 2ea917eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47082be - Browse repository at this point
Copy the full SHA 47082beView commit details -
Configuration menu - View commit details
-
Copy full SHA for da78c22 - Browse repository at this point
Copy the full SHA da78c22View commit details
Commits on Oct 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0f189c8 - Browse repository at this point
Copy the full SHA 0f189c8View commit details
Commits on Oct 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 095cd5a - Browse repository at this point
Copy the full SHA 095cd5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0577ecf - Browse repository at this point
Copy the full SHA 0577ecfView commit details -
Configuration menu - View commit details
-
Copy full SHA for de865ee - Browse repository at this point
Copy the full SHA de865eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d0f36c - Browse repository at this point
Copy the full SHA 3d0f36cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c24da41 - Browse repository at this point
Copy the full SHA c24da41View commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5bcb025 - Browse repository at this point
Copy the full SHA 5bcb025View commit details -
Configuration menu - View commit details
-
Copy full SHA for be7e332 - Browse repository at this point
Copy the full SHA be7e332View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9829a09 - Browse repository at this point
Copy the full SHA 9829a09View commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 27e9556 - Browse repository at this point
Copy the full SHA 27e9556View commit details -
Configuration menu - View commit details
-
Copy full SHA for f38699d - Browse repository at this point
Copy the full SHA f38699dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4f5a63 - Browse repository at this point
Copy the full SHA b4f5a63View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d70a23b - Browse repository at this point
Copy the full SHA d70a23bView commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8b219cf - Browse repository at this point
Copy the full SHA 8b219cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59f5d82 - Browse repository at this point
Copy the full SHA 59f5d82View commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3e776dc - Browse repository at this point
Copy the full SHA 3e776dcView commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3c40ddc - Browse repository at this point
Copy the full SHA 3c40ddcView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.