Skip to content
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

fix: handling of config options #85

Merged
merged 3 commits into from
Oct 23, 2024
Merged

Conversation

klkvr
Copy link
Contributor

@klkvr klkvr commented Oct 18, 2024

This PR adds 2 configuration options and fixes handling of existing ones:

  • fund_dev_accounts option is added to network_params, allowing to configure whether dev accounts should be funded on L2. In one of recent updates they stopped being funded by default, this PR changes it, let me know if this is undesired
  • adds batcher_image option allowing to configure custom op-batcher image
  • fixes handling of el_extra_params, right now this argument is not respected
  • fixes handling of seconds_per_slot, right now this argument is not respected

Also it seems that count key for participants is no more respected. Is this intentional?

onbjerg added a commit to ithacaxyz/odyssey that referenced this pull request Oct 19, 2024
Uses ethpandaops/optimism-package#85 for now,
once merged can be replaced with upstream package.

This also switches to using images from
https://github.com/paradigmxyz/optimism cc @Rjected

---------

Co-authored-by: Oliver <[email protected]>
@klkvr
Copy link
Contributor Author

klkvr commented Oct 21, 2024

cc @barnabasbusa

README.md Outdated Show resolved Hide resolved
src/l2.star Outdated Show resolved Hide resolved
src/el/op-besu/op_besu_launcher.star Show resolved Hide resolved
README.md Show resolved Hide resolved
@klkvr
Copy link
Contributor Author

klkvr commented Oct 23, 2024

@barnabasbusa this should be good to merge I think?

@barnabasbusa barnabasbusa enabled auto-merge (squash) October 23, 2024 19:19
@barnabasbusa barnabasbusa merged commit 5b085c8 into ethpandaops:main Oct 23, 2024
5 checks passed
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.

2 participants