| title | subtitle | layout |
|---|---|---|
Stable |
All Ethereum Classic Improvement Proposals |
default |
Stable proposals in other repositories:
{% capture content %} {% for page in site.data.org %} {% if page.status == "Stable" %} {% include toc-item.html item=page %} {% endif %} {% endfor %} {% endcapture %}
{% include toc-raw.html content=content %}