Skip to content

Commit f64c2a2

Browse files
authored
Convert issue tracker to MD (#1868)
1 parent 0b903cc commit f64c2a2

File tree

2 files changed

+58
-94
lines changed

2 files changed

+58
-94
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
name: EIP Implementation Tracker
3+
about: Track specification and testing progress for an EIP
4+
title: 'EIP-<eip-number> Implementation Tracker'
5+
labels: A-spec-specs, A-spec-tests, C-eip, C-test
6+
assignees: ''
7+
8+
---
9+
10+
## [EIP-<eip-number>](https://eips.ethereum.org/EIPS/eip-<eip-number>)
11+
12+
### Target Fork
13+
14+
**<fork>**
15+
16+
### Instructions
17+
18+
- [ ] Assign issue to EIP specification and testing owner(s).
19+
20+
> [!IMPORTANT]
21+
> A specifications specialist and a testing specialist should ideally share ownership of the EIP.
22+
23+
- [ ] Add the issue to the target fork milestone if applicable (i.e., the EIP is at least in the [CFI stage](https://eips.ethereum.org/EIPS/eip-7723#considered-for-inclusion)).
24+
25+
#### Guidance for Marking Items Complete
26+
27+
An item should only be checked off once the EIP is considered *stable*. In this context, stable means:
28+
29+
- No major issues or ambiguities are still being uncovered in the specification or tests.
30+
- There are no open discussion points awaiting resolution.
31+
- Client implementations have been consistently passing the tests for at least a week.
32+
33+
It is ultimately up to the owners' discretion to decide when an item should be marked as complete, using this guidance as the basis for that decision.
34+
35+
In exceptional cases, an EIP may require changes after some items have been marked complete or even after the entire issue has been completed and closed. This can happen, for example, when significant design optimizations are identified and agreed upon in ACD, or when critical security issues surface and require updates to the specification or tests.
36+
37+
When this occurs, owners should either unmark the relevant checkboxes if the issue is still open, or create a new tracking issue for the modifications if the original issue had already been closed.
38+
39+
### Specification + Testing Status
40+
41+
- [ ] Testing complexity assessed and documented.
42+
- [ ] Specification implementation merged to `eips/<fork>/eip-<eip-number>` *(skip if the fork branch merge below is already complete)*.
43+
- [ ] Specification updates merged to the corresponding `forks/<fork>` branch.
44+
- [ ] EIP updates proposed in case of architectural choices surfaced during implementation.
45+
- [ ] Required testing framework modifications implemented.
46+
- [ ] Test suite implemented.
47+
- [ ] Full code coverage for all changes.
48+
- [ ] No regressions or failures in tests from prior forks (including static tests).
49+
- [ ] [Testing checklist](https://github.com/ethereum/execution-specs/blob/HEAD/docs/writing_tests/checklist_templates/eip_testing_checklist_template.md) complete.
50+
- [ ] Hardening session completed.
51+
- [ ] Benchmarking tests written and results documented.
52+
- [ ] Ran tests using `execute` to ensure compatibility, and marked specific tests to be skipped when they cannot be executed on live networks.
53+
- [ ] Added Mainnet-marked tests ([example test](https://github.com/ethereum/execution-specs/blob/2a6f9ee98ba7c0d04c7d523a0ea0ee8a98a5c418/tests/osaka/eip7939_count_leading_zeros/test_eip_mainnet.py)).
54+
55+
### Process Status
56+
57+
- [ ] Hive tests passing on at least two implementations.
58+
- [ ] EIP included in a devnet.

.github/ISSUE_TEMPLATE/eip-tracker.yaml

Lines changed: 0 additions & 94 deletions
This file was deleted.

0 commit comments

Comments
 (0)