Open kpp opened 4 hours ago
Let's try to get rid of RlpEvmTransaction when we try to decode it in zk context. We call either TransactionSigned::decode_enveloped or TransactionSigned::decode_2718 in a zk context whilst we could pass TransactionSignedNoHash in evm::Call.
RlpEvmTransaction
TransactionSigned::decode_enveloped
TransactionSigned::decode_2718
TransactionSignedNoHash
Let's try to get rid of
RlpEvmTransaction
when we try to decode it in zk context. We call eitherTransactionSigned::decode_enveloped
orTransactionSigned::decode_2718
in a zk context whilst we could passTransactionSignedNoHash
in evm::Call.