kakarot-ssj
kakarot-ssj copied to clipboard
feat: add nonce to eth_call
see https://github.com/kkrt-labs/kakarot/pull/997
@enitrat may i be assigned to this issue?
nonce already included in eth_call parameters:
fn eth_call(
self: @TContractState, origin: EthAddress, tx: EthereumTransaction
with :
enum EthereumTransaction {
LegacyTransaction: LegacyTransaction,
AccessListTransaction: AccessListTransaction,
FeeMarketTransaction: FeeMarketTransaction
}
each enum variant has an associated struct that includes the nonce
I think this issue can be closed