-
Couldn't load subscription status.
- Fork 2k
feat(reth-optimism-node): Add OP E2E mineblock test with isthmus activated at genesis #19305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…genesis - duplicated `test_testsuite_op_assert_mine_block` but with isthmus at genesis - improved fork choice handling
There was a problem hiding this 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); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| debug!("FCU v2 result: {:?}", fcu_result); | |
| debug!( | |
| ?fcu_result, | |
| "FCU v2 result" | |
| ); |
we use this kv-pair format for logs. see the tracing docs
There was a problem hiding this comment.
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.😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. pending @mattsse
Closes #15447
test_testsuite_op_assert_mine_blockbut with isthmus activated at genesis