Skip to content

Commit 3096e16

Browse files
authored
Merge pull request #15649 from ethereum/staging
Back merge `staging` into `dev`
2 parents a09afa7 + 44a4842 commit 3096e16

File tree

9 files changed

+1231
-0
lines changed

9 files changed

+1231
-0
lines changed

app/[locale]/trillion-dollar-security/page.tsx

Lines changed: 1193 additions & 0 deletions
Large diffs are not rendered by default.

public/_redirects

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,7 @@
181181
/dashboards /en/resources 301!
182182

183183
/*/dashboards /:splat/resources 301!
184+
185+
/tds /trillion-dollar-security 301!
186+
187+
/*/tds /:splat/trillion-dollar-security 301!
3.72 MB
Loading
Loading
Loading
13.3 MB
Binary file not shown.

src/components/Footer.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,10 @@ const Footer = ({ lastDeployLocaleTimestamp }: FooterProps) => {
264264
href: "/governance/",
265265
text: t("ethereum-governance"),
266266
},
267+
{
268+
href: "/trillion-dollar-security/",
269+
text: t("trillion-dollar-security"),
270+
},
267271
],
268272
},
269273
]

src/intl/en/common.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@
438438
"translation-banner-title-update": "Help update this page",
439439
"translation-program": "Translation Program",
440440
"translator": "Translator",
441+
"trillion-dollar-security": "Trillion dollar security project",
441442
"try-using-search": "Try using search to find what you're looking for or",
442443
"tutorials": "Tutorials",
443444
"up": "Up",
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"page-trillion-dollar-security-meta-title": "Trillion Dollar Security Project - Security Challenges Overview Report",
3+
"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.",
4+
"page-trillion-dollar-security-subtitle": "Trillion Dollar Security Project",
5+
"page-trillion-dollar-security-title": "Security Challenges Overview",
6+
"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.",
7+
"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:",
8+
"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.",
9+
"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.",
10+
"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.",
11+
"page-trillion-dollar-security-hero-paragraph-6": "This report summarizes our findings, covering 6 distinct areas:",
12+
"page-trillion-dollar-security-report-card-title": "Ethereum ecosystem security overview report",
13+
"page-trillion-dollar-security-download-report": "Download PDF",
14+
"page-trillion-dollar-security-divider-heading": "Ethereum ecosystem security overview report",
15+
"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.",
16+
"page-trillion-dollar-security-content-overview-title": "Overview",
17+
"page-trillion-dollar-security-user-experience-title": "User experience (UX)",
18+
"page-trillion-dollar-security-user-experience-description": "Issues that affect users' ability to securely manage private keys, interact with onchain applications, and sign transactions.",
19+
"page-trillion-dollar-security-smart-contract-title": "Smart contract security",
20+
"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.",
21+
"page-trillion-dollar-security-infrastructure-title": "Infrastructure and cloud security",
22+
"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.",
23+
"page-trillion-dollar-security-consensus-title": "Consensus protocol",
24+
"page-trillion-dollar-security-consensus-description": "The security properties of the core protocol, which secures the Ethereum blockchain itself from attack or manipulation.",
25+
"page-trillion-dollar-security-incident-title": "Monitoring, incident response, and mitigation",
26+
"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.",
27+
"page-trillion-dollar-security-social-title": "Social layer and governance",
28+
"page-trillion-dollar-security-social-description": "Ethereum's open source governance, community, and ecosystem of organizations."
29+
}

0 commit comments

Comments
 (0)