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: remove erigon's --chain parameter #575

Merged
merged 2 commits into from
Apr 26, 2024

Conversation

lyfsn
Copy link
Contributor

@lyfsn lyfsn commented Apr 25, 2024

Erigon will disable discovery when --chain=dev: https://github.com/ledgerwatch/erigon/blob/3323fdc3489d845e9db607ad5ccc2190421b699d/cmd/utils/flags.go#L1322-L1331
So with the current Kurtosis startup parameter, Erigon will not connect to other EL nodes.
Therefore, I propose deleting this --chain parameter in the Starlark script. If users want, they can pass the parameter through the "el_extra_params" configuration.

Signed-off-by: lyfsn <dev.wangyu@proton.me>
@lyfsn lyfsn force-pushed the remove-erigon-chain-param branch from 7b827eb to 91e4560 Compare April 25, 2024 09:32
@lyfsn lyfsn changed the title remove Erigon --chain parameter fix: remove erigon's --chain parameter Apr 25, 2024
@barnabasbusa
Copy link
Contributor

Looks like indeed erigontech/erigon#9191 has been fixed by erigontech/erigon#9408. Thanks for the fix!

@barnabasbusa barnabasbusa enabled auto-merge (squash) April 26, 2024 16:01
@barnabasbusa barnabasbusa merged commit 02b9c50 into ethpandaops:main Apr 26, 2024
18 checks passed
barnabasbusa pushed a commit that referenced this pull request May 6, 2024
🤖 I have created a release *beep* *boop*
---


##
[3.0.0](2.2.0...3.0.0)
(2024-05-06)


### ⚠ BREAKING CHANGES

* add mev-rs relay/builder/boost
([#586](#586))
* upcoming file path change in kurtosis upstream
([#582](#582))

### Features

* add apache file server
([#581](#581))
([205256a](205256a))
* add enr/enode to apache
([#589](#589))
([b789e17](b789e17))
* add execution client urls to dora config
([#588](#588))
([2a20d5a](2a20d5a))
* add mev-rs relay/builder/boost
([#586](#586))
([525a8fb](525a8fb))
* Add peerdas support
([#591](#591))
([14296ca](14296ca))
* add snooper urls to assertoor config
([#571](#571))
([87f383f](87f383f))
* allow setting exit ip address
([#584](#584))
([aabc942](aabc942))


### Bug Fixes

* non-existent field access on error message
([#577](#577))
([8515d27](8515d27))
* participant redefining global flag
([#573](#573))
([9139f4b](9139f4b))
* path for shadowforks post kt update
([#585](#585))
([e0622a7](e0622a7))
* remove erigon's --chain parameter
([#575](#575))
([02b9c50](02b9c50))
* upcoming file path change in kurtosis upstream
([#582](#582))
([8d7c4f9](8d7c4f9))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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