You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
prestwich
changed the title
[Bug] Numeric type audit, remove gratuitous U256s
[Bug] Numeric type audit in transaction structs, remove gratuitous U256s
Apr 1, 2024
prestwich
changed the title
[Bug] Numeric type audit in transaction structs, remove gratuitous U256s
[Bug] Numeric type audit in transaction and block structs, remove gratuitous U256s
Apr 2, 2024
prestwich
changed the title
[Bug] Numeric type audit in transaction and block structs, remove gratuitous U256s
[Bug] Numeric type audit in transaction and block structs and provider methods, remove gratuitous U256s
Apr 2, 2024
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
The text was updated successfully, but these errors were encountered: