From aa50729d4b7da797432af08a2445cb5757d2f862 Mon Sep 17 00:00:00 2001 From: jlwllmr <95916148+jlwllmr@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:11:12 +0100 Subject: [PATCH] Amend compatibility mode details and release notes --- docs/developers/linea-version/index.mdx | 4 ++-- docs/developers/reference/api/linea-estimategas.mdx | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/developers/linea-version/index.mdx b/docs/developers/linea-version/index.mdx index e1e9c9edb..0fd5a0d25 100644 --- a/docs/developers/linea-version/index.mdx +++ b/docs/developers/linea-version/index.mdx @@ -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** @@ -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. diff --git a/docs/developers/reference/api/linea-estimategas.mdx b/docs/developers/reference/api/linea-estimategas.mdx index ccf3ee53b..5f590c8e4 100644 --- a/docs/developers/reference/api/linea-estimategas.mdx +++ b/docs/developers/reference/api/linea-estimategas.mdx @@ -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 @@ -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