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: add devnets support #384

Merged
merged 35 commits into from
Jan 5, 2024
Merged

feat: add devnets support #384

merged 35 commits into from
Jan 5, 2024

Conversation

barnabasbusa
Copy link
Contributor

No description provided.

@barnabasbusa
Copy link
Contributor Author

Min config:

participants:
  - el_client_type: geth
    el_client_image: ethpandaops/geth:master-5b57727
    cl_client_type: lighthouse
    cl_client_image: ethpandaops/lighthouse:sidecar-inclusion-proof-c6be31c
    count: 1
network_params:
  network: "dencun-devnet-12"
additional_services: []

@barnabasbusa barnabasbusa marked this pull request as ready for review January 4, 2024 16:24
@barnabasbusa barnabasbusa requested a review from parithosh January 4, 2024 16:24
@barnabasbusa barnabasbusa requested a review from h4ck3rk3y January 4, 2024 20:33
main.star Show resolved Hide resolved
src/cl/lighthouse/lighthouse_launcher.star Show resolved Hide resolved
src/cl/lodestar/lodestar_launcher.star Show resolved Hide resolved
src/shared_utils/shared_utils.star Show resolved Hide resolved
src/participant_network.star Show resolved Hide resolved
main.star Show resolved Hide resolved
@barnabasbusa barnabasbusa enabled auto-merge (squash) January 5, 2024 11:23
@barnabasbusa barnabasbusa merged commit 2bae099 into main Jan 5, 2024
47 of 49 checks passed
@barnabasbusa barnabasbusa deleted the bbusa/devnets branch January 5, 2024 11:27
h4ck3rk3y pushed a commit that referenced this pull request Jan 23, 2024
🤖 I have created a release *beep* *boop*
---


##
[1.3.0](1.2.0...1.3.0)
(2024-01-22)


### Features

* add assertoor to additional toolings
([#419](#419))
([76dde3e](76dde3e))
* add devnets support
([#384](#384))
([2bae099](2bae099))
* add pitfalls for persistent storage as a warning
([#441](#441))
([69da8f0](69da8f0))
* add support for testnets
([#437](#437))
([5584cc8](5584cc8))
* Add Xatu Sentry
([#466](#466))
([b9523cb](b9523cb))
* enable checkpoint sync for devnets
([#448](#448))
([b367cfe](b367cfe))
* enable persistence
([#422](#422))
([8d40056](8d40056))
* enable syncing ephemery
([#459](#459))
([f8289cb](f8289cb))
* enable syncing shadowforks
([#457](#457))
([313a586](313a586))


### Bug Fixes

* add CL genesis delay to final genesis time
([#469](#469))
([e36027b](e36027b))
* add prysm-multiarch upstream image
([#451](#451))
([6feba23](6feba23))
* added supprot for boot enr file
([#456](#456))
([fd26e5c](fd26e5c))
* bump max mem limit for nimbus on holesky
([#439](#439))
([fb84787](fb84787))
* dora template fix
([#452](#452))
([f9243ea](f9243ea))
* enable ws for geth
([#446](#446))
([d5bf451](d5bf451))
* erigon chain should be set to dev
([#447](#447))
([1f40d84](1f40d84))
* erigon command arg
([#454](#454))
([5ae56a1](5ae56a1))
* fix typo
([#440](#440))
([933a313](933a313))
* guid fix for besu/teku/erigon/nimbus
([#443](#443))
([2283464](2283464))
* increase db size for geth
([#453](#453))
([0c67998](0c67998))
* logging bug
([#462](#462))
([f6098a1](f6098a1))
* parallel key generation
([#423](#423))
([060fd8f](060fd8f))
* re-add networkid
([#464](#464))
([4d96409](4d96409))
* typo
([#445](#445))
([e61c58a](e61c58a))
* Update nethermind to expose host on 0.0.0.0
([#467](#467))
([0bd29dd](0bd29dd))
* use all enrs for nimbus via bootstrap file
([#450](#450))
([bb5a0c1](bb5a0c1))

---
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>
bharath-123 pushed a commit to bharath-123/eth2-package that referenced this pull request Feb 18, 2024
🤖 I have created a release *beep* *boop*
---


##
[1.3.0](ethpandaops/ethereum-package@1.2.0...1.3.0)
(2024-01-22)


### Features

* add assertoor to additional toolings
([ethpandaops#419](ethpandaops#419))
([76dde3e](ethpandaops@76dde3e))
* add devnets support
([ethpandaops#384](ethpandaops#384))
([2bae099](ethpandaops@2bae099))
* add pitfalls for persistent storage as a warning
([ethpandaops#441](ethpandaops#441))
([69da8f0](ethpandaops@69da8f0))
* add support for testnets
([ethpandaops#437](ethpandaops#437))
([5584cc8](ethpandaops@5584cc8))
* Add Xatu Sentry
([ethpandaops#466](ethpandaops#466))
([b9523cb](ethpandaops@b9523cb))
* enable checkpoint sync for devnets
([ethpandaops#448](ethpandaops#448))
([b367cfe](ethpandaops@b367cfe))
* enable persistence
([ethpandaops#422](ethpandaops#422))
([8d40056](ethpandaops@8d40056))
* enable syncing ephemery
([ethpandaops#459](ethpandaops#459))
([f8289cb](ethpandaops@f8289cb))
* enable syncing shadowforks
([ethpandaops#457](ethpandaops#457))
([313a586](ethpandaops@313a586))


### Bug Fixes

* add CL genesis delay to final genesis time
([ethpandaops#469](ethpandaops#469))
([e36027b](ethpandaops@e36027b))
* add prysm-multiarch upstream image
([ethpandaops#451](ethpandaops#451))
([6feba23](ethpandaops@6feba23))
* added supprot for boot enr file
([ethpandaops#456](ethpandaops#456))
([fd26e5c](ethpandaops@fd26e5c))
* bump max mem limit for nimbus on holesky
([ethpandaops#439](ethpandaops#439))
([fb84787](ethpandaops@fb84787))
* dora template fix
([ethpandaops#452](ethpandaops#452))
([f9243ea](ethpandaops@f9243ea))
* enable ws for geth
([ethpandaops#446](ethpandaops#446))
([d5bf451](ethpandaops@d5bf451))
* erigon chain should be set to dev
([ethpandaops#447](ethpandaops#447))
([1f40d84](ethpandaops@1f40d84))
* erigon command arg
([ethpandaops#454](ethpandaops#454))
([5ae56a1](ethpandaops@5ae56a1))
* fix typo
([ethpandaops#440](ethpandaops#440))
([933a313](ethpandaops@933a313))
* guid fix for besu/teku/erigon/nimbus
([ethpandaops#443](ethpandaops#443))
([2283464](ethpandaops@2283464))
* increase db size for geth
([ethpandaops#453](ethpandaops#453))
([0c67998](ethpandaops@0c67998))
* logging bug
([ethpandaops#462](ethpandaops#462))
([f6098a1](ethpandaops@f6098a1))
* parallel key generation
([ethpandaops#423](ethpandaops#423))
([060fd8f](ethpandaops@060fd8f))
* re-add networkid
([ethpandaops#464](ethpandaops#464))
([4d96409](ethpandaops@4d96409))
* typo
([ethpandaops#445](ethpandaops#445))
([e61c58a](ethpandaops@e61c58a))
* Update nethermind to expose host on 0.0.0.0
([ethpandaops#467](ethpandaops#467))
([0bd29dd](ethpandaops@0bd29dd))
* use all enrs for nimbus via bootstrap file
([ethpandaops#450](ethpandaops#450))
([bb5a0c1](ethpandaops@bb5a0c1))

---
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.

3 participants