From ea3bb20aec768b29303e536445c53cf7ba0778d6 Mon Sep 17 00:00:00 2001 From: Joel Willmore <95916148+jlwllmr@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:58:56 +0100 Subject: [PATCH 1/3] Fix wording (#725) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6cd67a231..959320922 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ to manage Node.js versions on your machine. ### Build - $ npm run build + $ npm run build This command generates static content into the `build` directory and can be served using any static contents hosting service. @@ -103,7 +103,7 @@ contents hosting service. ### Adding new words to the dictionary This repository includes a _linter_, which you can think of as a spell-check that also checks code -formatting and standards, and a lot more. It's possible that you will use a word in your content +formatting and standards, and a lot more. It's possible that you might use a word in your content that is not known to the linter, and your build, or commit, will fail. You can run the linter any time with the command `npm run lint`. From 68bb7f63d4ba47dd62fb87f79b0ff980d6992ac9 Mon Sep 17 00:00:00 2001 From: Joel Willmore <95916148+jlwllmr@users.noreply.github.com> Date: Mon, 9 Sep 2024 17:08:09 +0100 Subject: [PATCH 2/3] Clarify wording (#726) --- docs/architecture/overview/transaction-lifecycle.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/architecture/overview/transaction-lifecycle.mdx b/docs/architecture/overview/transaction-lifecycle.mdx index 3e799b6c4..de99037d6 100644 --- a/docs/architecture/overview/transaction-lifecycle.mdx +++ b/docs/architecture/overview/transaction-lifecycle.mdx @@ -10,9 +10,9 @@ image: /img/socialCards/transaction-lifecycle.jpg Finality has two definitions on Linea: - Soft finality: The transaction is confirmed on Linea. This takes two seconds, i.e Linea's block -time. See [step 3](#step-3-transaction-data-sent-to-the-state-manager). For simplicity, Linea does -not reorg—remove competing versions of blockchain history in favor of a canonical one—when there -are reorgs on L1. +time. See [step 3](#step-3-transaction-data-sent-to-the-state-manager). For simplicity, Linea is +guaranteed to not reorg—remove competing versions of blockchain history in favor of a canonical +one—when there are reorgs on L1. - Hard finality: The proof submitted to L1 has been verified, and two epochs have elapsed. The typical time before hard finality is 8-32 hours, although the 8-hour minimum will be reduced to zero in a future release. See [step 6](#step-6-batch-finalization). From 06b09f30d654e23abd214dc4c419127ee7cbdffc Mon Sep 17 00:00:00 2001 From: Joel Willmore <95916148+jlwllmr@users.noreply.github.com> Date: Mon, 9 Sep 2024 17:17:57 +0100 Subject: [PATCH 3/3] Remove Linea Goerli block explorer links (#727) --- docs/developers/linea-version/index.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/developers/linea-version/index.mdx b/docs/developers/linea-version/index.mdx index 337dfb392..3130201b5 100644 --- a/docs/developers/linea-version/index.mdx +++ b/docs/developers/linea-version/index.mdx @@ -609,8 +609,8 @@ Contracts audit is in progress. This does not reflect final versions. - Contracts - - [Transparent Proxy](https://goerli.lineascan.build/address/0xC499a572640B64eA1C8c194c43Bc3E19940719dC/contracts#address-tabs) - - [Implementation](https://goerli.lineascan.build/address/0xc0557e2149751e201749b87f86acd91DB22e2662/contracts#address-tabs) + - Transparent Proxy: `0xC499a572640B64eA1C8c194c43Bc3E19940719dC` + - Implementation: `0xc0557e2149751e201749b87f86acd91DB22e2662` - Bridging partners, before sending messages on L2, need to retrieve the service protection fee before sending messages and include it in the value sent. @@ -637,7 +637,7 @@ Major changes are applied to the Canonical Token Bridge as described in our [doc - Contracts - - [Transparent Proxy](https://goerli.lineascan.build/address/0xB191E3d98074f92584E5205B99c3F17fB2068927) - - [Implementation](https://goerli.lineascan.build/address/0x6081C1392793e22dA39871D4362c1e7045A5bace) + - Transparent Proxy: `0xB191E3d98074f92584E5205B99c3F17fB2068927` + - Implementation: `0x6081C1392793e22dA39871D4362c1e7045A5bace` If you have any questions, please reach out in the **Developer Support** channel in our [community forum](https://community.linea.build/c/developer-support)!