Skip to content

Commit f8a84eb

Browse files
committed
fixes
1 parent 5b6f24b commit f8a84eb

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

docs/checklist_templates/eip_testing_checklist_template.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,19 +1038,29 @@ Verify, given multiple initial values, that a block is accepted or rejected depe
10381038
### Test Vectors
10391039

10401040
#### Gas Usage
1041+
10411042
Measure and store the gas usage during the operations affected by the gas cost changes and verify the updated behavior.
10421043

1044+
| ID | Description | Status | Tests |
1045+
|-|-|-|-|
1046+
| `gas_cost_changes/test/gas_updates_measurement` | Measure updated gas costs. | | |
1047+
10431048
#### Out-of-gas
1049+
10441050
Verify the operations affected by the gas cost changes can run out-of-gas with the updated limits.
10451051

1052+
| ID | Description | Status | Tests |
1053+
|-|-|-|-|
1054+
| `gas_cost_changes/test/out_of_gas` | Out-Of-Gas with new gas prices. | | |
1055+
10461056
#### Fork transition
10471057

1048-
Verify gas costs are.
1058+
Verify gas costs are updated at the fork transition boundary.
10491059

10501060
| ID | Description | Status | Tests |
10511061
|-|-|-|-|
1052-
| `gas_cost_changes/test/fork_transition/before` | Unaffected before the fork activation block. | | |
1053-
| `gas_cost_changes/test/fork_transition/after` | Updated on and after fork activation block. | | |
1062+
| `gas_cost_changes/test/fork_transition/before` | Costs unaffected before the fork activation block. | | |
1063+
| `gas_cost_changes/test/fork_transition/after` | Costs are updated on and after fork activation block. | | |
10541064

10551065
### Framework Changes
10561066

@@ -1103,7 +1113,13 @@ N/A
11031113

11041114
### Test Vectors
11051115

1106-
#### Verify tests in `tests/cancun/eip4844_blobs` were correctly and automatically updated to take into account the new blob count values at the new fork activation block.
1116+
#### Existing Test Updates
1117+
1118+
Verify tests in `tests/cancun/eip4844_blobs` were correctly and automatically updated to take into account the new blob count values at the new fork activation block.
1119+
1120+
| ID | Description | Status | Tests |
1121+
|-|-|-|-|
1122+
| `blob_count_changes/test/eip4844_blobs_changes` | Updates to `tests/cancun/eip4844_blobs` were applied correctly. | | |
11071123

11081124
### Framework Changes
11091125

0 commit comments

Comments
 (0)