From 23f5bf6a513a7ba0d86c5014178b5a161e38022f Mon Sep 17 00:00:00 2001 From: Marcus Wentz <52706599+MarcusWentz@users.noreply.github.com> Date: Mon, 25 Sep 2023 22:38:12 -0400 Subject: [PATCH] docs(website): node troubleshooting info: `Skip an invlaid proposed transaction reason="nonce too low` (#14814) Co-authored-by: Daniel Wang <99078276+dantaik@users.noreply.github.com> Co-authored-by: Roger <50648015+RogerLamTd@users.noreply.github.com> --- .../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..acf91c54438 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 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. +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