From 00d2143e891ab558b1ede73a9d9baf469038eb38 Mon Sep 17 00:00:00 2001 From: TucksonDev Date: Thu, 30 Jan 2025 12:57:49 +0000 Subject: [PATCH 1/3] Modify banner on transferring EL rights --- arbitrum-docs/run-arbitrum-node/how-to-use-timeboost.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/arbitrum-docs/run-arbitrum-node/how-to-use-timeboost.mdx b/arbitrum-docs/run-arbitrum-node/how-to-use-timeboost.mdx index 6060539e9..ff90abb16 100644 --- a/arbitrum-docs/run-arbitrum-node/how-to-use-timeboost.mdx +++ b/arbitrum-docs/run-arbitrum-node/how-to-use-timeboost.mdx @@ -14,8 +14,10 @@ This how-to assumes that you're familiar with the following: - [How Timeboost works](/how-arbitrum-works/timeboost/gentle-introduction.mdx) - [viem](https://viem.sh/), since the snippets of code present in the how-to use this library -::::caution -Please note that in the initial release of Timeboost, transferring of express lane control via the either the `setTransferor` or the `transferExpressLaneController` will not be supported by the Arbitrum Nitro node software in the initial launch and may be implemented at a future date via a regular node upgrade. A round's express lane controller, at their choice, can still sign transactions on behalf of others on a per-transaction basis, as explained later in this guide. +::::info Note about transferring express lane rights + +Please note that in the initial release of Timeboost, transferring of express lane control via the either the `setTransferor` or the `transferExpressLaneController` will not be supported by the Arbitrum Nitro node software in the initial launch and may be implemented at a future date via a regular node upgrade. A round's express lane controller, at their choice, can still send transactions signed by others on a per-transaction basis, as explained later in this guide. + :::: ## How to submit bids for the right to be the express lane controller From 45d9959b8216907b9a77f713615909a40b24410e Mon Sep 17 00:00:00 2001 From: TucksonDev Date: Thu, 30 Jan 2025 13:03:08 +0000 Subject: [PATCH 2/3] Change sidebar text --- website/sidebars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/sidebars.js b/website/sidebars.js index 38b6dfe4c..79e5e508c 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -689,7 +689,7 @@ const sidebars = { }, { type: 'doc', - label: 'Using Timeboost', + label: 'Use Timeboost', id: 'run-arbitrum-node/how-to-use-timeboost', }, { From 825d5131254dc90579fa11e88d207e3dc6fb4a5c Mon Sep 17 00:00:00 2001 From: TucksonDev Date: Fri, 31 Jan 2025 09:42:51 +0000 Subject: [PATCH 3/3] Address feedback --- arbitrum-docs/run-arbitrum-node/how-to-use-timeboost.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arbitrum-docs/run-arbitrum-node/how-to-use-timeboost.mdx b/arbitrum-docs/run-arbitrum-node/how-to-use-timeboost.mdx index ff90abb16..1ebc2a1a4 100644 --- a/arbitrum-docs/run-arbitrum-node/how-to-use-timeboost.mdx +++ b/arbitrum-docs/run-arbitrum-node/how-to-use-timeboost.mdx @@ -16,7 +16,9 @@ This how-to assumes that you're familiar with the following: ::::info Note about transferring express lane rights -Please note that in the initial release of Timeboost, transferring of express lane control via the either the `setTransferor` or the `transferExpressLaneController` will not be supported by the Arbitrum Nitro node software in the initial launch and may be implemented at a future date via a regular node upgrade. A round's express lane controller, at their choice, can still send transactions signed by others on a per-transaction basis, as explained later in this guide. +Please note that in the initial release of Timeboost, transferring of express lane control via the either the `setTransferor` or the `transferExpressLaneController` will not be supported by the Arbitrum Nitro node software in the initial launch and may be implemented at a future date via a regular node upgrade. Calls made to these two functions on the auction contract will be successful, but actual transfer of the rights will not be recognized by the node software (including the sequencer). + +A round's express lane controller, at their choice, can still send transactions signed by others on a per-transaction basis, as explained later in this guide. ::::