This repository has been archived by the owner on Jan 8, 2025. It is now read-only.
refactor: send raw tx bytes to eth_send_raw_unsigned_transaction #943
Labels
enhancement
New feature or request
Refactor the execution flow from an account to:
eth_send_raw_unsigned_transaction
eth_send_raw_unsigned_transaction
, we can deserialize the bytes into aTransaction
type directly, because we no longer need the transaction hash during the execution of a TxTransactionUnsigned
can be deleted, onlyTransaction
will be kept.The text was updated successfully, but these errors were encountered: