-
Notifications
You must be signed in to change notification settings - Fork 796
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
[Merged by Bors] - Fix local testnet scripts #2229
Closed
Closed
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
pawanjay176
added
ready-for-review
The code is ready for review
and removed
work-in-progress
PR is a work-in-progress
labels
Mar 1, 2021
pawanjay176
force-pushed
the
local-testnet
branch
from
March 1, 2021 10:28
e9b9c39
to
d99dc06
Compare
ghost
reviewed
Mar 1, 2021
ghost
reviewed
Mar 21, 2021
paulhauner
added a commit
to paulhauner/lighthouse
that referenced
this pull request
Mar 23, 2021
commit 0204647 Merge: 405a612 1c507c5 Author: pawan <[email protected]> Date: Tue Mar 2 19:49:35 2021 +0530 Merge branch 'unstable' into local-testnet commit 405a612 Author: pawan <[email protected]> Date: Tue Mar 2 19:48:06 2021 +0530 Fix script commit d99dc06 Author: pawan <[email protected]> Date: Mon Mar 1 13:13:01 2021 +0530 more lint commit 6203a3c Merge: 79c410d ed9b245 Author: pawan <[email protected]> Date: Mon Mar 1 12:09:55 2021 +0530 Merge branch 'unstable' into local-testnet commit 79c410d Author: pawan <[email protected]> Date: Mon Mar 1 12:06:49 2021 +0530 Fix lint commit 672def5 Author: pawan <[email protected]> Date: Sat Feb 27 00:11:41 2021 +0530 Minor fixes commit 0a37e04 Author: pawan <[email protected]> Date: Sat Feb 27 00:07:16 2021 +0530 Fix docs; add comments commit 2b18c9c Author: pawan <[email protected]> Date: Fri Feb 26 22:55:42 2021 +0530 Add eth1 params for testnet config commit 351fe1c Author: pawan <[email protected]> Date: Fri Feb 26 16:34:47 2021 +0530 Tidy commit 689c8f9 Author: pawan <[email protected]> Date: Fri Feb 26 02:36:16 2021 +0530 Working setup commit b90fc07 Author: pawan <[email protected]> Date: Fri Feb 26 00:36:46 2021 +0530 lighthouse boot_node can take an enr commit 5899bce Author: pawan <[email protected]> Date: Thu Feb 25 22:31:35 2021 +0530 Modify insecure_validators to support separate datadirs commit d8a6e67 Author: pawan <[email protected]> Date: Thu Feb 25 21:09:30 2021 +0530 Refactor to use web3 commit bfea81c Author: pawan <[email protected]> Date: Thu Feb 25 20:29:10 2021 +0530 Add deposit insecure validators subcommand commit de25370 Author: pawan <[email protected]> Date: Thu Feb 25 19:30:56 2021 +0530 Use fewer crates commit 7950fb1 Author: pawan <[email protected]> Date: Thu Feb 25 19:23:28 2021 +0530 Add deploy_deposit_contract method
paulhauner
approved these changes
Mar 30, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great stuff, this looks like it was a lot of work!
bors r+
bors bot
pushed a commit
that referenced
this pull request
Mar 30, 2021
## Issue Addressed Resolves #2094 ## Proposed Changes Fixes scripts for creating local testnets. Adds an option in `lighthouse boot_node` to run with a previously generated enr.
paulhauner
added
ready-for-merge
This PR is ready to merge.
and removed
ready-for-review
The code is ready for review
labels
Mar 30, 2021
Pull request successfully merged into unstable. Build succeeded: |
bors
bot
changed the title
Fix local testnet scripts
[Merged by Bors] - Fix local testnet scripts
Mar 30, 2021
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.
Issue Addressed
Resolves #2094
Proposed Changes
Fixes scripts for creating local testnets. Adds an option in
lighthouse boot_node
to run with a previously generated enr.