-
Notifications
You must be signed in to change notification settings - Fork 1k
Arbitrum warnings. It expects required field 'v' in transaction. #6762
Copy link
Copy link
Closed
Description
Description
As an Abritrum node operator, I want an error and warning free log so that I can focus on the application. I am using Besu as my execution engine and I am seeing the following in my arbitrum logs:
WARN [03-19|15:27:23.581] error reading inbox err="failed to fetch batch mentioned by batch posting report: missing required field 'v' in transaction"
INFO [03-19|15:27:23.673] created block l2Block=192,032,528 l2BlockHash=ff2627..bbeaf9
INFO [03-19|15:27:24.624] rpc response method=eth_getTransactionByBlockHashAndIndex logId=4,501,040 err="missing required field 'v' in transaction" result={} attempt=0 args="[\"0x3a3a66ee3f8d4230bc56eba47d07f466864312e84d967b653644d2071f68079e\", \"0x56\"]"
Transactions are being submitted so far, however these messages are a concern.
Acceptance Criteria
The issue is resolved so that the warning and error messages are not logged in Arbitrum. If this is no longer a required field and is an Arbitrum issue, let me know and I'll open an issue on their side.
Steps to Reproduce (Bug)
- Set up a full node with Besu as the execution engine and Teku as the consensus client.
- Set up an arbitrum node to use the node in step one.
- Let the arbitrum node sync and watch the logs.
Expected behavior: [What you expect to happen]
Actual behavior: [What actually happens]
Frequency: [What percentage of the time does it occur?]
Logs (if a bug)
Please post relevant logs from Besu (and the consensus client, if running proof of stake) from before and after the issue.
Versions (Add all that apply)
- Software version: [
besu --version] 24.3.0 Container tag hyperleger/besu:24.3.0 - Java version: [
java -version] - OS Name & Version: [
cat /etc/*release]
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.4 LTS"
PRETTY_NAME="Ubuntu 22.04.4 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.4 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy
- Kernel Version: [
uname -a]
Linux rocketpool-3 5.15.0-100-generic #110-Ubuntu SMP Wed Feb 7 13:27:48 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
- Virtual Machine software & version: [
vmware -v] Docker - Docker Version: [
docker version]
Docker version 25.0.4, build 1a576c5
- Cloud VM, type, size: [Amazon Web Services I3-large]
Hetzner AX52 #2323003 - Consensus Client & Version if using Proof of Stake: [e.g. Teku, Lighthouse, Prysm, Nimbus, Lodestar]
Teku
consensys/teku:24.3.0
Additional Information (Add any of the following or anything else that may be relevant)
- Besu setup info - genesis file, config options - Running Besu in rocketpool
- System info - memory, CPU
AMD Ryzen 7 7700 Octa-Core "Raphael" (Zen4)
64 GB DDR5 RAM
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels