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

feat: adds op-proposer support #111

Merged
merged 2 commits into from
Dec 20, 2024
Merged

Conversation

zhwrd
Copy link
Collaborator

@zhwrd zhwrd commented Dec 18, 2024

Description

Adds op-proposer support back in preparation for adding op-challenger support. We need proposer to make proposals to test challenger functionality.

The launcher supports a few config params:

{
  "image": "",
  "extra_params": [],
  "game_type": 1,
  "proposal_interval": "10m",
}

Changes

  • Adds an l2_num param to l2, network participant launchers so we can index into the deployment state to get per-chain addresses
  • Makes proposer parameters consistent with batcher
  • Updates proposer to use dispute game factory

@zhwrd zhwrd force-pushed the zhwrd/op-proposer branch from b3b0a57 to 6e9fd47 Compare December 18, 2024 21:25
@zhwrd zhwrd changed the title Adds op-proposer support since its required for challenger feat: adds op-proposer support Dec 18, 2024
src/participant_network.star Outdated Show resolved Hide resolved
@zhwrd zhwrd force-pushed the zhwrd/op-proposer branch from 6e9fd47 to a04248e Compare December 18, 2024 21:55
required for challenger since we need something making proposals
@zhwrd zhwrd force-pushed the zhwrd/op-proposer branch from a04248e to 255cf31 Compare December 20, 2024 16:52
@mslipper mslipper enabled auto-merge (squash) December 20, 2024 18:01
@mslipper mslipper merged commit f062776 into ethpandaops:main Dec 20, 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