ethereum/eips

The Ethereum Improvement Proposal repository

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 24 minutes ago
Added to GitGenius on September 4th, 2026
Created on October 26th, 2015
Open Issues & Pull Requests: 507 (+0)
GitHub issues: Enabled
Number of forks: 6,086
Total Stargazers: 13,973 (+0)
Total Subscribers: 968 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 41.4 hours
Mean response time: 15.0 days
90th percentile: 68.9 days
Tracked items: 93

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 70% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 9% of issues opened in the past year have been closed. Three people close 57% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 20
New in 7 days: 2
Closed in 7 days: 2
Avg open age: 258 days
Stale 30+ days: 16
Stale 90+ days: 11

Recent activity

Opened in 7 days: 2
Closed in 7 days: 2
Comments in 7 days: 1
Events in 7 days: 1

Top labels

  • stale (18)
  • bug (10)
  • enhancement (9)
  • w-stale (4)
  • discussions-to (1)
  • r-eips (1)
  • r-process (1)
  • r-website (1)

Most active issues this week

Detailed Description

Ethereum Improvement Proposals (EIPs) is a standardization and documentation repository that tracks improvements to the Ethereum protocol and conventions built upon it.

The repository addresses the need for coordinated, documented evolution of Ethereum by providing a structured process for proposing, discussing, and implementing improvements. EIPs are organized into categories including Core (consensus protocol changes), Networking (peer-to-peer layer specifications), Interface (user and application interaction standards), Meta (miscellaneous consensus-requiring improvements), and Informational (non-standard proposals). The process requires that ideas be thoroughly discussed on community forums before submission, with EIP-1 governing the formal publication workflow. All proposals must pass automated validation checks before merging.

Developers should use this repository if they are proposing changes to Ethereum's core protocol, networking layer, or standardized interfaces, or if they need to reference the canonical specifications for how these systems work. The tool is not intended for implementation help or general Ethereum development questions, which should be directed to community forums and Stack Exchange. The repository underwent a structural change separating application-layer standards (ERCs) into a dedicated repository, so contributors proposing application-level standards should direct their work elsewhere.

The project maintains a clear distinction between draft and finalized specifications, with published EIPs at draft, review, or last-call status explicitly marked as incomplete and subject to change. The repository enforces quality through automated validation of all pull requests before merging, ensuring consistency in documentation standards across proposals.