Skip to content

Back merge master into staging #15648

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

Merged
merged 3 commits into from
Jun 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,193 changes: 1,193 additions & 0 deletions app/[locale]/trillion-dollar-security/page.tsx

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,7 @@
/dashboards /en/resources 301!

/*/dashboards /:splat/resources 301!

/tds /trillion-dollar-security 301!

/*/tds /:splat/trillion-dollar-security 301!
Binary file added public/images/trillion-dollar-security/hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/reports/trillion-dollar-security.pdf
Binary file not shown.
4 changes: 4 additions & 0 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,10 @@ const Footer = ({ lastDeployLocaleTimestamp }: FooterProps) => {
href: "/governance/",
text: t("ethereum-governance"),
},
{
href: "/trillion-dollar-security/",
text: t("trillion-dollar-security"),
},
],
},
]
Expand Down
1 change: 1 addition & 0 deletions src/intl/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@
"translation-banner-title-update": "Help update this page",
"translation-program": "Translation Program",
"translator": "Translator",
"trillion-dollar-security": "Trillion dollar security project",
"try-using-search": "Try using search to find what you're looking for or",
"tutorials": "Tutorials",
"up": "Up",
Expand Down
29 changes: 29 additions & 0 deletions src/intl/en/page-trillion-dollar-security.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"page-trillion-dollar-security-meta-title": "Trillion Dollar Security Project - Security Challenges Overview Report",
"page-trillion-dollar-security-meta-description": "The 1TS project is an ecosystem-wide effort to upgrade Ethereum's security. This report surveys the existing security challenges facing the ecosystem.",
"page-trillion-dollar-security-subtitle": "Trillion Dollar Security Project",
"page-trillion-dollar-security-title": "Security Challenges Overview",
"page-trillion-dollar-security-hero-paragraph-1": "Ethereum is the most secure, resilient, and trusted blockchain ecosystem. Over the last 10 years the Ethereum ecosystem has developed the technology, standards, and knowledge that today support an ecosystem used by millions and that is home to more than $600 billion in capital.",
"page-trillion-dollar-security-hero-paragraph-2": "But for Ethereum to succeed in the next phase of global adoption, there are still many improvements that must be made. To achieve our community's ambitions, Ethereum must grow into an ecosystem where:",
"page-trillion-dollar-security-hero-paragraph-3": "Billions of individuals are each comfortable holding more than $1000 onchain, collectively amounting to trillions of dollars secured on Ethereum.",
"page-trillion-dollar-security-hero-paragraph-4": "Companies, institutions, and governments are comfortable storing more than 1 trillion dollars of value inside a single contract or application, and are comfortable transacting in comparable amounts.",
"page-trillion-dollar-security-hero-paragraph-5": "The Trillion Dollar Security (1TS) project is an ecosystem-wide effort to upgrade Ethereum's security. This report is the first deliverable of the 1TS project. Over the last month, we have gathered feedback from users, developers, security experts, and institutions about where they see the biggest challenges and areas for improvement. Thank you to the hundreds of people and dozens of organizations who have taken the time to share your insights with us.",
"page-trillion-dollar-security-hero-paragraph-6": "This report summarizes our findings, covering 6 distinct areas:",
"page-trillion-dollar-security-report-card-title": "Ethereum ecosystem security overview report",
"page-trillion-dollar-security-download-report": "Download PDF",
"page-trillion-dollar-security-divider-heading": "Ethereum ecosystem security overview report",
"page-trillion-dollar-security-sticky-info": "This is some sticky section info for {section}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque euismod, urna eu tincidunt consectetur.",
"page-trillion-dollar-security-content-overview-title": "Overview",
"page-trillion-dollar-security-user-experience-title": "User experience (UX)",
"page-trillion-dollar-security-user-experience-description": "Issues that affect users' ability to securely manage private keys, interact with onchain applications, and sign transactions.",
"page-trillion-dollar-security-smart-contract-title": "Smart contract security",
"page-trillion-dollar-security-smart-contract-description": "The security of the smart contract components of Ethereum applications, and the lifecycle of software production that shapes them.",
"page-trillion-dollar-security-infrastructure-title": "Infrastructure and cloud security",
"page-trillion-dollar-security-infrastructure-description": "Issues with the infrastructure (both crypto-specific and legacy) that Ethereum apps depend on, like L2 chains, RPCs, cloud hosting services, and more.",
"page-trillion-dollar-security-consensus-title": "Consensus protocol",
"page-trillion-dollar-security-consensus-description": "The security properties of the core protocol, which secures the Ethereum blockchain itself from attack or manipulation.",
"page-trillion-dollar-security-incident-title": "Monitoring, incident response, and mitigation",
"page-trillion-dollar-security-incident-description": "The challenges users and organizations face when responding to security breaches, particularly in recovering funds or managing the aftermath.",
"page-trillion-dollar-security-social-title": "Social layer and governance",
"page-trillion-dollar-security-social-description": "Ethereum's open source governance, community, and ecosystem of organizations."
}
Loading