Skip to content

Commit

Permalink
Amend compatibility mode details and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr committed Sep 30, 2024
1 parent a2ab6cf commit aa50729
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/developers/linea-version/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ See our [guide](../guides/finalized-block.mdx) for more.

### Reactivate `linea_estimateGas`

**Mainnet: September 16**
**Mainnet: September 30**

**Linea Sepolia: September 9**

Expand Down Expand Up @@ -94,7 +94,7 @@ Available on Linea Sepolia on July 31; available on Mainnet from August 1.

:::

Activates the `linea_estimateGas` endpoint for use on Mainnet.
Activates the `linea_estimateGas` endpoint for use on Mainnet in compatibility mode.

See our [reference page](../reference/api/linea-estimategas.mdx) for more information and usage.

Expand Down
7 changes: 3 additions & 4 deletions docs/developers/reference/api/linea-estimategas.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,12 @@ decimals to get the wei value. You can use any hexadecimal to decimal converter

## Compatibility mode

When `linea_estimateGas` is activated on Mainnet on September 30, infrastructure providers and those
`linea_estimateGas` was activated on Mainnet on September 30. Infrastructure providers and those
using their own nodes to submit transactions must adjust their configuration files to disable
compatibility mode.

No action is required for Linea Sepolia nodes using the `advanced-testnet` profile from the
[`linea-besu-package` repository](https://github.com/Consensys/linea-besu-package/tree/main), since
`linea_estimateGas` is already activated on Linea Sepolia.
[`linea-besu-package` repository](https://github.com/Consensys/linea-besu-package/tree/main).

### Effects

Expand All @@ -164,7 +163,7 @@ reflects L1 costs and prover costs, which rise with transaction complexity/`call
### How to disable

For most people running an `advanced` Linea Besu node —a prerequisite for using `linea_estimateGas`
compatibility mode will already be disabled in the files you downloaded from the [`linea-besu-package`
compatibility mode is already be disabled in the files you downloaded from the [`linea-besu-package`
repository](https://github.com/Consensys/linea-besu-package/tree/main).

:::note
Expand Down

0 comments on commit aa50729

Please sign in to comment.