-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Meta EIP for Ephemeral Testnet Yolo #2657
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
a08fe55
Create EIP-YOLO
MadeofTin ec372f2
Meta EIP for Ephnet Testnet Yolo
MadeofTin bdc3079
Update and rename eip-YOLO to eip-2657
MadeofTin 22ea5af
Rename eip-2657 to eip-2657.md
MadeofTin 8e0f9f6
Update eip-2657.md
MadeofTin ea3d97f
Update eip-2657.md
MadeofTin 583a1ed
Update eip-2657.md
MadeofTin 2176a1b
Update eip-2657.md
MadeofTin f907fda
Added marking consensus and tracking client support
MadeofTin ec3ccb3
Specified the Version the table references.
MadeofTin 3b3e23e
Added Nethermind, and Definitions for Client Consensus Chart.
MadeofTin ac95b9b
Update eip-2657.md
MadeofTin fb2a20f
Updated Spec and Added Syncing Information
MadeofTin f628c9a
Update eip-2657.md
MadeofTin 7eb5300
Update eip-2657.md
MadeofTin dd003e6
Update 2657 - Spelling
MadeofTin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
--- | ||
eip: 2657 | ||
title: Ephemeral Testnet Yolo | ||
author: James Hancock (@madeoftin) | ||
discussion-to: https://gitter.im/ethereum/AllCoreDevs | ||
status: Draft | ||
type: Meta | ||
created: 2020-04-19 | ||
--- | ||
|
||
**Disclaimer: This is for testing basic infrastructure. It will be nuked. It is not for deploying dapps, nor does it define what will go into mainnet. For information on network upgrades, please follow the relevant meta EIPs and ongoing discussion on Ethereum/pm.** | ||
|
||
## Abstract | ||
|
||
The specification for Ephemeral Testnet Yolo. Clients who wish to sync need to implement the following features into their client. It is for testing basic infrastructure and will be nuked. | ||
|
||
## Specification | ||
|
||
Name: Yolo | ||
ID: `YOLO-v1` | ||
|
||
- [x] EIP 2537 Commit Hash - [5edff4ae6ff62c7e0bbfad624fc3d0ba7dc84392](https://github.com/ethereum/EIPs/commit/5edff4ae6ff62c7e0bbfad624fc3d0ba7dc84392) | ||
- [x] EIP 2315 Commit Hash - [e8accf22cdc5562d6982c560080c6cd6b7f94867](https://github.com/ethereum/EIPs/commit/e8accf22cdc5562d6982c560080c6cd6b7f94867) | ||
|
||
*[ ] Proposed - [x] Consensus to include.* | ||
## Timeline | ||
|
||
- Deployed: June 3rd 2020 | ||
|
||
## Client Consensus -> Implementation | ||
|
||
YOLO-v1 | ||
| **Client** | Signal | Spec | Merged | Syncing | | ||
|--------------|--------|------|--------|---------| | ||
| Besu | x | x | | | | ||
| EthereumJS | x | | | | | ||
| Geth | x | x | x | x | | ||
| Nethermind | x | x | | | | ||
| OpenEthereum | x | x | | | | ||
| Trinity | | | | | | ||
|
||
**Signal** - | ||
Client intends to participate. *(You are on the bus)* | ||
|
||
**Spec** - | ||
Client is satisfied with the proposed specification. *(You agree with the direction)* | ||
|
||
**Merge** - | ||
Changes are implemented in the client and configurable for YOLO. *(You are ready to hit the gas and go)* | ||
|
||
**Syncing** | ||
Client syncs with the network | ||
|
||
|
||
## Syncing Instructions | ||
|
||
**Geth** | ||
- Yolo V1 testnet is up and running https://yolonet.xyz/ | ||
- Support is baked into Geth master branch via --yolov1 | ||
- Genesis config json is at https://yolonet.xyz/yolo.json | ||
- EF bootnode at enode://9e1096aa59862a6f164994cb5cb16f5124d6c992cdbf4535ff7dea43ea1512afe5448dca9df1b7ab0726129603f1a3336b631e4d7a1a44c94daddd03241587f9@35.178.210.161:30303 | ||
- Stats page secret is YOLOv1, with geth you can --ethstats='yournode:[email protected]' | ||
- Faucet is unauthenticated, you can reach it from the dashboard | ||
|
||
## Copyright | ||
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/). |
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.
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.
Is it possible to update the line corresponding to Besu? The EIPs concerning the ephemeral testnet are just merged and client syncs with the network. Thanks