Deploy v10.22.1#17187
Merged
Merged
Conversation
Refactor getTutorialsData to read tutorial content from the filesystem instead of making HTTP requests to the production site during build. Changes: - Switch from fetch() to fs.readFile() for tutorial content - Add English fallback when translations don't exist - Add isTranslated field to ITutorial interface - Remove unused SITE_URL import This eliminates ~5000 "Failed to fetch tutorial" 404 warnings during builds for locales without tutorial translations. Instead of silently dropping tutorials, non-English locales now display English content with isTranslated: false flag for potential UI indicators. Closes #17150
Update chains data - January 23
Wrap all fetcher calls in runTasks with retry.onThrow to handle transient failures like CoinGecko 429 rate limits. Uses exponential backoff (2s-30s) with up to 3 attempts and jitter to avoid thundering herd issues.
The fa (Farsi) locale has been removed from the project. Replace it with ar (Arabic) which is still actively supported and also provides RTL layout testing capabilities.
…ar-in-storybook chore(storybook): replace fa locale with ar for RTL testing
Add retry logic to scheduled task fetchers
Render the debug panel to document.body via createPortal to avoid z-index and styling conflicts when nested inside other components.
Improves consistency with the existing importMd pattern.
fix(tutorials): use filesystem reads with English fallback
Introduces a new A/B test variation for the homepage that replaces the four CTA grid with a single "Start here" button that opens a persona selection modal. The modal lets users self-identify as beginners, developers, or enterprise and routes them to relevant pages.
Add homepage persona modal A/B test variant
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

⚡️ Changes
🔧 Tooling
🦄 Contributors
Thank you @corwintines, @minimalsm, @pettinarip and @wackerow for the contributions! 🏆