Skip to content

Commit eaf6637

Browse files
authored
Merge branch 'dev' into all-contributors/add-Fuliggine
2 parents 92b8562 + 4660053 commit eaf6637

File tree

5 files changed

+40
-3
lines changed

5 files changed

+40
-3
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10514,6 +10514,15 @@
1051410514
"contributions": [
1051510515
"content"
1051610516
]
10517+
},
10518+
{
10519+
"login": "Omsify",
10520+
"name": "Omsify",
10521+
"avatar_url": "https://avatars.githubusercontent.com/u/87442202?v=4",
10522+
"profile": "https://github.com/Omsify",
10523+
"contributions": [
10524+
"bug"
10525+
]
1051710526
}
1051810527
],
1051910528
"contributorsPerLine": 7,

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1642,6 +1642,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
16421642
<td align="center" valign="top" width="14.28%"><a href="https://github.com/etan-status"><img src="https://avatars.githubusercontent.com/u/89844309?v=4?s=100" width="100px;" alt="Etan Kissling"/><br /><sub><b>Etan Kissling</b></sub></a><br /><a href="#content-etan-status" title="Content">🖋</a></td>
16431643
<td align="center" valign="top" width="14.28%"><a href="https://linktr.ee/kritik"><img src="https://avatars.githubusercontent.com/u/57076429?v=4?s=100" width="100px;" alt="kritik sah"/><br /><sub><b>kritik sah</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/issues?q=author%3Akritik-sah" title="Bug reports">🐛</a></td>
16441644
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Fuliggine"><img src="https://avatars.githubusercontent.com/u/56844974?v=4?s=100" width="100px;" alt="Fuliggine"/><br /><sub><b>Fuliggine</b></sub></a><br /><a href="#content-Fuliggine" title="Content">🖋</a></td>
1645+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Omsify"><img src="https://avatars.githubusercontent.com/u/87442202?v=4?s=100" width="100px;" alt="Omsify"/><br /><sub><b>Omsify</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/issues?q=author%3AOmsify" title="Bug reports">🐛</a></td>
16451646
</tr>
16461647
</tbody>
16471648
</table>

src/content/developers/docs/consensus-mechanisms/pos/block-proposal/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Blocks are the fundamental units of the blockchain. Blocks are discrete units of
88

99
## Prerequisites {#prerequisites}
1010

11-
Block proposal is part of the proof-of-stake protocol. To help understand this page, we recommend you read about [proof-of-stake](src/content/developers/docs/consensus-mechanisms/pos/) and [block architecture](src/content/developers/docs/blocks/).
11+
Block proposal is part of the proof-of-stake protocol. To help understand this page, we recommend you read about [proof-of-stake](/developers/docs/consensus-mechanisms/pos/) and [block architecture](/developers/docs/blocks/).
1212

1313
## Who produces blocks? {#who-produces-blocks}
1414

src/content/staking/pools/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Have a suggestion for a staking tool we missed? Check out our [product listing p
6060
## Frequently asked questions {#faq}
6161

6262
<ExpandableCard title="How do I earn rewards?">
63-
Typically ERC-20 staking tokens are issued to stakers that represents the value of their staked ETH plus rewards. Keep in mind that different pools will distribute staking rewards to their users via slightly different methods, but this is the common theme.
63+
Typically ERC-20 staking tokens are issued to stakers and represent the value of their staked ETH plus rewards. Keep in mind that different pools will distribute staking rewards to their users via slightly different methods, but this is the common theme.
6464
</ExpandableCard>
6565

6666
<ExpandableCard title="When can I withdraw my stake?">

src/data/community-events.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
[
2+
{
3+
"title": "Road to Devcon(Shenzhen)",
4+
"to": "https://ethsz.openbuild.xyz/",
5+
"sponsor": null,
6+
"location": "Shenzhen, China",
7+
"description": "Preheating activities for DEVCON 7 in the China region.Developers and communities, let us gather at Devcon!",
8+
"startDate": "2023-10-21",
9+
"endDate": "2023-10-21"
10+
},
11+
{
12+
"title": "Ethereum Rio",
13+
"to": "https://www.ethereumbrasil.com/",
14+
"sponsor": null,
15+
"location": "Rio de Janeiro, Brazil",
16+
"description": "3rd Edition of LATAM's most loved ETH event. Bootcamp, Buildathon & Conference",
17+
"startDate": "2024-04-09",
18+
"endDate": "2024-04-14"
19+
},
220
{
321
"title": "ETHKL 2023",
422
"to": "https://hack.ethkl.org/",
@@ -201,7 +219,7 @@
201219
"title": "ETHGlobal Istanbul",
202220
"to": "https://ethglobal.com/events/istanbul",
203221
"sponsor": null,
204-
"location": "Istanbul, Türkiye",
222+
"location": "Istanbul, Turkey",
205223
"description": "ETHGlobal Istanbul is going to be an event full of hacking, networking, side events and fun activites.",
206224
"startDate": "2023-11-17",
207225
"endDate": "2023-11-19"
@@ -331,5 +349,14 @@
331349
"description": "ETH Riyadh unites developers and builders from Saudi Arabia and the other Middle East regions, nurturing their roles and connections in the Ethereum ecosystem.",
332350
"startDate": "2023-09-20",
333351
"endDate": "2023-10-15"
352+
},
353+
{
354+
"title": "A General Forum on Ethereum Localism",
355+
"to": "https://pdxdao.xyz/localism/",
356+
"sponsor": null,
357+
"location": "Portland, OR, USA",
358+
"description": "Three days and thoughtful side events will create a container where the Ethereum community can elaborate for itself, in a plurality of directions, what an experimentalism of the city can mean and look like for web3.",
359+
"startDate": "2023-10-13",
360+
"endDate": "2023-10-15"
334361
}
335362
]

0 commit comments

Comments
 (0)