Alex Beregszaszi
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

Your note will be visible on your profile and discoverable by anyone.
Your note is now live.
This note is visible on your profile and discoverable online.
Everyone on the web can find and read all notes of this public team.
See published notes
Unpublish note
Please check the box to agree to the Community Guidelines.
View profile
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
# EIPs TODO Also realised there’s two other things which can be done: 1) Check all drafts if there is still anyone pursuing them, if not mark them abandoned 2) Check if those which aren’t abandoned have a discussion-to URL The goal for 2020 would be to reduce pending PRs to a dozen, to clearly mark abandoned EIPs and to get most of the others to Final state. Goals 2020 Q1: - Reduce the number of PRs - Reduce the number of abandoned drafts - Move a bunch of ERCs to the Final status Steps/Issues: 1. A lot of drafts don't conform to EIP-1 (e.g lacking a discussion URL) ### Autoprocessing of EIPs through the Bot James: Bot to mark EIPs/ERCs "Inactive" after 6 months, and "Abandoned" 6 weeks later. ### Decouple EIP standarization Process and Network upgrade Choice ![](https://i.imgur.com/PjtTF2N.png) Update EIP statuses, Carve out large sections from EIP 1. For things to be async we would need to Clarify many definitions: - Define a Core client (Who gets a say/who can block) - How is community sentiment included? Accountability - ### EIP Status Definition v2 https://hackmd.io/QkVQBECwSESgPWqqIqtzYA ```graphviz digraph EIP{ rankdir=LR concentrate=true Idea -> Draft; Draft -> Review; Draft -> Stagnant; Draft -> Withdrawn; Stagnant -> Draft; Stagnant -> Withdrawn; Review -> LastCall; Review -> Withdrawn Review -> Living; Living -> Review; Review -> Stagnant; LastCall -> Review LastCall -> Final; LastCall -> Withdrawn; } ``` **Draft** The first formally tracked stage of an EIP in development. An EIP is merged into the repository when properly formatted by an EIP Editor. **Review** An EIP Author marks an EIP as ready for and requesting Peer Review. **Last Call** This is the final review window for an EIP before moving to `FINAL`. An EIP editor will assign `Last Call` status and set a review end date (review-period-end), typically 14 days later. If this period results in necessary material changes it will revert the EIP to `REVIEW`. **Final** This EIP now represents the final accepted standard. A Final EIP exists in a state of finality and should only be updated to correct errata and add non-material clarifications. **Stagnant** Any EIP in `DRAFT` or `REVIEW` if inactive for a period of 6 months or greater is algorithmically moved to `STANGNANT`. An EIP may be resurrected from this state by Authors or EIP Editors through moving it back to`DRAFT`. >*EIP Authors are notified of any algorithmic change to the status of their EIP* **Withdrawn** The EIP Author(s) have withdrawn the proposed EIP. This state has finality and can no longer be resurrected using this EIP number. If the idea is pursued at later date it is considered a new proposal. **Living** A special status for EIPs that are designed to be continually updated and not reach a state of finality. This includes most notably EIP-1. Any changes to these EIPs will move between `REVIEW` and `LIVING` states. ### Update EIP Information framework. Expand EIP 1 into the document that houses all processes, including ToC to make it navigatable. - Hard fork - EFI Make other Meta EIPs into Registries only. - Fork Meta - EFI Definitions - EIP Number Registry - Change to Hex 0x____ - Final Decimal EIPs to end at 3000 - EIP number is decided by a PR to the Number Registry Document. - Numbers arbitrated by the EIP Editors. - EIP Facilitators #### Registry EIPs Registry EIPs contain lists that are maintained, while the main definitions are put into EIP-1. - EIP Numbers - Add PM Role (EIP Facilitators)https://docs.google.com/document/d/1kCQ-XwziJl0CDsay4B_kR5PdXdkrivlFrPecruWZ_Ns/edit - Permission from autobot to edit Process Tracking Section - A good stepping stone for identifying EIP Editors - Supported Networking Protocols ### EIPs.Ethereum.org Data Feed Deployed as a Datafeed people can subscribe too. Example: http://feeds.bbci.co.uk/news/world/us_and_canada/rss.xml More custom Feed options baked in. - Per Status - Per Category Decouple changes to the EIP repo and the rendering of EIPs (This is currently a blocker to updates to the EIP repo) Easily extensible for others to create their own readers - Parsing the EIP repo is difficult. A simple Data feed --- ### Process Tracking Footer Admin By the Facilitators ## EFI Pipeline Tracking **Goal:** illuminate the maturity of an EIP and track its progress. My hypothesis is that by visibly tracking these steps Authors will be more motivated to fullfil requirements and document their progress, and it will give core devs a list of EIPs sorted by how far they are along. *The later is also something that Peter requested on an ACD calls before* - Tracking the EFI Process Examples of tracking Documents for the Constantinople upgrade: ![](https://i.imgur.com/kYvwVvZ.png) ![](https://i.imgur.com/OzNO4qM.png) ### Rename Certain Status's - Rename EFI to something that is more descriptive - Accepted -> Notes on EFI I don't think EFI should be a status. It should be part of tracking the maturity of an EIP and be done in the Process Tracking Footer. This would allow more steps to be tracked. ### Other Thoughts As part of a post-mortem on the ice-age, I realized that one one of the issues that led up to it is that current global information about the chain is spread across all of the EIPs. It takes a lot of digging to figure out certain things. Also, previously Alexey pointed out that another issue is the current state of EIPs.

Import from clipboard

Paste your markdown or webpage here...

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.
Upgrade
All
  • All
  • Team
No template.

Create a template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

Slide Example

API Docs

Edit in VSCode

Install browser extension

Contacts

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Get Full History Access

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

Note content is identical to the latest version.
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully