-
Notifications
You must be signed in to change notification settings - Fork 5.1k
docs: add Web3.js sunset warning to JavaScript API documentation #15549
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
docs: add Web3.js sunset warning to JavaScript API documentation #15549
Conversation
* update grants page * Update Crowdin translation progress * Update community-events.json We want to change our event to the new date * Update consensus-bounty-hunters.json * new homepage button * tranlation strings * new icon * new copy * update: community grants breakdown and listing * Add translations for new strings * Update src/intl/en/page-index.json * fix: add custom header ids * Updated translations * fix: correct the path used for SideNav * fix: start index for Roadmap carousel refactors to use releaseDate and plannedReleaseYear; removed 2 month window, defines production as releaseDate in past, coming soon as releaseDate in the future, and in development as no releaseDate, but optional plannedReleaseYear. * fix(temp): force roadmap release carousel to LTR * fix: use direction-responsive positioning * chore: remove whitespace * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] * fix: use existing function instead --------- Co-authored-by: Corwin Smith <[email protected]> Co-authored-by: GitHub Action <[email protected]> Co-authored-by: SUCI - Blockchain Hub Team <[email protected]> Co-authored-by: Fredrik Svantes <[email protected]> Co-authored-by: Nuno Loureiro <[email protected]> Co-authored-by: Paul Wackerow <[email protected]> Co-authored-by: Luka Kropec <[email protected]> Co-authored-by: Joshua <[email protected]> Co-authored-by: JoeChenJ <[email protected]> Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
… all translations
❌ Deploy Preview for ethereumorg failed.
|
This issue is stale because it has been open 30 days with no activity. |
…page and all translations" This reverts commit 3d8f802.
Co-Authored-By: Bob <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Translations appreciated, but break the flow established in this repository. Left English changes, updating to past tense since this has already happened. The translations will get updated through Crowdin flow; cc: @lukassim
Description
Added warning messages about Web3.js deprecation to the JavaScript API libraries documentation page and all its translations. This update informs developers that Web3.js will be archived on March 4, 2025, and suggests using alternative libraries like Ethers.js or viem for new projects.
Changes made:
Related Issue
Closes #14718
This PR addresses the documentation update needed following ChainSafe's announcement about Web3.js being archived. The warning will help developers make informed decisions about library choices for their projects.