test_bal_noop_write_filtering()¶
Documentation for tests/amsterdam/eip7928_block_level_access_lists/test_block_access_lists_cross_index.py::test_bal_noop_write_filtering@892e6d1e.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/amsterdam/eip7928_block_level_access_lists/test_block_access_lists_cross_index.py::test_bal_noop_write_filtering --fork Amsterdam
Test that NOOP writes (writing same value or 0 to empty) are filtered.
This verifies that: 1. Writing 0 to an uninitialized slot doesn't appear in BAL 2. Writing the same value to a slot doesn't appear in BAL 3. Only actual changes are tracked
Source code in tests/amsterdam/eip7928_block_level_access_lists/test_block_access_lists_cross_index.py
192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 | |
Parametrized Test Cases¶
This test generates 1 parametrized test case across 1 fork.