Skip to content

Commit f878812

Browse files
committed
Add unimplemented for now
1 parent 946db27 commit f878812

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

  • substrate/bin/node/runtime/src

substrate/bin/node/runtime/src/lib.rs

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3301,6 +3301,21 @@ impl_runtime_apis! {
33013301
key
33023302
)
33033303
}
3304+
3305+
fn trace_block(
3306+
_block: Block,
3307+
_config: pallet_revive::evm::TracerConfig
3308+
) -> Result<Vec<(u32, pallet_revive::evm::EthTraces)>, sp_runtime::DispatchError> {
3309+
unimplemented!()
3310+
}
3311+
3312+
fn trace_tx(
3313+
_block: Block,
3314+
_tx_index: u32,
3315+
_config: pallet_revive::evm::TracerConfig
3316+
) -> Result<pallet_revive::evm::EthTraces, sp_runtime::DispatchError> {
3317+
unimplemented!()
3318+
}
33043319
}
33053320

33063321
impl pallet_transaction_payment_rpc_runtime_api::TransactionPaymentApi<

0 commit comments

Comments
 (0)