feat: re-use BlockExecutionStrategy in payload building (#14609)

This commit is contained in:
Arsenii Kulikov
2025-02-20 19:06:19 +04:00
committed by GitHub
parent 09cf07d523
commit 72210736ad
15 changed files with 352 additions and 492 deletions

View File

@ -136,8 +136,8 @@ where
fn execute_transaction(
&mut self,
_tx: Recovered<&TransactionSigned>,
) -> Result<(), Self::Error> {
Ok(())
) -> Result<u64, Self::Error> {
Ok(0)
}
fn apply_post_execution_changes(