mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Fix Minor Documentation Errors (#12601)
This commit is contained in:
@ -36,7 +36,7 @@ The defaults shipped with Reth try to be relatively reasonable, but may not be o
|
||||
|
||||
### `headers`
|
||||
|
||||
The headers section controls both the behavior of the header stage, which download historical headers, as well as the primary downloader that fetches headers over P2P.
|
||||
The headers section controls both the behavior of the header stage, which downloads historical headers, as well as the primary downloader that fetches headers over P2P.
|
||||
|
||||
```toml
|
||||
[stages.headers]
|
||||
@ -65,7 +65,7 @@ commit_threshold = 10000
|
||||
|
||||
### `bodies`
|
||||
|
||||
The bodies section controls both the behavior of the bodies stage, which download historical block bodies, as well as the primary downloader that fetches block bodies over P2P.
|
||||
The bodies section controls both the behavior of the bodies stage, which downloads historical block bodies, as well as the primary downloader that fetches block bodies over P2P.
|
||||
|
||||
```toml
|
||||
[stages.bodies]
|
||||
@ -102,7 +102,7 @@ The sender recovery stage recovers the address of transaction senders using tran
|
||||
|
||||
```toml
|
||||
[stages.sender_recovery]
|
||||
# The amount of transactions to recover senders for before
|
||||
# The number of transactions to recover senders for before
|
||||
# writing the results to disk.
|
||||
#
|
||||
# Lower thresholds correspond to more frequent disk I/O (writes),
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Sync OP Mainnet
|
||||
|
||||
To sync OP mainnet, bedrock state needs to be imported as a starting point. There are currently two ways:
|
||||
To sync OP mainnet, Bedrock state needs to be imported as a starting point. There are currently two ways:
|
||||
|
||||
* Minimal bootstrap **(recommended)**: only state snapshot at Bedrock block is imported without any OVM historical data.
|
||||
* Full bootstrap **(not recommended)**: state, blocks and receipts are imported. *Not recommended for now: [storage consistency issue](https://github.com/paradigmxyz/reth/pull/11099) tldr: sudden crash may break the node
|
||||
|
||||
@ -38,7 +38,7 @@ Alongside the `accessList` parameter and legacy parameters (except `gasPrice`),
|
||||
|
||||
The base fee is burned, while the priority fee is paid to the miner who includes the transaction, incentivizing miners to include transactions with higher priority fees per gas.
|
||||
|
||||
## EIP-4844 Transaction
|
||||
## EIP-4844 Transactions
|
||||
|
||||
[EIP-4844](https://eips.ethereum.org/EIPS/eip-4844) transactions (type `0x3`) was introduced in Ethereum's Dencun fork. This provides a temporary but significant scaling relief for rollups by allowing them to initially scale to 0.375 MB per slot, with a separate fee market allowing fees to be very low while usage of this system is limited.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user