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

Beacon cleanup #116

Merged
merged 1 commit into from
Feb 15, 2019
Merged

Beacon cleanup #116

merged 1 commit into from
Feb 15, 2019

Conversation

arnetheduck
Copy link
Member

No description provided.

@arnetheduck arnetheduck force-pushed the beacon-cleanup branch 2 times, most recently from 47b04c4 to 6d48c8c Compare February 15, 2019 03:20
@tersec
Copy link
Contributor

tersec commented Feb 15, 2019

Seems to have some, but not all of, #115 ?

Copy link
Contributor

@mratsim mratsim left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -37,13 +37,13 @@ if [[ -z "$SKIP_BUILDS" ]]; then
fi

if [ ! -f $STARTUP_FILE ]; then
$VALIDATOR_KEYGEN_BIN --validators=$NUMBER_OF_VALIDATORS --outputDir="$SIMULATION_DIR" # --startupDelay=2
$VALIDATOR_KEYGEN_BIN --validators=$NUMBER_OF_VALIDATORS --outputDir="$SIMULATION_DIR"
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it's good to keep it so that we don't need to track it down again. (Or it can be another env variable)

Copy link
Member Author

Choose a reason for hiding this comment

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

it moved below and is called genesisoffset (because I did the code change first and didn't see this one)..

Copy link
Contributor

@mratsim mratsim left a comment

Choose a reason for hiding this comment

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

Actually it should be rebased on #115

@arnetheduck
Copy link
Member Author

oops, missed #115 when pushing this,rebased

* remove previous randao scheme code
* fix some epoch logging
* move genesis time selection to state generation
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

3 participants