You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After Decun upgrade, local Arbitrum node using Besu client throws a lot of warnings for missing a field. This does not happen with Geth client. The connection may flood the network somehow. This did not happen before the Decun upgrade. . Arbitrum node cannot be synced correctly.
Steps to Reproduce (Bug)
Run Besu node
Run Arbitrum node using Besu as L1
Expected behavior:
The node should run smoothly without any continuously throwing warnings
Actual behavior:
Warnings and reconnection. Arbitrum node cannot be synced correctly
Frequency:
Always
Logs (if a bug)
Besu is running smoothly. No issue from Besu client.
Arbitrum client log
WARN [03-26|15:36:47.929] error reading inbox err="failed to fetch batch mentioned by batch posting report: missing required field 'v' in transaction"
INFO [03-26|15:36:48.939] rpc response method=eth_getTransactionByBlockHashAndIndex logId=929 err="missing required field 'v' in transaction" result={} attempt=0 args="[\"0x4180bd0d29fec25dcb56a7dc36871504d70293e1bedb2c3b04ad0d11244bad89\", \"0x79\"]"
WARN [03-26|15:36:48.939] error reading inbox err="failed to fetch batch mentioned by batch posting report: missing required field 'v' in transaction"
INFO [03-26|15:36:48.964] created block l2Block=194,447,134 l2BlockHash=5c210b..9aa6e6
INFO [03-26|15:36:49.956] rpc response method=eth_getTransactionByBlockHashAndIndex logId=938 err="missing required field 'v' in transaction" result={} attempt=0 args="[\"0x4180bd0d29fec25dcb56a7dc36871504d70293e1bedb2c3b04ad0d11244bad89\", \"0x79\"]"
WARN [03-26|15:36:49.956] error reading inbox err="failed to fetch batch mentioned by batch posting report: missing required field 'v' in transaction"
INFO [03-26|15:36:49.964] created block l2Block=194,447,146 l2BlockHash=e33e97..822182
INFO [03-26|15:36:50.965] created block l2Block=194,447,150 l2BlockHash=89de18..a32da7
INFO [03-26|15:36:50.969] rpc response method=eth_getTransactionByBlockHashAndIndex logId=947 err="missing required field 'v' in transaction" result={} attempt=0 args="[\"0x4180bd0d29fec25dcb56a7dc36871504d70293e1bedb2c3b04ad0d11244bad89\", \"0x79\"]"
WARN [03-26|15:36:50.969] error reading inbox err="failed to fetch batch mentioned by batch posting report: missing required field 'v' in transaction"
INFO [03-26|15:36:51.966] created block l2Block=194,447,153 l2BlockHash=1337a2..27d988
INFO [03-26|15:36:51.978] rpc response method=eth_getTransactionByBlockHashAndIndex logId=958 err="missing required field 'v' in transaction" result={} attempt=0 args="[\"0x4180bd0d29fec25dcb56a7dc36871504d70293e1bedb2c3b04ad0d11244bad89\", \"0x79\"]"
WARN [03-26|15:36:51.978] error reading inbox err="failed to fetch batch mentioned by batch posting report: missing required field 'v' in transaction"
INFO [03-26|15:36:52.966] created block l2Block=194,447,158 l2BlockHash=1e53c0..98604b
INFO [03-26|15:36:52.987] rpc response method=eth_getTransactionByBlockHashAndIndex logId=967 err="missing required field 'v' in transaction" result={} attempt=0 args="[\"0x4180bd0d29fec25dcb56a7dc36871504d70293e1bedb2c3b04ad0d11244bad89\", \"0x79\"]"
WARN [03-26|15:36:52.987] error reading inbox err="failed to fetch batch mentioned by batch posting report: missing required field 'v' in transaction"
INFO [03-26|15:36:53.966] created block l2Block=194,447,160 l2BlockHash=0ea965..1fb963
INFO [03-26|15:36:54.000] rpc response method=eth_getTransactionByBlockHashAndIndex logId=976 err="missing required field 'v' in transaction" result={} attempt=0 args="[\"0x4180bd0d29fec25dcb56a7dc36871504d70293e1bedb2c3b04ad0d11244bad89\", \"0x79\"]"
WARN [03-26|15:36:54.000] error reading inbox err="failed to fetch batch mentioned by batch posting report: missing required field 'v' in transaction"
INFO [03-26|15:36:54.967] created block l2Block=194,447,166 l2BlockHash=adf619..9c831e
INFO [03-26|15:36:55.011] rpc response method=eth_getTransactionByBlockHashAndIndex logId=985 err="missing required field 'v' in transaction" result={} attempt=0 args="[\"0x4180bd0d29fec25dcb56a7dc36871504d70293e1bedb2c3b04ad0d11244bad89\", \"0x79\"]"
WARN [03-26|15:36:55.011] error reading inbox err="failed to fetch batch mentioned by batch posting report: missing required field 'v' in transaction"
Versions (Add all that apply)
Software version: 24.3.0
Java version: java 20.0.2
OS Name & Version: Ubuntu 22.04.1 LTS
Consensus Client & Version if using Proof of Stake: Teku
The text was updated successfully, but these errors were encountered:
Description
After Decun upgrade, local Arbitrum node using Besu client throws a lot of warnings for missing a field. This does not happen with Geth client. The connection may flood the network somehow. This did not happen before the Decun upgrade. . Arbitrum node cannot be synced correctly.
Steps to Reproduce (Bug)
Expected behavior:
The node should run smoothly without any continuously throwing warnings
Actual behavior:
Warnings and reconnection. Arbitrum node cannot be synced correctly
Frequency:
Always
Logs (if a bug)
Besu is running smoothly. No issue from Besu client.
Arbitrum client log
Versions (Add all that apply)
The text was updated successfully, but these errors were encountered: