Component
consensus, eips, genesis
What version of Alloy are you on?
No response
Operating System
None
Describe the bug
Noticed discrepancy while implementing From<TypedTransaction> for TransactionRequest
all types should have the following (with options as necessary)
applies to
consensus
rpc
providers return values
etc
block_number: u64
transaction_index: u64
gas_price: u128
// make sure names are consistent here too. these are the same field
gas: u128
gas_limit: u128
max_fee_per_gas: u128
max_priority_fee_per_gas: u128
max_fee_per_blob_gas: u128
value: U256
Component
consensus, eips, genesis
What version of Alloy are you on?
No response
Operating System
None
Describe the bug
Noticed discrepancy while implementing
From<TypedTransaction> for TransactionRequestall types should have the following (with options as necessary)
applies to
consensus
rpc
providers return values
etc