-
Notifications
You must be signed in to change notification settings - Fork 150
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: add prysm-multiarch upstream image #451
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
h4ck3rk3y
approved these changes
Jan 10, 2024
bharath-123
pushed a commit
to bharath-123/eth2-package
that referenced
this pull request
Jan 18, 2024
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.