elixir_ethers
elixir_ethers copied to clipboard
Fix hard-coded eip1559 signed transactions using anvil
For now signed transactions using EIP1559 do not have a correct y_parity value. That is tracked in https://github.com/alloy-rs/alloy/pull/647 and after the issue is fixed must be addressed in Ethers fixtures too.
Originally posted by @alisinabh in https://github.com/ExWeb3/elixir_ethers/issues/120#issuecomment-2106115138