test_self_destructing_account()¶
Documentation for tests/shanghai/eip4895_withdrawals/test_withdrawals.py::test_self_destructing_account@88e9fb8f.
Generate fixtures for these test cases for Osaka with:
fill -v tests/shanghai/eip4895_withdrawals/test_withdrawals.py::test_self_destructing_account --fork Osaka
Test withdrawals can be done to self-destructed accounts.
Account 0x100 self-destructs and sends all its balance to 0x200. Then,
a withdrawal is received at 0x100 with 99 wei.
Source code in tests/shanghai/eip4895_withdrawals/test_withdrawals.py
353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 | |
Parametrized Test Cases¶
This test case is only parametrized by fork.
| Test ID (Abbreviated) |
|---|
| ...fork_Shanghai-blockchain_test |
| ...fork_Cancun-blockchain_test |
| ...fork_Prague-blockchain_test |
| ...fork_Osaka-blockchain_test |