Skip to content

Conversation

avalonche
Copy link
Collaborator

πŸ“ Summary

Add flashtestations builder tx and registration logic into built block

πŸ’‘ Motivation and Context


βœ… I have completed the following steps:

  • Run make lint
  • Run make test
  • Added tests (if applicable)

@avalonche avalonche changed the base branch from main to updated-registration October 1, 2025 22:39
@avalonche avalonche force-pushed the add-flashtestation-builder-tx branch from 46380ae to 41c42bf Compare October 1, 2025 22:41
@avalonche avalonche force-pushed the updated-registration branch from 79aff67 to 0b9b3a3 Compare October 2, 2025 05:44
@avalonche avalonche force-pushed the add-flashtestation-builder-tx branch from 41c42bf to 01573b2 Compare October 2, 2025 05:45
@avalonche avalonche force-pushed the updated-registration branch from 0b9b3a3 to 581ebac Compare October 2, 2025 17:47
@avalonche avalonche force-pushed the add-flashtestation-builder-tx branch from 01573b2 to 32146ac Compare October 2, 2025 17:48
@avalonche avalonche force-pushed the updated-registration branch from 581ebac to 8768d27 Compare October 3, 2025 17:47
Base automatically changed from updated-registration to main October 3, 2025 17:47
@avalonche avalonche force-pushed the add-flashtestation-builder-tx branch from 32146ac to 2499332 Compare October 3, 2025 17:54
}
}
};
match result {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it looks like this conversion from the evm result to TxSimulateResult is repeated in simulate_verify_block_proof_tx, can you separate it into another function?

}
}

fn check_verify_block_proof_log(&self, logs: &[Log]) -> bool {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do the iter().any() thing and elide this function since it'll just be a short line then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants