Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Templates/EIP-Complexity-Assessment.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ All anchors are scored on a 0–3 scale. A score of 4 may be used in exceptional

New EVM gas accounting rules
- 0. No gas accounting changes.
- 1. Existing gas accounting mechanism is updated.
- 1. Existing gas accounting mechanism is updated but it does not affect existing tests.
- 2. A new gas accounting mechanism is introduced but it does not affect existing mechanisms nor does it affect existing tests.
- 3. A new gas accounting mechanism is introduced and affects existing mechanisms which in turn affect existing tests.
- 3. A gas accounting mechanism is introduced/modified and affects existing tests.

##### Blob gas accounting changes

Expand Down