Skip to content

Commit c9cd4c9

Browse files
Merge remote-tracking branch 'origin/dev' into feat/chromatic-story-modes
2 parents 3f869a3 + b4aa175 commit c9cd4c9

File tree

36 files changed

+3331
-2151
lines changed

36 files changed

+3331
-2151
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11774,6 +11774,15 @@
1177411774
"content",
1177511775
"bug"
1177611776
]
11777+
},
11778+
{
11779+
"login": "JeffreyJoel",
11780+
"name": "Jeffrey Owoloko",
11781+
"avatar_url": "https://avatars.githubusercontent.com/u/72028836?v=4",
11782+
"profile": "https://github.com/JeffreyJoel",
11783+
"contributions": [
11784+
"maintenance"
11785+
]
1177711786
}
1177811787
],
1177911788
"contributorsPerLine": 7,

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1807,6 +1807,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
18071807
<tr>
18081808
<td align="center" valign="top" width="14.28%"><a href="http://croath.com"><img src="https://avatars.githubusercontent.com/u/1398729?v=4?s=100" width="100px;" alt="Croath Liu"/><br /><sub><b>Croath Liu</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=croath" title="Documentation">📖</a> <a href="https://github.com/ethereum/ethereum-org-website/commits?author=croath" title="Code">💻</a></td>
18091809
<td align="center" valign="top" width="14.28%"><a href="https://github.com/HayattiQ"><img src="https://avatars.githubusercontent.com/u/5105841?v=4?s=100" width="100px;" alt="Hayatti"/><br /><sub><b>Hayatti</b></sub></a><br /><a href="#content-HayattiQ" title="Content">🖋</a> <a href="https://github.com/ethereum/ethereum-org-website/issues?q=author%3AHayattiQ" title="Bug reports">🐛</a></td>
1810+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JeffreyJoel"><img src="https://avatars.githubusercontent.com/u/72028836?v=4?s=100" width="100px;" alt="Jeffrey Owoloko"/><br /><sub><b>Jeffrey Owoloko</b></sub></a><br /><a href="#maintenance-JeffreyJoel" title="Maintenance">🚧</a></td>
18101811
</tr>
18111812
</tbody>
18121813
</table>

SECURITY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
Generally only the latest version of this software is in production, and risks are more related to the potential for users to be directed to scams.
6+
7+
## Reporting a Vulnerability
8+
9+
It is recommended that any potential critical vulnerabilities be reported through the [email protected] email address using the PGP outlined in https://ethereum.org/.well-known/security.txt

public/content/community/get-involved/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Start by reading about the ethereum.org mission and values in our [code of condu
1313
## Developers <Emoji text=":computer:" size={1} />‍ {#developers}
1414

1515
- Learn about and try Ethereum at [ethereum.org/developers/](/developers/)
16-
- [Find a bounty on Gitcoin](https://gitcoin.co/), work on a small or large technical issue, earn crypto!
1716
- Attend an [ETHGlobal](http://ethglobal.co/) hackathon near you!
1817
- Check out [projects related to your area of expertise or programming language of choice](/developers/docs/programming-languages/)
1918
- Watch or participate in the [Core Dev calls](https://www.youtube.com/@EthereumProtocol)

public/content/developers/docs/apis/backend/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,14 @@ These libraries abstract away much of the complexity of interacting directly wit
175175
- [Documentation](https://docs.watchdata.io/)
176176
- [Discord](https://discord.com/invite/TZRJbZ6bdn)
177177

178+
**Covalent -** **_Enriched blockchain APIs for 200+ Chains._**
179+
180+
- [covalenthq.com](https://www.covalenthq.com/)
181+
- [Documentation](https://www.covalenthq.com/docs/api/)
182+
- [GitHub](https://github.com/covalenthq)
183+
- [Discord](https://www.covalenthq.com/discord/)
184+
185+
178186
## Further reading {#further-reading}
179187

180188
_Know of a community resource that helped you? Edit this page and add it!_

public/content/developers/docs/consensus-mechanisms/pos/faqs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Validators have to stake ETH so that they have something to lose if they misbeha
7474

7575
## How are validators selected? {#how-are-validators-selected}
7676

77-
A single validator is pseudo-randomly chosen to propose a block in each slot using an algorithm called RANDAO that mixes a hash from the block proposer with a seed that gets updated every block. This value is used to select a specific validator from the total validator set. The validator selection is fixed four epochs in advance.
77+
A single validator is pseudo-randomly chosen to propose a block in each slot using an algorithm called RANDAO that mixes a hash from the block proposer with a seed that gets updated every block. This value is used to select a specific validator from the total validator set. The validator selection is fixed two epochs in advance.
7878

7979
[More on validator selection](/developers/docs/consensus-mechanisms/pos/block-proposal)
8080

public/content/developers/docs/evm/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Over Ethereum's nine year history, the EVM has undergone several revisions, and
7676
- [Ethereum Virtual Machine Opcodes](https://www.ethervm.io/)
7777
- [Ethereum Virtual Machine Opcodes Interactive Reference](https://www.evm.codes/)
7878
- [A short introduction in Solidity's documentation](https://docs.soliditylang.org/en/latest/introduction-to-smart-contracts.html#index-6)
79-
- [Mastering Ethereum - The Ethereum Virtual Machine](https://github.com/ethereumbook/ethereumbook/blob/develop/13evm.asciidoc))
79+
- [Mastering Ethereum - The Ethereum Virtual Machine](https://github.com/ethereumbook/ethereumbook/blob/develop/13evm.asciidoc)
8080

8181
## Related Topics {#related-topics}
8282

public/content/translations/ca/community/get-involved/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ La comunitat Ethereum inclou gent de diferents àmbits i amb diferents habilitat
1111
## Desenvolupadors <Emoji text=":computer:" size={1} /> {#developers}
1212

1313
- Descobriu i proveu Ethereum en [ethereum.org/developers/](/developers/)
14-
- [Trobeu una recompensa en Gitcoin](https://gitcoin.co/), treballeu en un problema tècnic gran o petit, guanyeu criptoactius!
1514
- Assistiu a una convenció de programadors [ETHGlobal](http://ethglobal.co/) al vostre voltant!
1615
- Doneu una ullada a [projectes relacionats amb la vostra àrea de coneixements o de llenguatge de programació de la vostra elecció](/developers/docs/programming-languages/)
1716
- Mireu o participeu en les [trucades de desenvolupament bàsic](https://www.youtube.com/@EthereumProtocol)

public/content/translations/de/community/get-involved/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Machen Sie sich zunächst mit der Mission und den Grundsätze von ethereum.org i
1313
## Entwickler <Emoji text=":computer." size={1} /> {#developers}
1414

1515
- Erfahren Sie mehr über Ethereum auf [ethereum.org/developers/](/developers/)
16-
- [Finden Sie ein Bounty auf Gitcoin](https://gitcoin.co/), arbeiten Sie an kleinen und großen technischen Problemen und verdienen Sie Kryptowährung.
1716
- Besuchen Sie ein [ETHGlobal](http://ethglobal.co/)-Hakathon in Ihrer Nähe.
1817
- Schauen Sie sich an, welche [Projekte im Zusammenhang mit Ihrem Fachgebiet oder der Programmiersprache Ihrer Wahl](/developers/docs/programming-languages/) es gibt
1918
- Nehmen Sie teil an den [Core DEV-Calls](https://www.youtube.com/@EthereumProtocol) oder sehen Sie sie sich an

public/content/translations/el/community/get-involved/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ lang: el
1313
## Προγραμματιστές <Emoji text=":computer:" size={1} /> {#developers}
1414

1515
- Μάθετε σχετικά και δοκιμάστε το Ethereum στο [ethereum.org/developers/](/developers/).
16-
- [Εντοπίστε ένα σφάλμα στο Gitcoin](https://gitcoin.co/), εργαστείτε σε ένα μικρό ή μεγάλο τεχνικό ζήτημα και κερδίστε κρυπτονομίσματα!
1716
- Παρακολουθήστε ένα [ETHGlobal](http://ethglobal.co/) hackathon κοντά σας!
1817
- Δείτε τα [έργα που σχετίζονται με τον τομέα που γνωρίζετε καλύτερα ή τη γλώσσα προγραμματισμού της επιλογής σας](/developers/docs/programming-languages/).
1918
- Παρακολουθήστε ή συμμετέχετε στις [Συγκεντρώσεις των βασικών προγραμματιστών](https://www.youtube.com/@EthereumProtocol).

0 commit comments

Comments
 (0)