feat(node/tests): updating the test go package to point to kona's sysgo integration#2716
feat(node/tests): updating the test go package to point to kona's sysgo integration#2716
Conversation
There was a problem hiding this comment.
Pull Request Overview
Updates the test package to integrate with Kona's sysgo functionality by simplifying function calls and updating package dependencies.
- Removes boolean parameters from
sysgo.WithL2CLNodefunction calls - Updates the Optimism package version from v1.13.4 to v1.13.6
- Removes temporary replace directives that were pointing to development branches
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| tests/node/mixed_preset.go | Simplifies WithL2CLNode function calls by removing boolean parameters |
| tests/go.mod | Updates Optimism package version and removes development branch replacements |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Claude finished @theochap's task —— View job PR Review: feat(node/tests): updating test go package to point to kona's sysgo integration
|
Codecov Report✅ All modified and coverable lines are covered by tests. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…go integration (op-rs/kona#2716) ## Description Updates the test go package to point to #16726
…go integration (op-rs/kona#2716) ## Description Updates the test go package to point to #16726

Description
Updates the test go package to point to ethereum-optimism/optimism#16726