mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-05-10 03:38:05 +00:00
spawn geth node
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
@@ -13,12 +13,9 @@ pub trait EthereumNode {
|
||||
/// Execute the [TransactionRequest] and return a [TransactionReceipt].
|
||||
fn execute_transaction(
|
||||
&self,
|
||||
transaction_request: TransactionRequest,
|
||||
transaction: TransactionRequest,
|
||||
) -> anyhow::Result<TransactionReceipt>;
|
||||
|
||||
/// Trace the transaction in the [TransactionReceipt] and return a [GethTrace].
|
||||
fn trace_transaction(
|
||||
&self,
|
||||
transaction_receipt: TransactionReceipt,
|
||||
) -> anyhow::Result<GethTrace>;
|
||||
fn trace_transaction(&self, transaction: TransactionReceipt) -> anyhow::Result<GethTrace>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user