Skip to content

Commit e99f415

Browse files
authored
Merge pull request #22 from ethereum/update-7.20.0
Update 7.20.0
2 parents 0b7db0e + 3948e6b commit e99f415

38 files changed

+835
-921
lines changed

.all-contributorsrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10422,6 +10422,16 @@
1042210422
"contributions": [
1042310423
"ideas"
1042410424
]
10425+
},
10426+
{
10427+
"login": "z0rats",
10428+
"name": "Alex",
10429+
"avatar_url": "https://avatars.githubusercontent.com/u/32142853?v=4",
10430+
"profile": "http://t.me/mevsinternet",
10431+
"contributions": [
10432+
"doc",
10433+
"bug"
10434+
]
1042510435
}
1042610436
],
1042710437
"contributorsPerLine": 7,

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1630,6 +1630,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
16301630
</tr>
16311631
<tr>
16321632
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LadyDhaga"><img src="https://avatars.githubusercontent.com/u/106376368?v=4?s=100" width="100px;" alt="chinaman123"/><br /><sub><b>chinaman123</b></sub></a><br /><a href="#ideas-LadyDhaga" title="Ideas, Planning, & Feedback">🤔</a></td>
1633+
<td align="center" valign="top" width="14.28%"><a href="http://t.me/mevsinternet"><img src="https://avatars.githubusercontent.com/u/32142853?v=4?s=100" width="100px;" alt="Alex"/><br /><sub><b>Alex</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=z0rats" title="Documentation">📖</a> <a href="https://github.com/ethereum/ethereum-org-website/issues?q=author%3Az0rats" title="Bug reports">🐛</a></td>
16331634
</tr>
16341635
</tbody>
16351636
</table>

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@types/hast": "^3.0.0",
33+
"@types/luxon": "^3.3.2",
3334
"@types/node": "^20.4.2",
3435
"@types/react": "^18.2.15",
3536
"@types/react-dom": "^18.2.7",

public/content/developers/docs/apis/json-rpc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ curl -X POST --data '{"jsonrpc":"2.0","method":"eth_sendRawTransaction","params"
985985

986986
### eth_call {#eth_call}
987987

988-
Executes a new message call immediately without creating a transaction on the block chain. Often used for executing read-only smart contract functions, ofr example the `balanceOf` for an ERC-20 contract.
988+
Executes a new message call immediately without creating a transaction on the block chain. Often used for executing read-only smart contract functions, for example the `balanceOf` for an ERC-20 contract.
989989

990990
**Parameters**
991991

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ If you want to [run your own node](/developers/docs/nodes-and-clients/run-a-node
5656

5757
### Full node {#full-node}
5858

59-
Full nodes do a block-by-block validation of the blockchain, including downloading and verifying the block body and state data for each block. There are different classes of full node - some start from the genesis block and verify every single block in the entie history of the blockchain. Others start their verification at a more recent block that they trust to be valid (e.g. Geth's 'snap sync'). Regardless of where the verification starts, full nodes only keep a local copy of relatively recent data (typically the msot recent 128 blocks), allowing older data to be deleted to save disk space. Older data can be regenerated when it is needed.
59+
Full nodes do a block-by-block validation of the blockchain, including downloading and verifying the block body and state data for each block. There are different classes of full node - some start from the genesis block and verify every single block in the entie history of the blockchain. Others start their verification at a more recent block that they trust to be valid (e.g. Geth's 'snap sync'). Regardless of where the verification starts, full nodes only keep a local copy of relatively recent data (typically the most recent 128 blocks), allowing older data to be deleted to save disk space. Older data can be regenerated when it is needed.
6060

6161
- Stores full blockchain data (although this is periodically pruned so a full node does not store all state data back to genesis)
6262
- Participates in block validation, verifies all blocks and states.

public/content/glossary/index.md

Lines changed: 171 additions & 856 deletions
Large diffs are not rendered by default.

public/dapps/ankr.png

90 KB
Loading

public/dapps/api3.png

51.3 KB
Loading

public/dapps/arweave.png

199 KB
Loading

public/dapps/cyberconnect.png

24.8 KB
Loading

0 commit comments

Comments
 (0)