-
Notifications
You must be signed in to change notification settings - Fork 586
Transaction sender recovery failed err="transaction type not supported" #1609
Copy link
Copy link
Closed
Description
System information
Bor client version: 0xpolygon/bor:2.2.4-beta2
Heimdall client version: 0xpolygon/heimdall-v2:0.2.5
Type of node: Full
Overview of the problem
Sending transaction with type=0x04 throws transaction type not supported error.
Logs / Traces / Output / Error Messages
Transaction sender recovery failed err="transaction type not supported"
Sample payload
{
"type": "0x4",
"blockHash": null,
"blockNumber": null,
"from": "0x172dee83daba4dc857d024480875787d4c866d30",
"gas": "0x1c21d",
"hash": "0xc0637b9b9d877ff49fcf0fe49e4d1ee3ad57925e47186428a60e999f729d3661",
"input": "0x74fa412100000000000000000000000000000000000000000000000000000000000000601f6cd8c142bc77b8adca546f1e978f5861f10594801d83150e187d83e2ce69c1b2d2a9e71f9010f4524bc278638f446689e0a1de3e24c11145fb343fffcf82020000000000000000000000000000000000000000000000000000000000000054d7969a6068d7d1b9ab63e7c901d5689b4a5509ae00000000000000000000000000000000000000000000000000000000000186a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"nonce": "0x1",
"to": "0x7c0fa56d6d1d9bf1f1d390be48d2699c75487a9a",
"transactionIndex": null,
"value": "0x0",
"v": "0x1",
"r": "0xa67d0cc2f3c11305fa0daf788ca6c311fa2c176f31a38d6922cbedc4091ecd3f",
"s": "0x696b00f3d1c88ee7aee25d2b9dacad10bafc7a499ef1afcd74f56f91d77d70c0",
"yParity": "0x1",
"maxFeePerGas": "0x95fe2ba8b",
"maxPriorityFeePerGas": "0x95fe2ba0d",
"chainId": "0x13882",
"accessList": [],
"authorizationList": [
{
"chainId": "0x13882",
"address": "0xcea43594f38316f0e01c161d8dabde0a07a1f512",
"nonce": "0x0",
"yParity": "0x1",
"r": "0x5c6d6166748860f7012c85d0812f4c5f9f6496efbef5e3373b0bf9990211a36d",
"s": "0x6b2ed9999ec5e486160b32dab07d13bd923f8e5efe41e279533ca3eff839890b"
}
]
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels