Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerAPfledderer committed Apr 14, 2023
1 parent 7ae40db commit 97faab2
Show file tree
Hide file tree
Showing 2,151 changed files with 76,191 additions and 45,386 deletions.
135 changes: 135 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -10037,6 +10037,141 @@
"contributions": [
"content"
]
},
{
"login": "mesquitaoliveira",
"name": "Mesquita Oliveira",
"avatar_url": "https://avatars.githubusercontent.com/u/92008139?v=4",
"profile": "https://github.com/mesquitaoliveira",
"contributions": [
"doc"
]
},
{
"login": "Juancamp1987",
"name": "Juan José Giraldo",
"avatar_url": "https://avatars.githubusercontent.com/u/91024217?v=4",
"profile": "http://www.juanjosegiraldo.com",
"contributions": [
"content"
]
},
{
"login": "Ash20pk",
"name": "Ash@metaschool",
"avatar_url": "https://avatars.githubusercontent.com/u/86375577?v=4",
"profile": "https://github.com/Ash20pk",
"contributions": [
"content"
]
},
{
"login": "t-rutten",
"name": "Tom Rutten",
"avatar_url": "https://avatars.githubusercontent.com/u/1389793?v=4",
"profile": "https://github.com/t-rutten",
"contributions": [
"content"
]
},
{
"login": "chawyehsu",
"name": "Chawye Hsu",
"avatar_url": "https://avatars.githubusercontent.com/u/5764917?v=4",
"profile": "http://chawyehsu.com",
"contributions": [
"doc"
]
},
{
"login": "MateusTP",
"name": "Mateus Pimenta",
"avatar_url": "https://avatars.githubusercontent.com/u/59940545?v=4",
"profile": "https://github.com/MateusTP",
"contributions": [
"content"
]
},
{
"login": "ezal",
"name": "ezal",
"avatar_url": "https://avatars.githubusercontent.com/u/6931328?v=4",
"profile": "https://github.com/ezal",
"contributions": [
"bug"
]
},
{
"login": "jarrodwatts",
"name": "Jarrod Watts",
"avatar_url": "https://avatars.githubusercontent.com/u/35651410?v=4",
"profile": "https://jarrodwatts.com",
"contributions": [
"content"
]
},
{
"login": "mlCode111",
"name": "Miao",
"avatar_url": "https://avatars.githubusercontent.com/u/34754144?v=4",
"profile": "https://github.com/mlCode111",
"contributions": [
"code"
]
},
{
"login": "ljiatu",
"name": "Jiatu Liu",
"avatar_url": "https://avatars.githubusercontent.com/u/3280973?v=4",
"profile": "https://github.com/ljiatu",
"contributions": [
"content"
]
},
{
"login": "DeUETH",
"name": "DeUETH",
"avatar_url": "https://avatars.githubusercontent.com/u/107472460?v=4",
"profile": "https://github.com/DeUETH",
"contributions": [
"content"
]
},
{
"login": "erin-at-work",
"name": "erin-at-work",
"avatar_url": "https://avatars.githubusercontent.com/u/50590950?v=4",
"profile": "http://www.erinleelikes.com",
"contributions": [
"content"
]
},
{
"login": "AmazingAng",
"name": "0xAA",
"avatar_url": "https://avatars.githubusercontent.com/u/14728591?v=4",
"profile": "https://github.com/AmazingAng",
"contributions": [
"content"
]
},
{
"login": "changwu-tw",
"name": "changwu",
"avatar_url": "https://avatars.githubusercontent.com/u/1557364?v=4",
"profile": "https://changwu.me/",
"contributions": [
"content"
]
},
{
"login": "uniyj",
"name": "yj",
"avatar_url": "https://avatars.githubusercontent.com/u/84749041?v=4",
"profile": "http://uniyj.eth",
"contributions": [
"content"
]
}
],
"contributorsPerLine": 7,
Expand Down
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ALGOLIA_ADMIN_KEY=insertValue
ETHERSCAN_API_KEY=insertValue
GATSBY_ALGOLIA_APP_ID=insertValue
GATSBY_ALGOLIA_SEARCH_KEY=insertValue
GATSBY_ALGOLIA_BASE_SEARCH_INDEX_NAME=insertValue
GATSBY_GITHUB_TOKEN_READ_ONLY=insertValue
GATSBY_FUNCTIONS_PATH=insertValue

Expand Down
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

# Owners of specific files
/src/data/consensus-bounty-hunters.csv @djrtwo @JustinDrake @asanso @fredriksvantes
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,14 @@ body:
value: |
**Want to contribute?**
We love contributions from the Ethereum community! Please comment on an issue if you're interested in helping out with a PR.
- type: checkboxes
id: bug_report_work_on
attributes:
label: Would you like to work on this issue?
options:
- label: "Yes"
required: false
- label: "No"
required: false
validations:
required: true
12 changes: 10 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ body:
attributes:
value: |
**Want to contribute?**
- type: markdown
- type: checkboxes
id: feature_request_work_on
attributes:
value: We love contributions from the Ethereum community! Please comment on an issue if you're interested in helping out with a PR.
label: Would you like to work on this issue?
options:
- label: "Yes"
required: false
- label: "No"
required: false
validations:
required: true
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/suggest_dapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,14 @@ body:
description: Is usage globally accessible, or do you have restrictions?
validations:
required: true
- type: checkboxes
id: dapp_work_on
attributes:
label: Would you like to work on this issue?
options:
- label: "Yes"
required: false
- label: "No"
required: false
validations:
required: true
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/suggest_dev_tool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,14 @@ body:
attributes:
label: Additional context
description: Add any other context or screenshots about the dev tool here
- type: checkboxes
id: dev_tools_work_on
attributes:
label: Would you like to work on this issue?
options:
- label: "Yes"
required: false
- label: "No"
required: false
validations:
required: true
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/suggest_exchange.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,14 @@ body:
attributes:
label: Do you have any extra information?
description: Add any more info that may make a stronger case for listing this exchange. Consider years of operation, size of company, financial backing etc
- type: checkboxes
id: exchange_work_on
attributes:
label: Would you like to work on this issue?
options:
- label: "Yes"
required: false
- label: "No"
required: false
validations:
required: true
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/suggest_glossary_term.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,14 @@ body:
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here
- type: checkboxes
id: glossary_work_on
attributes:
label: Would you like to work on this issue?
options:
- label: "Yes"
required: false
- label: "No"
required: false
validations:
required: true
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/suggest_layer2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,14 @@ body:
attributes:
label: Is there a block explorer?
description: Are there block explorers for the network? Please share URLs.
- type: checkboxes
id: layer_2_work_on
attributes:
label: Would you like to work on this issue?
options:
- label: "Yes"
required: false
- label: "No"
required: false
validations:
required: true
22 changes: 19 additions & 3 deletions .github/ISSUE_TEMPLATE/suggest_staking_product.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,18 @@ body:
- type: textarea
id: staking_product_signing_keys
attributes:
label: If listing as staking-as-a-service, who holds the signing keys, and withdrawal keys?
label: If listing as staking-as-a-service, who has access to the signing keys?
description: What keys does the user maintain access to? What keys does the service gain access to?
- type: textarea
id: staking_product_withdrawal_credentials
attributes:
label: If a pooled staking service or SaaS provider, what type of withdrawal credentials are being utilized / who holds the withdrawal keys?
description: Are withdrawal credentials utilizing `0x01` type credentials that point to an execution layer address? If so, is this an account chosen by the user, or a pre-determined smart contract?
- type: textarea
id: staking_product_supermajority
attributes:
label: If a pooled staking service, what percent of node operators are running a super-majority consensus layer client?
description: As of last edit, Prysm is the consensus layer client being run by a super-majority of the node operators, which is dangerous for the network. If there is currently a super-majority and this data is known, please list it here with a link to evidence.
label: If a pooled staking service or SaaS provider, what percent of node operators are running a super-majority client?
description: As of last edit, Prysm and Lighthouse are the consensus clients being run by >75% of the node operators, and Geth is the execution client being run by >60% of node operators. This presents risks to the network. If there is currently a super-majority and this data is known, please list it here with a link to evidence.
- type: textarea
id: staking_product_consensus_layer_client_support
attributes:
Expand All @@ -193,3 +198,14 @@ body:
attributes:
label: Social media links
description: List available social media links. ie. Discord, Twitter, Telegram, Reddit
- type: checkboxes
id: staking_product_work_on
attributes:
label: Would you like to work on this issue?
options:
- label: "Yes"
required: false
- label: "No"
required: false
validations:
required: true
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/suggest_tutorial.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,14 @@ body:
attributes:
label: "For tutorials hosted elsewhere: URL to tutorial"
description: Please paste the URL to your tutorial
- type: checkboxes
id: tutorial_work_on
attributes:
label: Would you like to work on this issue?
options:
- label: "Yes"
required: false
- label: "No"
required: false
validations:
required: true
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/suggest_wallet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,3 +294,14 @@ body:
attributes:
label: Does the wallet have any integrated tools not mentioned above?
description: Please provide any information about extra features this wallet has that we may have missed in the above criteria. (e.g. privacy features, transaction batching, etc).
- type: checkboxes
id: wallet_work_on
attributes:
label: Would you like to work on this issue?
options:
- label: "Yes"
required: false
- label: "No"
required: false
validations:
required: true
3 changes: 3 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@
- src/pages/*
- src/pages-conditional/*
- src/content/**/*

"event :date:":
- src/data/community-events.json
43 changes: 43 additions & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# .github/workflows/chromatic.yml

# Workflow name
name: Chromatic Publish and Testing

# Event for the workflow
on:
pull_request:
types:
- opened
- synchronize
- ready_for_review
paths:
# Only run on file changes in any of these paths
- "src/components/**/*"
- "src/pages/**/*"
- "src/pages-conditional/**/*"
- "src/templates/**/*"
- "src/@chakra-ui/gatsby-plugin/**/*"

# List of jobs
jobs:
chromatic-deployment:
# Operating System
runs-on: ubuntu-latest
# Job steps
steps:
# 👇 Version 2 of the action
- name: Checkout repo
uses: actions/checkout@v2
with:
fetch-depth: 0 # 👈 Required to retrieve git history
- name: Install deps
# 👇 Install dependencies with the same package manager used in the project (replace it as needed), e.g. yarn, npm, pnpm
run: yarn
- name: Publish to Chromatic
# 👇 Adds Chromatic as a step in the workflow
uses: chromaui/action@v1
# Options required for Chromatic's GitHub Action
with:
projectToken: fee8e66c9916
# 👇 Only fail if Storybook contains stories that error
exitZeroOnChanges: true
Loading

0 comments on commit 97faab2

Please sign in to comment.