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: ephemery genesis loader #700

Merged
merged 3 commits into from
Jun 30, 2024
Merged

Conversation

pk910
Copy link
Member

@pk910 pk910 commented Jun 28, 2024

update ephemery genesis loader to use latest network-config.tar.gz from ephemery genesis repository

barnabasbusa
barnabasbusa previously approved these changes Jun 29, 2024
Copy link
Contributor

@barnabasbusa barnabasbusa left a comment

Choose a reason for hiding this comment

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

prysm:

time="2024-06-29 12:10:32" level=fatal msg="unable to start beacon node: could not start modules: could not register P2P service: could not register p2p service: open /network-configs/bootstrap_nodes.yaml: no such file or directory" prefix=main

@barnabasbusa
Copy link
Contributor

barnabasbusa commented Jun 29, 2024

There is one more file that has to be added. Thats not present in eth-clients repo either

Prysm needs to read in the bootstrap nodes in a yaml format instead of a txt format.

https://github.com/ethpandaops/ansible-collection-general/blob/master/roles/ethereum_post_network_setup/tasks/main.yaml#L42

@pk910
Copy link
Member Author

pk910 commented Jun 29, 2024

fixed :)

@barnabasbusa barnabasbusa enabled auto-merge (squash) June 30, 2024 12:09
@barnabasbusa barnabasbusa merged commit 0235063 into main Jun 30, 2024
13 checks passed
@barnabasbusa barnabasbusa deleted the pk910/ephemery-genesis-loader branch June 30, 2024 12:09
TobiWo pushed a commit to TobiWo/ethereum-package that referenced this pull request Jun 30, 2024
update ephemery genesis loader to use latest `network-config.tar.gz`
from ephemery genesis repository
barnabasbusa pushed a commit that referenced this pull request Jul 3, 2024
🤖 I have created a release *beep* *boop*
---


##
[4.1.0](4.0.0...4.1.0)
(2024-07-03)


### Features

* add back k8s tests
([#699](#699))
([d621cf0](d621cf0))
* add checkpoint_enabled and checkpoint_url flags
([#689](#689))
([b8cd2b4](b8cd2b4))
* add eof support
([#682](#682))
([cb203ff](cb203ff))
* add mev relays to dora config
([#679](#679))
([293001a](293001a))
* Add static ports
([#677](#677))
([4f054d0](4f054d0))
* add ws_url to el_context
([#696](#696))
([26fea61](26fea61))
* introduce devnet_repo override
([#686](#686))
([9952361](9952361))
* use CDN URL for data snapshots used for shadow forks
([#676](#676))
([91dc68c](91dc68c))


### Bug Fixes

* besu bonsai log disable
([#673](#673))
([955f19f](955f19f))
* blockscout bad return
([#685](#685))
([e80870b](e80870b))
* bump peerdas images
([#678](#678))
([1acc201](1acc201))
* DNS-1035 label
([#697](#697))
([440fb31](440fb31))
* ephemery genesis loader
([#700](#700))
([0235063](0235063))
* ignore bootnodes if in shadowfork
([#660](#660))
([cda5dda](cda5dda))
* minimal eof
([#687](#687))
([26a7618](26a7618))
* release please manifest
([#675](#675))
([75ed7e1](75ed7e1))
* remove docker login
([#701](#701))
([ede5962](ede5962))
* return empty services
([#688](#688))
([6571a70](6571a70))
* return the correct network_id
([#705](#705))
([7c592f6](7c592f6))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
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.

None yet

2 participants