Skip to content

Commit 0990e83

Browse files
authored
Merge pull request #13615 from woseK/dev
Update tutorial name and add some missing punctuation
2 parents 4158959 + 0adde0c commit 0990e83

File tree

11 files changed

+20
-20
lines changed

11 files changed

+20
-20
lines changed

public/content/community/research/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ There are now several Layer 2 protocols that scale Ethereum using different tech
111111
#### Recent research {#recent-research-2}
112112

113113
- [Arbitrum's fair-ordering for sequencers](https://eprint.iacr.org/2021/1465)
114-
- [ethresear.ch Layer 2](https://ethresear.ch/c/layer-2/32)
114+
- [Ethresear.ch Layer 2](https://ethresear.ch/c/layer-2/32)
115115
- [Rollup-centric roadmap](https://ethereum-magicians.org/t/a-rollup-centric-ethereum-roadmap/4698)
116116
- [L2Beat](https://l2beat.com/)
117117

@@ -189,7 +189,7 @@ Ethereum wallets can be browser extensions, desktop and mobile apps or smart con
189189

190190
- [Introduction to wallets](/wallets/)
191191
- [Introduction to wallet security](/security/)
192-
- [ethresear.ch Security](https://ethresear.ch/tag/security)
192+
- [Ethresear.ch Security](https://ethresear.ch/tag/security)
193193
- [EIP-2938 Account Abstraction](https://eips.ethereum.org/EIPS/eip-2938)
194194
- [EIP-4337 Account Abstraction](https://eips.ethereum.org/EIPS/eip-4337)
195195

@@ -364,7 +364,7 @@ Oracles import off-chain data onto the blockchain in a permissionless and decent
364364

365365
- [Introduction to Oracles](/developers/docs/oracles/)
366366

367-
#### Recent Research {#recent-research-18}
367+
#### Recent research {#recent-research-18}
368368

369369
- [Survey of blockchain oracles](https://arxiv.org/pdf/2004.07140.pdf)
370370
- [Chainlink white paper](https://chain.link/whitepaper)
@@ -381,7 +381,7 @@ Hacks on Ethereum generally exploit vulnerabilities in individual applications r
381381

382382
#### Recent research {#recent-research-19}
383383

384-
- [ethresear.ch Applications](https://ethresear.ch/c/applications/18)
384+
- [Ethresear.ch Applications](https://ethresear.ch/c/applications/18)
385385

386386
### Technology stack {#technology-stack}
387387

public/content/contributing/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ We are a welcoming community that will help you grow and educate in the Ethereum
1919
- [Work on an open issue](https://github.com/ethereum/ethereum-org-website/issues) – Work we've identified that needs doing
2020

2121
**Design**
22-
- [Help design the website](/contributing/design/) Designers of all levels can contribute to improve the website
22+
- [Help design the website](/contributing/design/) Designers of all levels can contribute to improve the website
2323

2424
**Content**
2525
- [Create/edit content](/contributing/#how-to-update-content) – Suggest new pages or make tweaks to what's here already
@@ -94,7 +94,7 @@ If your contribution gets merged into ethereum.org, you will have a chance to cl
9494

9595
### How to claim
9696
1. Join our [Discord server](https://discord.gg/ethereum-org).
97-
2. Paste a link to your contribution in the `#🥇 | proof-of-contribution` channel
97+
2. Paste a link to your contribution in the `#🥇 | proof-of-contribution` channel.
9898
3. Wait for a member of our team to send you a link to your OAT.
9999
4. Claim your OAT!
100100

public/content/developers/docs/networking-layer/network-addresses/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For an Ethereum node, the multiaddr contains the node-ID (a hash of their public
2323

2424
## Enode {#enode}
2525

26-
An enode is a way to identify an Ethereum node using a URL address format. The hexadecimal node-ID is encoded in the username portion of the URL separated from the host using an @ sign. The hostname can only be given as an IP address; DNS names are not allowed. The port in the hostname section is the TCP listening port. If the TCP and UDP (discovery) ports differ, the UDP port is specified as a query parameter "discport"
26+
An enode is a way to identify an Ethereum node using a URL address format. The hexadecimal node-ID is encoded in the username portion of the URL separated from the host using an @ sign. The hostname can only be given as an IP address; DNS names are not allowed. The port in the hostname section is the TCP listening port. If the TCP and UDP (discovery) ports differ, the UDP port is specified as a query parameter "discport".
2727

2828
In the following example, the node URL describes a node with IP address `10.3.58.6`, TCP port `30303` and UDP discovery port `30301`.
2929

@@ -35,6 +35,6 @@ Ethereum Node Records (ENRs) are a standardized format for network addresses on
3535

3636
## Further Reading {#further-reading}
3737

38-
[EIP-778: Ethereum Node Records (ENR)](https://eips.ethereum.org/EIPS/eip-778)
39-
[Network addresses in Ethereum](https://dean.eigenmann.me/blog/2020/01/21/network-addresses-in-ethereum/)
40-
[LibP2P: Multiaddr-Enode-ENR?!](https://consensys.net/diligence/blog/2020/09/libp2p-multiaddr-enode-enr/)
38+
- [EIP-778: Ethereum Node Records (ENR)](https://eips.ethereum.org/EIPS/eip-778)
39+
- [Network addresses in Ethereum](https://dean.eigenmann.me/blog/2020/01/21/network-addresses-in-ethereum/)
40+
- [LibP2P: Multiaddr-Enode-ENR?!](https://consensys.net/diligence/blog/2020/09/libp2p-multiaddr-enode-enr/)

public/content/developers/docs/nodes-and-clients/run-a-node/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ reth node \
312312
--authrpc.port 8551
313313
```
314314

315-
See [Configuring Reth](https://reth.rs/run/config.html?highlight=data%20directory#configuring-reth) to learn more about data default data directories. [Reth's documentation](https://reth.rs/run/mainnet.html) contains additional options and configuration details.
315+
See [Configuring Reth](https://reth.rs/run/config.html?highlight=data%20directory#configuring-reth) to learn more about default data directories. [Reth's documentation](https://reth.rs/run/mainnet.html) contains additional options and configuration details.
316316

317317
#### Starting the consensus client {#starting-the-consensus-client}
318318

public/content/developers/docs/standards/tokens/erc-223/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ contract RecipientContract is IERC223Recipient {
129129
{
130130
// It is important to understand that within this function
131131
// msg.sender is the address of a token that is being received,
132-
// msg.value is always 0 as the token contract does not own or send Ether in most cases,
132+
// msg.value is always 0 as the token contract does not own or send ether in most cases,
133133
// _from is the sender of the token transfer,
134134
// _value is the amount of tokens that was deposited.
135135
require(msg.sender == tokenA);

public/content/developers/docs/standards/tokens/erc-4626/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Returns the total amount of vault shares the `owner` currently has.
192192

193193
#### Deposit Event
194194

195-
**MUST** be emitted when tokens are deposited into the vault via the [`mint`](#mint) and [`deposit`](#deposit) methods
195+
**MUST** be emitted when tokens are deposited into the vault via the [`mint`](#mint) and [`deposit`](#deposit) methods.
196196

197197
```solidity
198198
event Deposit(

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Transactions require a fee and must be included in a validated block. To make th
2323

2424
A submitted transaction includes the following information:
2525

26-
- `from` – the address of the sender, that will be signing the transaction. This will be an externally-owned account as contract accounts cannot send transactions.
26+
- `from` – the address of the sender, that will be signing the transaction. This will be an externally-owned account as contract accounts cannot send transactions
2727
- `to` – the receiving address (if an externally-owned account, the transaction will transfer value. If a contract account, the transaction will execute the contract code)
2828
- `signature` – the identifier of the sender. This is generated when the sender's private key signs the transaction and confirms the sender has authorized this transaction
2929
- `nonce` - a sequentially incrementing counter which indicates the transaction number from the account
@@ -170,7 +170,7 @@ Any gas not used in a transaction is refunded to the user account.
170170

171171
Gas is required for any transaction that involves a smart contract.
172172

173-
Smart contracts can also contain functions known as [`view`](https://docs.soliditylang.org/en/latest/contracts.html#view-functions) or [`pure`](https://docs.soliditylang.org/en/latest/contracts.html#pure-functions) functions, which do not alter the state of the contract. As such, calling these functions from an EOA will not require any gas. The underlying RPC call for this scenario is [`eth_call`](/developers/docs/apis/json-rpc#eth_call)
173+
Smart contracts can also contain functions known as [`view`](https://docs.soliditylang.org/en/latest/contracts.html#view-functions) or [`pure`](https://docs.soliditylang.org/en/latest/contracts.html#pure-functions) functions, which do not alter the state of the contract. As such, calling these functions from an EOA will not require any gas. The underlying RPC call for this scenario is [`eth_call`](/developers/docs/apis/json-rpc#eth_call).
174174

175175
Unlike when accessed using `eth_call`, these `view` or `pure` functions are also commonly called internally (i.e. from the contract itself or from another contract) which does cost gas.
176176

@@ -209,7 +209,7 @@ Where the fields are defined as:
209209
- `TransactionType` - a number between 0 and 0x7f, for a total of 128 possible transaction types.
210210
- `TransactionPayload` - an arbitrary byte array defined by the transaction type.
211211

212-
Based on the `TransactionType` value, a transaction can be classified as
212+
Based on the `TransactionType` value, a transaction can be classified as:
213213

214214
1. **Type 0 (Legacy) Transactions:** The original transaction format used since Ethereum's launch. They do not include features from [EIP-1559](https://eips.ethereum.org/EIPS/eip-1559) such as dynamic gas fee calculations or access lists for smart contracts. Legacy transactions lack a specific prefix indicating their type in their serialized form, starting with the byte `0xf8` when using [Recursive Length Prefix (RLP)](/developers/docs/data-structures-and-encoding/rlp) encoding. The TransactionType value for these transactions is `0x0`.
215215

public/content/guides/how-to-use-a-bridge/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If there is a lot of traffic on Ethereum, it can become expensive. One solution
1010

1111
**Prerequisite:**
1212

13-
- have a crypto wallet, you can follow this tutorial: [How to: "Register" an Ethereum account](/guides/how-to-create-an-ethereum-account/)
13+
- have a crypto wallet, you can follow this tutorial: [How to create an Ethereum account](/guides/how-to-create-an-ethereum-account/)
1414
- add funds to your wallet
1515

1616
## 1. Determine which layer 2 network you want to use

public/content/roadmap/statelessness/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Cheaper hard drives can be used to store older data but those are too slow to ke
1616

1717
There are several ways to reduce the amount of data each node has to store, each requiring Ethereum's core protocol to be updated to a different extent:
1818

19-
- **History expiry**: enable nodes to discard state data older than X blocks, but does not change how Ethereum client's handle state data
19+
- **History expiry**: enable nodes to discard state data older than X blocks, but does not change how Ethereum client's handle state data.
2020
- **State expiry**: allow state data that is not used frequently to become inactive. Inactive data can be ignored by clients until it is resurrected.
2121
- **Weak statelessness**: only block producers need access to full state data, other nodes can verify blocks without a local state database.
2222
- **Strong statelessness**: no nodes need access to the full state data.

src/intl/en/page-contributing-translation-program-acknowledgements.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"page-contributing-translation-program-acknowledgements-total-words": "Total Words",
3131
"page-contributing-translation-program-acknowledgements-oats-title": "OATs",
3232
"page-contributing-translation-program-acknowledgements-1": "Contributors to the Translation Program are eligible for different OATs (onchain achievement tokens) – non-fungible tokens that prove their participation in the ethereum.org Translation Program.",
33-
"page-contributing-translation-program-acknowledgements-2": "We have a number of different OATs available for translators, based on their activity",
33+
"page-contributing-translation-program-acknowledgements-2": "We have a number of different OATs available for translators, based on their activity.",
3434
"page-contributing-translation-program-acknowledgements-3": "If you have contributed to the translation effort in Crowdin, you have an OAT waiting for you!",
3535
"page-contributing-translation-program-acknowledgements-how-to-claim-title": "How to claim",
3636
"page-contributing-translation-program-acknowledgements-how-to-claim-1": "Join our",

0 commit comments

Comments
 (0)