From 6ccf75cb89ac20885749c0ea4126d294cb09c09b Mon Sep 17 00:00:00 2001 From: MarcusWentz Date: Mon, 25 Sep 2023 11:35:33 -0400 Subject: [PATCH 1/2] Warning reference --- .../website/pages/docs/reference/node-troubleshooting.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/website/pages/docs/reference/node-troubleshooting.mdx b/packages/website/pages/docs/reference/node-troubleshooting.mdx index 0d85f8fabcc..8367f927289 100644 --- a/packages/website/pages/docs/reference/node-troubleshooting.mdx +++ b/packages/website/pages/docs/reference/node-troubleshooting.mdx @@ -179,3 +179,10 @@ You can safely ignore this "warn" level message, it simply means you just ignore A flag might not be set in your .env file. Copy the default .env file, then reset your RPC node and proposer with the updated flag values. + +#### `info: Skip an invlaid proposed transaction reason="nonce too low` + +Scenario when the mempool is small and proposers are trying to propose the same transactions within an L1 block. +The first proposer included on chain will successfully propose these transactions. +However, all others proposer included transactions will end up with status `propose empty blocks`, +since the proposed transactions will be filtered by nodes. \ No newline at end of file From 1be30b92003ab63d6059acb706f00ad61f778b06 Mon Sep 17 00:00:00 2001 From: Daniel Wang <99078276+dantaik@users.noreply.github.com> Date: Tue, 26 Sep 2023 01:59:31 +0000 Subject: [PATCH 2/2] Update packages/website/pages/docs/reference/node-troubleshooting.mdx Co-authored-by: Roger <50648015+RogerLamTd@users.noreply.github.com> --- packages/website/pages/docs/reference/node-troubleshooting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/website/pages/docs/reference/node-troubleshooting.mdx b/packages/website/pages/docs/reference/node-troubleshooting.mdx index 8367f927289..acf91c54438 100644 --- a/packages/website/pages/docs/reference/node-troubleshooting.mdx +++ b/packages/website/pages/docs/reference/node-troubleshooting.mdx @@ -180,7 +180,7 @@ You can safely ignore this "warn" level message, it simply means you just ignore A flag might not be set in your .env file. Copy the default .env file, then reset your RPC node and proposer with the updated flag values. -#### `info: Skip an invlaid proposed transaction reason="nonce too low` +#### `info: Skip an invalid proposed transaction reason="nonce too low` Scenario when the mempool is small and proposers are trying to propose the same transactions within an L1 block. The first proposer included on chain will successfully propose these transactions.