Skip to content

Conversation

@mablr
Copy link
Contributor

@mablr mablr commented Oct 26, 2025

Closes #15447

  • duplicated test_testsuite_op_assert_mine_block but with isthmus activated at genesis
  • workaround to handle both v2/v3 payloads (tell me if you'd like another design/approach)

…genesis

- duplicated `test_testsuite_op_assert_mine_block` but with isthmus at genesis
- improved fork choice handling
@github-project-automation github-project-automation bot moved this to Backlog in Reth Tracker Oct 26, 2025
@mablr mablr changed the title feat(reth): Add OP E2E mineblock test with isthmus activated at genesis feat(reth-optimism-node): Add OP E2E mineblock test with isthmus activated at genesis Oct 26, 2025
@mablr mablr marked this pull request as ready for review October 26, 2025 21:19
Copy link
Collaborator

@emhane emhane left a comment

Choose a reason for hiding this comment

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

nice! smol comment on log format

.await
{
Ok(fcu_result) => {
debug!("FCU v2 result: {:?}", fcu_result);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
debug!("FCU v2 result: {:?}", fcu_result);
debug!(
?fcu_result,
"FCU v2 result"
);

we use this kv-pair format for logs. see the tracing docs

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Damn, I made the same mistake as last time. I swear I'll keep it in mind this time.😅

@github-project-automation github-project-automation bot moved this from Backlog to In Progress in Reth Tracker Oct 27, 2025
Copy link
Collaborator

@emhane emhane left a comment

Choose a reason for hiding this comment

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

lgtm. pending @mattsse

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

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

Add OP E2E mineblock test with isthmus activated at genesis

2 participants