Skip to content

Commit 6713f84

Browse files
authored
Merge pull request #10851 from ethereum/dev
release candidate v7.18.0
2 parents 8ee8495 + ba600d3 commit 6713f84

File tree

35 files changed

+111
-255
lines changed

35 files changed

+111
-255
lines changed

.all-contributorsrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10366,6 +10366,24 @@
1036610366
"contributions": [
1036710367
"content"
1036810368
]
10369+
},
10370+
{
10371+
"login": "TucksonDev",
10372+
"name": "Tuckson",
10373+
"avatar_url": "https://avatars.githubusercontent.com/u/105675159?v=4",
10374+
"profile": "https://github.com/TucksonDev",
10375+
"contributions": [
10376+
"content"
10377+
]
10378+
},
10379+
{
10380+
"login": "Akamig",
10381+
"name": "Akamig",
10382+
"avatar_url": "https://avatars.githubusercontent.com/u/6278999?v=4",
10383+
"profile": "https://twitter.com/_Akamig",
10384+
"contributions": [
10385+
"content"
10386+
]
1036910387
}
1037010388
],
1037110389
"contributorsPerLine": 7,

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1622,6 +1622,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
16221622
<tr>
16231623
<td align="center" valign="top" width="14.28%"><a href="https://surajanand88.github.io/portfolio/"><img src="https://avatars.githubusercontent.com/u/120190623?v=4?s=100" width="100px;" alt="Suraj Anand"/><br /><sub><b>Suraj Anand</b></sub></a><br /><a href="#content-SurajAnand88" title="Content">🖋</a></td>
16241624
<td align="center" valign="top" width="14.28%"><a href="https://github.com/MwitahJob"><img src="https://avatars.githubusercontent.com/u/136892656?v=4?s=100" width="100px;" alt="Mwitah "/><br /><sub><b>Mwitah </b></sub></a><br /><a href="#content-MwitahJob" title="Content">🖋</a></td>
1625+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/TucksonDev"><img src="https://avatars.githubusercontent.com/u/105675159?v=4?s=100" width="100px;" alt="Tuckson"/><br /><sub><b>Tuckson</b></sub></a><br /><a href="#content-TucksonDev" title="Content">🖋</a></td>
1626+
<td align="center" valign="top" width="14.28%"><a href="https://twitter.com/_Akamig"><img src="https://avatars.githubusercontent.com/u/6278999?v=4?s=100" width="100px;" alt="Akamig"/><br /><sub><b>Akamig</b></sub></a><br /><a href="#content-Akamig" title="Content">🖋</a></td>
16251627
</tr>
16261628
</tbody>
16271629
</table>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereum-org-website",
3-
"version": "7.17.2",
3+
"version": "7.18.0",
44
"description": "Website of ethereum.org",
55
"main": "index.js",
66
"repository": "git@github.com:ethereum/ethereum-org-website.git",

src/assets/layer-2/arbitrum.png

56 KB
Loading

src/components/Footer.tsx

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ import {
99
useToken,
1010
} from "@chakra-ui/react"
1111
import { graphql, useStaticQuery } from "gatsby"
12-
import React from "react"
13-
import { FaGithub, FaTwitter, FaYoutube, FaDiscord } from "react-icons/fa"
1412
import { useI18next, useTranslation } from "gatsby-plugin-react-i18next"
13+
import React from "react"
14+
import { FaDiscord, FaGithub, FaTwitter, FaYoutube } from "react-icons/fa"
1515

1616
import { Lang } from "../utils/languages"
1717
import { getLocaleTimestamp } from "../utils/time"
@@ -24,24 +24,27 @@ const socialLinks = [
2424
icon: FaGithub,
2525
to: "https://github.com/ethereum/ethereum-org-website",
2626
ariaLabel: "GitHub",
27+
color: "#333",
2728
},
2829
{
2930
icon: FaTwitter,
3031
to: "https://twitter.com/ethdotorg",
3132
ariaLabel: "Twitter",
33+
color: "#1DA1F2",
3234
},
3335
{
3436
icon: FaYoutube,
3537
to: "https://youtube.com/channel/UCNOfzGXD_C9YMYmnefmPH0g",
3638
ariaLabel: "Youtube",
39+
color: "#FF0000",
3740
},
3841
{
3942
icon: FaDiscord,
4043
to: "https://discord.gg/CetY6Y4",
4144
ariaLabel: "Discord",
45+
color: "#7289da",
4246
},
4347
]
44-
4548
export interface LinkSection {
4649
title: TranslationKey
4750
links: Array<{
@@ -324,7 +327,16 @@ const Footer: React.FC<IProps> = () => {
324327
color="secondary"
325328
aria-label={link.ariaLabel}
326329
>
327-
<Icon as={link.icon} fontSize="4xl" ml={4} />
330+
<Icon
331+
as={link.icon}
332+
_hover={{
333+
color: link.color,
334+
transition:
335+
"color 0.2s ease-in-out, transform 0.2s ease-in-out",
336+
}}
337+
fontSize="4xl"
338+
ml={4}
339+
/>
328340
</Link>
329341
)
330342
})}

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,18 @@ Start by reading about the ethereum.org mission and values in our [code of condu
2323

2424
## Researchers & Academics <Emoji text=":mag:" size={1} />‍ {#researchers-and-academics}
2525

26-
Do you have a background in mathematics, cryptography, or economics? You might be interested in some of the cutting-edge work being done within the Ethereum ecosystem
27-
26+
Do you have a background in mathematics, cryptography, or economics? You might be interested in some of the cutting-edge work being done within the Ethereum ecosystem:
27+
28+
- Write or review an Ethereum Improvement Proposal
29+
- Write an EIP
30+
1. Submit your idea on [Ethereum Magicians](https://ethereum-magicians.org)
31+
2. Read [EIP-1](https://eip.ethereum.org/EIPS/eip-1) - **Yes, that's the _entire_ document.**
32+
3. Follow the directons in EIP-1. Reference it as you write your draft.
33+
- Learn how to become an [EIP Editor](https://eips.ethereum.org/EIPS/eip-5069)
34+
- You can peer-review EIPs right now! See [open PRs with the `e-review` tag](https://github.com/ethereum/EIPs/pulls?q=is%3Apr+is%3Aopen+label%3Ae-review). Provide technical feedback on the `discussion-to` link.
35+
- Participate in [EIP Governance](https://github.com/ethereum-cat-herders/EIPIP)
36+
- Join the [Ethereum Cat Herders Discord](https://discord.io/EthCatHerders)
37+
- [More on EIPs](/eips/)
2838
- [Challenges.ethereum.org](https://challenges.ethereum.org/) - a series of high-value research bounties, where you can earn >$100,000 USD
2939
- [Ethresear.ch](https://ethresear.ch) - Ethereum’s primary forum for research, and the world’s most influential forum for cryptoeconomics
3040
- [EF Research AMA](https://old.reddit.com/r/ethereum/comments/vrx9xe/ama_we_are_ef_research_pt_8_07_july_2022) - An ongoing Q&A series with researchers. As each next part opens, anyone can post questions.

src/content/contributing/translation-program/translatathon/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Individuals will participate in the Translatathon as normal, competing only agai
7474
6. Translate!
7575

7676
<InfoBanner shouldCenter emoji=":heavy_exclamation_mark:">
77-
When translating, do not use machine translation or submit low-quality translations, since all translations will be reviewed, and participants found using machine translation or submitting inaccurate translations will be disqualified from competing for prizes!
77+
When translating, do not use machine translation or submit low-quality translations, since all translations will be reviewed, and <strong>participants found using machine translation or submitting inaccurate translations will be disqualified from competing for prizes!</strong>
7878
</InfoBanner>
7979

8080
## Details and submission criteria {#details}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,12 @@ These libraries abstract away much of the complexity of interacting directly wit
161161
- [GitHub](https://github.com/BlockPILabs)
162162
- [Discord](https://discord.com/invite/xTvGVrGVZv)
163163

164+
**Tokenview -** **_The General Multi-Crypto Blockchain APIs Platform._**
165+
166+
- [services.tokenview.io](https://services.tokenview.io/)
167+
- [Documentation](https://services.tokeniew/docs?type=api)
168+
- [Github](https://github.com/Tokenview)
169+
164170
## Further reading {#further-reading}
165171

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

src/content/developers/docs/data-structures-and-encoding/web3-secret-storage/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -126,18 +126,18 @@ Test vector using AES-128-CTR and Scrypt:
126126
"crypto": {
127127
"cipher": "aes-128-ctr",
128128
"cipherparams": {
129-
"iv": "83dbcc02d8ccb40e466191a123791e0e"
129+
"iv": "740770fce12ce862af21264dab25f1da"
130130
},
131-
"ciphertext": "d172bf743a674da9cdad04534d56926ef8358534d458fffccd4e6ad2fbde479c",
131+
"ciphertext": "dd8a1132cf57db67c038c6763afe2cbe6ea1949a86abc5843f8ca656ebbb1ea2",
132132
"kdf": "scrypt",
133133
"kdfparams": {
134134
"dklen": 32,
135135
"n": 262144,
136-
"p": 8,
137-
"r": 1,
138-
"salt": "ab0c7876052600dd703518d6fc3fe8984592145b591fc8fb5c6d43190334ba19"
136+
"p": 1,
137+
"r": 8,
138+
"salt": "25710c2ccd7c610b24d068af83b959b7a0e5f40641f0c82daeb1345766191034"
139139
},
140-
"mac": "2103ac29920d71da29f15d75b4a16dbe95cfd7ff8faea1056c33131d846e3097"
140+
"mac": "337aeb86505d2d0bb620effe57f18381377d67d76dac1090626aa5cd20886a7c"
141141
},
142142
"id": "3198bc9c-6672-5ab3-d995-4942343ae5b6",
143143
"version": 3
@@ -146,10 +146,10 @@ Test vector using AES-128-CTR and Scrypt:
146146

147147
**Intermediates**:
148148

149-
`Derived key`: `fac192ceb5fd772906bea3e118a69e8bbb5cc24229e20d8766fd298291bba6bd`
150-
`MAC Body`: `bb5cc24229e20d8766fd298291bba6bdd172bf743a674da9cdad04534d56926ef8358534d458fffccd4e6ad2fbde479c`
151-
`MAC`: `2103ac29920d71da29f15d75b4a16dbe95cfd7ff8faea1056c33131d846e3097`
152-
`Cipher key`: `fac192ceb5fd772906bea3e118a69e8b`
149+
`Derived key`: `7446f59ecc301d2d79bc3302650d8a5cedc185ccbb4bf3ca1ebd2c163eaa6c2d`
150+
`MAC Body`: `edc185ccbb4bf3ca1ebd2c163eaa6c2ddd8a1132cf57db67c038c6763afe2cbe6ea1949a86abc5843f8ca656ebbb1ea2`
151+
`MAC`: `337aeb86505d2d0bb620effe57f18381377d67d76dac1090626aa5cd20886a7c`
152+
`Cipher key`: `7446f59ecc301d2d79bc3302650d8a5c`
153153

154154
## Alterations from Version 1 {#alterations-from-v2}
155155

src/content/developers/docs/nodes-and-clients/nodes-as-a-service/index.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ Here is a list of some of the most popular Ethereum node providers, feel free to
270270
- [**QuickNode**](https://www.quicknode.com)
271271
- [Docs](https://www.quicknode.com/docs/)
272272
- Features
273-
- Industry-leading performance and reliability
274273
- 24/7 technical support & dev Discord community
275274
- Geo-balanced, multi cloud/metal, low-latency network
276275
- Multichain support (Optimism, Arbitrum, Polygon + 11 others)
@@ -360,6 +359,19 @@ Here is a list of some of the most popular Ethereum node providers, feel free to
360359
- Provides both managed cloud and bring your own cloud options to choose from and supports all major cloud providers like AWS, Azure, Google Cloud, Digital Ocean and on-premise.
361360
- We use intelligent routing to hit the node closest to your user every time
362361

362+
[**Tokenview**](https://services.tokenview.io/)
363+
364+
- [Docs](https://services.tokeniew/docs?type=nodeService)
365+
- Features
366+
- 24/7 technical support & Dev Telegram community
367+
- Multichain support (Bitcoin, Ethereum, Tron, BNB Smart Chain, Ethereum Classic)
368+
- Both rpc and wss endpoints are open to use
369+
- Unlimited access to archive data API
370+
- Dashboard with Request Explorer and Mempool Watcher
371+
- NFT data API and Webhook notify
372+
- Pay in Crypto
373+
- External support for extra behavior requirements
374+
363375
## Further reading {#further-reading}
364376

365377
- [List of Ethereum node services](https://ethereumnodes.com/)

0 commit comments

Comments
 (0)