forked from ChainSafe/lodestar
-
Notifications
You must be signed in to change notification settings - Fork 1
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
add: draft genesis script #2
Draft
atkinsonholly
wants to merge
34
commits into
unstable
Choose a base branch
from
feat/genesis
base: unstable
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
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
* Update beacon chain config * Update bootnode enrs
chore: update holesky bootnode enrs
…dates (ChainSafe#5958) * Add max activation churn limit * fixes for branch and update spec version * only proposerboost the first block we see * update the forkchoice tests to handle blob spec data * update minimal param * update the churn limit name and the minimal params --------- Co-authored-by: harkamal <[email protected]>
* Add support for eth1 provider state * Fix the tests types * Fix transient enum const type error * Add a utility for elapsed time * Update the eth1 provider to check elapsed time * Fix the typs * Fix the condition for the error tracker * Simplify the waitForElapsedTime * Update the name for tracker * Fix lint error
* fix: more clearly separate log and error message * Use " - " separator in all cases and update test case * Re-add extra space before return * Remove unused import
* feat(logger): throw better error with unsupported trace log level * feat(utils): remove LogLevel.trace from Logger interface * Revert "feat(logger): throw better error with unsupported trace log level" This reverts commit 4b6a3cc. * fix(logger): remove trace from empty logger * fix(validator): remove trace from logger * feat(logger): remove trace method from logger completely
…e#6017) * Fix formatting of test.yml * Set job status of e2e tests to passed if timeout is reached * Fix e2e tests command to not fail job if timeout * Revise comment
Bumps [electron](https://github.com/electron/electron) from 26.2.2 to 26.2.4. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](electron/electron@v26.2.2...v26.2.4) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[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.
Motivation
Draft script for generating ephemery genesis inside Lodestar client
Description
Attempting to include relevant parts of the ephemery genesis script inside Lodestar CL client, as part of understanding how to add the ephemery testnet to client and develop ephemery specs.
Inside
packages/ephemery
run:node --loader ts-node/esm ./src/genesis/generate.ts
Work in progress
See TODOs in genesis script
Out dir to be decided
Generate ssz