Skip to content

Commit

Permalink
Merge branch 'dev' into wallet-network-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
corwintines committed Nov 20, 2024
2 parents 014abe2 + 43f6e25 commit 973d645
Show file tree
Hide file tree
Showing 2,707 changed files with 185,217 additions and 82,417 deletions.
139 changes: 138 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -12261,7 +12261,8 @@
"profile": "https://github.com/Shiva-Sai-ssb",
"contributions": [
"bug",
"maintenance"
"maintenance",
"content"
]
},
{
Expand Down Expand Up @@ -12497,6 +12498,142 @@
"contributions": [
"doc"
]
},
{
"login": "r4f4ss",
"name": "rafaelss",
"avatar_url": "https://avatars.githubusercontent.com/u/5679073?v=4",
"profile": "https://github.com/r4f4ss",
"contributions": [
"content"
]
},
{
"login": "preetjdp",
"name": "Preet Parekh",
"avatar_url": "https://avatars.githubusercontent.com/u/27439197?v=4",
"profile": "https://preetjdp.dev/",
"contributions": [
"content"
]
},
{
"login": "ludamad",
"name": "ludamad",
"avatar_url": "https://avatars.githubusercontent.com/u/163993?v=4",
"profile": "https://www.linkedin.com/in/adamdomurad/",
"contributions": [
"content"
]
},
{
"login": "MaryNfs",
"name": "MaryNfs",
"avatar_url": "https://avatars.githubusercontent.com/u/52598322?v=4",
"profile": "https://github.com/MaryNfs",
"contributions": [
"content",
"bug"
]
},
{
"login": "Signor1",
"name": "Signor Dev",
"avatar_url": "https://avatars.githubusercontent.com/u/94352660?v=4",
"profile": "https://signor.vercel.app/",
"contributions": [
"maintenance"
]
},
{
"login": "KatrixReloaded",
"name": "Kartikeya Sureka",
"avatar_url": "https://avatars.githubusercontent.com/u/68804269?v=4",
"profile": "https://github.com/KatrixReloaded",
"contributions": [
"code"
]
},
{
"login": "Piyush-Tilokani",
"name": "Piyush Tilokani",
"avatar_url": "https://avatars.githubusercontent.com/u/112542519?v=4",
"profile": "https://github.com/Piyush-Tilokani",
"contributions": [
"content"
]
},
{
"login": "jacobourar",
"name": "Jacobo Uribe",
"avatar_url": "https://avatars.githubusercontent.com/u/109108267?v=4",
"profile": "https://github.com/jacobourar",
"contributions": [
"content"
]
},
{
"login": "Xcertik-Realist",
"name": "NilFoundation",
"avatar_url": "https://avatars.githubusercontent.com/u/63165931?v=4",
"profile": "https://github.com/Xcertik-Realist",
"contributions": [
"content"
]
},
{
"login": "gconnect",
"name": "Glory Agatevure",
"avatar_url": "https://avatars.githubusercontent.com/u/23031920?v=4",
"profile": "https://github.com/gconnect",
"contributions": [
"content"
]
},
{
"login": "emmanuellar",
"name": "Amarachi Johnson-Ubah",
"avatar_url": "https://avatars.githubusercontent.com/u/41474439?v=4",
"profile": "http://amarachijohnson.com",
"contributions": [
"ideas"
]
},
{
"login": "sumitvekariya",
"name": "Sumit Vekariya",
"avatar_url": "https://avatars.githubusercontent.com/u/20764957?v=4",
"profile": "http://sumitvekariya.surge.sh",
"contributions": [
"maintenance"
]
},
{
"login": "rafagomes",
"name": "Rafa Gomes",
"avatar_url": "https://avatars.githubusercontent.com/u/565337?v=4",
"profile": "https://github.com/rafagomes",
"contributions": [
"code"
]
},
{
"login": "ddannehh",
"name": "ddannehh",
"avatar_url": "https://avatars.githubusercontent.com/u/109203827?v=4",
"profile": "https://github.com/ddannehh",
"contributions": [
"design"
]
},
{
"login": "jkylling",
"name": "Jonas Irgens Kylling",
"avatar_url": "https://avatars.githubusercontent.com/u/6781076?v=4",
"profile": "https://github.com/jkylling",
"contributions": [
"content"
]
}
],
"contributorsPerLine": 7,
Expand Down
6 changes: 5 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,8 @@ BUILD_LOCALES=
LIMIT_CPUS=

# Enables the bundle analyzer
ANALYZE=false
ANALYZE=false

# Use mock data for development. Set to "false" to use live data but you must have the
# environment variables set to make api requests
USE_MOCK_DATA=true
13 changes: 12 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,17 @@
"varsIgnorePattern": "^_$"
}
],
"unused-imports/no-unused-imports-ts": "warn"
"unused-imports/no-unused-imports-ts": "warn",
"no-restricted-imports": [
"warn",
{
"paths": [
{
"name": "react-i18next",
"message": "Please use next-i18next instead of react-i18next."
}
]
}
]
}
}
3 changes: 2 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
* @wackerow @corwintines @pettinarip @minimalsm @nhsz
* @wackerow @corwintines @pettinarip @minimalsm

# Owners of specific files
/src/data/consensus-bounty-hunters.json @djrtwo @asanso @fredriksvantes
/src/data/wallets/new-to-crypto.ts @konopkja @minimalsm
32 changes: 0 additions & 32 deletions .github/workflows/wallets-check.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .storybook/i18next.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import i18n, { Resource } from "i18next"
// eslint-disable-next-line no-restricted-imports
import { initReactI18next } from "react-i18next"

export const baseLocales = {
Expand All @@ -22,7 +23,9 @@ export const ns = [
"page-developers-index",
"page-what-is-ethereum",
"page-upgrades-index",
"page-wallets-find-wallet",
"page-developers-docs",
"table",
] as const
const supportedLngs = Object.keys(baseLocales)

Expand Down
6 changes: 5 additions & 1 deletion .storybook/modes.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import pickBy from "lodash/pickBy"

import { baseLocales } from "./i18next"
import { breakpointSet } from "./preview"

Expand All @@ -12,7 +14,9 @@ export const viewportModes = breakpointSet.reduce<{
}
}, {})

export const langModes = Object.keys(baseLocales).reduce<{
const localesToTest = ["en", "fa"]
const locales = pickBy(baseLocales, (_, key) => localesToTest.includes(key))
export const langModes = Object.keys(locales).reduce<{
[locale: string]: { locale: string }
}>((arr, curr) => {
return {
Expand Down
1 change: 1 addition & 0 deletions .storybook/utils.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// eslint-disable-next-line no-restricted-imports
import { getI18n } from "react-i18next"

import { ns as exposedNs } from "./i18next"
Expand Down
71 changes: 71 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
# Code of conduct

## Mission

To develop and maintain the most comprehensive and accessible knowledge hub for Ethereum.

## Values

The ethereum.org community strives to be:

- educational, intended to help everyone to understand Ethereum
- inclusive
- accessible
- community-driven
- focused on Ethereum’s underlying technology and use-cases
- focused on Ethereum concepts and design principles

## What we are not

- The Ethereum Foundation website
- A platform for promoting investments or profiteering of any kind
- A platform for elevating or endorsing individual projects or organizations
- A DEX, CEX or any other form of financial platform
- A platform that gives financial or legal advice of any kind

## Code of conduct

### Pledge

Open participation is core to the ethereum.org ethos. We are a website and community maintained by thousands of contributors, and this is only possible if we maintain a welcoming, participatory environment. To this end, contributors to this site pledge to maintain a harassment-free environment for all participants across all ethereum.org platforms and community spaces. The ethereum.org community welcomes and values anyone who wants to participate in a constructive and friendly way, regardless of age, disability, ethnicity, sex characteristics, gender identity, level of experience, area of expertise, education, socio-economic status, nationality, personal appearance, race, religion or any other dimension of diversity.

### Scope

This Code of Conduct applies to all ethereum.org spaces (such as GitHub, Discord, Figma, Crowdin, Twitter and other online platforms), and it also applies when the community is represented in real-world public spaces such as at meetups, conferences and events.

### Our standards

Examples of behavior that contributes to creating a positive environment include:

- Using welcoming and inclusive language
- Being respectful of differing viewpoints and experiences
- Gracefully accepting and/or empathetically providing constructive criticism
- Acting calmly and professionally when resolving conflicts or disagreements
- Showing empathy and tolerance towards other community members
- Encouraging and amplifying new voices in the community

Examples of unacceptable behavior by participants include:

- Physical violence, threatening physical violence or encouraging of physical violence of any kind
- Using sexualized language or imagery or imposing unwelcome sexual attention
- Impersonating another individual or otherwise dishonestly claiming affiliation with some individual or organization
- Trolling, insulting/derogatory comments, and personal or political attacks
- Harassing other community members in public or private channels
- Publishing others’ private information, such as a physical or electronic address, without explicit permission
- Social engineering, scamming or otherwise manipulating other community members
- Promoting investments, tokens, projects or anything else for personal monetary or non-monetary gain
- Spamming servers with off-topic content
- Disregarding requests or warnings from community moderators
- Engaging in other conduct which could reasonably be considered inappropriate in a professional setting

### Reporting

Violations of the code of conduct will normally be visible to the community as we try to do everything in open, public channels, allowing community members to self-police.

However, if something happens that you feel needs attention, you can raise it with someone who has a moderation role (e.g. discord guide) so that they can help investigate and execute the appropriate response.

When reporting, please include as much detail as possible, including specific examples and timestamps. This will help to ensure a fair outcome.

### Enforcement

Depending on the severity, people who violate the code of conduct can receive warnings, temporary bans or permanent bans from ethereum.org communities.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center" style="margin-top: 1em; margin-bottom: 2em;">
<p><a href="https://ethereum.org"><img alt="ethereum logo" src="./eth-transparent.png" alt="ethereum.org" width="125"></a></p>
<p><a href="https://ethereum.org"><img alt="ethereum logo" src="./public/images/assets/eth-transparent.png" alt="ethereum.org" width="125"></a></p>
<p>👋 Contributing to ethereum.org</p>
</h1>

Expand Down
Loading

0 comments on commit 973d645

Please sign in to comment.