MetaMask - RPC Error: Invalid transaction envelope type: "0x3". Must be one of: 0x0, 0x1, 0x2, 0x4
We use EIP-7594 transactions to upload WASM files to Ethereum and then execute them in our network. It would be great to support this in the client for better UX.
@matthewwalsh0
We use EIP-7594 transactions to upload WASM files to Ethereum and then execute them in our network. It would be great to support this in the client for better UX.
https://eips.ethereum.org/EIPS/eip-7594
https://github.com/MetaMask/core/blob/main/packages/transaction-controller/src/utils/validation.ts
core/packages/transaction-controller/src/types.ts
Line 1294 in 054432d