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: bump ethereum-package to v4.4.0 #409

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

leovct
Copy link
Member

@leovct leovct commented Dec 2, 2024

Description

The CL of the ethereum-package does not start because of an error. It looks like the lighthouse custom image used by the ethereum-package has been updated and thus it breaks previous versions of the package that rely on an old flag.

== SERVICE 'cl-1-lighthouse-geth' LOGS ===================================
  error: unexpected argument '--http-allow-sync-stalled' found
  
    tip: a similar argument exists: '--http-allow-origin'
  
  Usage: lighthouse beacon_node --execution-endpoint <EXECUTION-ENDPOINT> --debug-level <LEVEL> --datadir <DIR> --disable-enr-auto-update --enr-address <ADDRESS>... --enr-udp-port <PORT> --enr-tcp-port <PORT> --listen-address [<ADDRESS>...] --port <PORT> --http-address <ADDRESS> --http-port <PORT> --http-allow-origin <ORIGIN> <--http|--gui|--staking>
  
  For more information, try '--help'.
  
  == FINISHED SERVICE 'cl-1-lighthouse-geth' LOGS ===================================

This PR addresses this issue by bumping the ethereum-package version to v4.4.0 which includes the fix.

References (if applicable)

Copy link
Collaborator

@jhkimqd jhkimqd left a comment

Choose a reason for hiding this comment

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

+1 lgtm

@leovct leovct enabled auto-merge (squash) December 2, 2024 13:14
@leovct leovct merged commit ae91092 into 0xPolygon:main Dec 2, 2024
25 of 29 checks passed
@leovct leovct deleted the fix/bump-ethereum-pkg branch December 2, 2024 13:17
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