Skip to content

Commit 9e30d63

Browse files
committed
Merge branch 'dev' into refactor/shadcn-quiz-widget
2 parents e53504f + c596b5f commit 9e30d63

File tree

325 files changed

+3926
-3975
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

325 files changed

+3926
-3975
lines changed

.all-contributorsrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12607,6 +12607,24 @@
1260712607
"contributions": [
1260812608
"maintenance"
1260912609
]
12610+
},
12611+
{
12612+
"login": "rafagomes",
12613+
"name": "Rafa Gomes",
12614+
"avatar_url": "https://avatars.githubusercontent.com/u/565337?v=4",
12615+
"profile": "https://github.com/rafagomes",
12616+
"contributions": [
12617+
"code"
12618+
]
12619+
},
12620+
{
12621+
"login": "ddannehh",
12622+
"name": "ddannehh",
12623+
"avatar_url": "https://avatars.githubusercontent.com/u/109203827?v=4",
12624+
"profile": "https://github.com/ddannehh",
12625+
"contributions": [
12626+
"design"
12627+
]
1261012628
}
1261112629
],
1261212630
"contributorsPerLine": 7,

.storybook/i18next.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ export const ns = [
2323
"page-developers-index",
2424
"page-what-is-ethereum",
2525
"page-upgrades-index",
26+
"page-wallets-find-wallet",
2627
"page-developers-docs",
28+
"table",
2729
] as const
2830
const supportedLngs = Object.keys(baseLocales)
2931

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1930,6 +1930,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
19301930
<tr>
19311931
<td align="center" valign="top" width="14.28%"><a href="http://amarachijohnson.com"><img src="https://avatars.githubusercontent.com/u/41474439?v=4?s=100" width="100px;" alt="Amarachi Johnson-Ubah"/><br /><sub><b>Amarachi Johnson-Ubah</b></sub></a><br /><a href="#ideas-emmanuellar" title="Ideas, Planning, & Feedback">🤔</a></td>
19321932
<td align="center" valign="top" width="14.28%"><a href="http://sumitvekariya.surge.sh"><img src="https://avatars.githubusercontent.com/u/20764957?v=4?s=100" width="100px;" alt="Sumit Vekariya"/><br /><sub><b>Sumit Vekariya</b></sub></a><br /><a href="#maintenance-sumitvekariya" title="Maintenance">🚧</a></td>
1933+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/rafagomes"><img src="https://avatars.githubusercontent.com/u/565337?v=4?s=100" width="100px;" alt="Rafa Gomes"/><br /><sub><b>Rafa Gomes</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=rafagomes" title="Code">💻</a></td>
1934+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ddannehh"><img src="https://avatars.githubusercontent.com/u/109203827?v=4?s=100" width="100px;" alt="ddannehh"/><br /><sub><b>ddannehh</b></sub></a><br /><a href="#design-ddannehh" title="Design">🎨</a></td>
19331935
</tr>
19341936
</tbody>
19351937
</table>

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereum-org-website",
3-
"version": "9.0.1",
3+
"version": "9.1.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -45,12 +45,14 @@
4545
"@radix-ui/react-portal": "^1.1.1",
4646
"@radix-ui/react-progress": "^1.1.0",
4747
"@radix-ui/react-radio-group": "^1.2.0",
48+
"@radix-ui/react-select": "^2.1.1",
4849
"@radix-ui/react-slot": "^1.1.0",
4950
"@radix-ui/react-switch": "^1.1.0",
5051
"@radix-ui/react-tabs": "^1.1.0",
5152
"@radix-ui/react-tooltip": "^1.1.2",
5253
"@radix-ui/react-visually-hidden": "^1.1.0",
5354
"@socialgouv/matomo-next": "^1.8.0",
55+
"@tanstack/react-table": "^8.19.3",
5456
"chart.js": "^4.4.2",
5557
"chartjs-plugin-datalabels": "^2.2.0",
5658
"class-variance-authority": "^0.7.0",
@@ -87,6 +89,7 @@
8789
"tailwind-variants": "^0.2.1",
8890
"tailwindcss-animate": "^1.0.7",
8991
"usehooks-ts": "^3.1.0",
92+
"vaul": "^1.0.0",
9093
"yaml-loader": "^0.8.0"
9194
},
9295
"devDependencies": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Goerli is a testnet for testing validating and staking. The Goerli network is op
9292
- [Coinbase Wallet Faucet | Goerli](https://coinbase.com/faucets/ethereum-goerli-faucet)
9393
- [Chainstack Goerli faucet](https://faucet.chainstack.com/goerli-faucet)
9494

95-
To launch a Validator on Goerli testnet, use ethstaker's ["cheap goerli validator" launchpad](https://goerli.launchpad.ethstaker.cc/en/).
95+
To launch a Validator on Holesky testnet, use ethstaker's ["cheap Holesky validator" launchpad](https://holesky.launchpad.ethstaker.cc/en/).
9696

9797
### Layer 2 testnets {#layer-2-testnets}
9898

public/content/translations/cs/developers/docs/networks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Goerli je testovací síť pro testování validace a uzamčení. Síť Goerli j
9191
- [Coinbase Wallet Faucet | Goerli](https://coinbase.com/faucets/ethereum-goerli-faucet)
9292
- [Chainstack Goerli faucet](https://faucet.chainstack.com/goerli-faucet)
9393

94-
Chcete-li spustit validátor na testovací síti Goerli, použijte [launchpad „cheap goerli validator“](https://goerli.launchpad.ethstaker.cc/en/) od ethstaker.
94+
Chcete-li spustit validátor na testovací síti Goerli, použijte [launchpad „cheap goerli validator“](https://holesky.launchpad.ethstaker.cc/en/) od ethstaker.
9595

9696
### Testovací sítě druhé vrstvy {#layer-2-testnets}
9797

public/content/translations/de/developers/docs/development-networks/index.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,6 @@ Sie _könnten_ [einen Knoten betreiben](/developers/docs/nodes-and-clients/#runn
2828

2929
**Hinweis**: Die meisten [Entwicklerframeworks](/developers/docs/frameworks/) enthalten ein integriertes Entwicklungsnetzwerk. Wir empfehlen Ihnen, mit einem Framework für die Einrichtung [Ihrer lokalen Entwicklungsumgebung](/developers/local-environment/) zu beginnen.
3030

31-
### Ganache {#ganache}
32-
33-
Führen Sie kurzerhand eine persönliche Ethereum-Blockchain aus, die Sie zum Ausführen von Tests und Befehlen und zur Prüfung des Status verwenden können, während Sie die Funktionsweise der Chain kontrollieren.
34-
35-
Ganache bietet sowohl eine Desktop-Anwendung (Ganache UI), als auch ein Befehlszeilentool (`ganache-cli`). Es ist Teil der Truffel-Toolsuite.
36-
37-
- [Website](https://www.trufflesuite.com/ganache)
38-
- [GitHub](https://github.com/trufflesuite/ganache)
39-
- [Dokumentation](https://www.trufflesuite.com/docs/ganache/overview)
40-
4131
### Hardhat Network {#hardhat-network}
4232

4333
Ein lokales Ethereum-Netzwerk, das für die Entwicklung konzipiert ist. Die können darin Ihre Contracts bereitstellen, Tests durchführen und Ihren Code debuggen.

public/content/translations/de/developers/docs/frameworks/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,6 @@ Bevor Sie sich mit Frameworks beschäftigen, empfehlen wir, dass Sie sich mit de
105105
- [GitHub](https://github.com/eth-brownie/brownie)
106106
- **Brownie wird derzeit nicht gewartet**
107107

108-
**Truffle –** **_Entwicklungsumgebung, Test-Framework, Build-Pipeline und weitere Tools._**
109-
110-
- [trufflesuite.com](https://www.trufflesuite.com/)
111-
- [GitHub](https://github.com/trufflesuite/truffle)
112-
- **Die Entwicklung von Truffle ist beendet**[mehr erfahren](https://twitter.com/trufflesuite/status/1704946902393860589?t=NlIWeLTbBSAaJmS5uUAhSA&s=19)
113-
114108
**OpenZeppelin SDK –** **_das ultimative Smart-Contract-Toolkit: eine Suite an Tools, die Ihnen helfen, zu entwickeln, zu kompilieren, zu aktualisieren, bereitzustellen und mit Smart Contracts zu interagieren._**
115109

116110
- [OpenZeppelin SDK](https://openzeppelin.com/sdk/)

public/content/translations/de/developers/docs/ides/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ Die meisten etablierten IDEs haben Plugins entwickelt, um die Ethereum-Entwicklu
4141
- [Code-Beispiele](https://github.com/Azure-Samples/blockchain/blob/master/blockchain-workbench/application-and-smart-contract-samples/readme.md)
4242
- [GitHub](https://github.com/microsoft/vscode)
4343

44-
**Atom –** **_Ein anpassbarer Texteditor für das 21. Jahrhundert_**
45-
46-
- [Atom](https://atom.io/)
47-
- [GitHub](https://github.com/atom)
48-
- [Ethereum-Pakete](https://atom.io/packages/search?utf8=%E2%9C%93&q=keyword%3Aethereum&commit=Search)
49-
5044
**JetBrains IDEs (IntelliJ IDEA, usw.) ** **_Unverzichtbare Werkzeuge für Softwareentwickler und -teams_**
5145

5246
- [JetBrains](https://www.jetbrains.com/)

public/content/translations/de/developers/docs/networks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Goerli ist ein Testnet zum Testen, Validieren und Staking. Das Goerli-Netzwerk i
9191
- [Coinbase Wallet Faucet | Goerli](https://coinbase.com/faucets/ethereum-goerli-faucet)
9292
- [Chainstack Goerli-Faucet](https://faucet.chainstack.com/goerli-faucet)
9393

94-
Um einen Validator im Goerli-Testnet zu starten, verwenden Sie das [Launchpad "cheap goerli validator"](https://goerli.launchpad.ethstaker.cc/en/) von ethstaker.
94+
Um einen Validator im Goerli-Testnet zu starten, verwenden Sie das [Launchpad "cheap goerli validator"](https://holesky.launchpad.ethstaker.cc/en/) von ethstaker.
9595

9696
### Layer-2-Testnets {#layer-2-testnets}
9797

0 commit comments

Comments
 (0)