test_large_amount()¶
Documentation for tests/shanghai/eip4895_withdrawals/test_withdrawals.py::test_large_amount@8db70f93.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/shanghai/eip4895_withdrawals/test_withdrawals.py::test_large_amount --fork Amsterdam
Test withdrawals that have a large gwei amount.
Test such that that (gwei * 1e9) could overflow uint64 but not uint256.
Source code in tests/shanghai/eip4895_withdrawals/test_withdrawals.py
715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 | |
Parametrized Test Cases¶
This test generates 1 parametrized test case across 5 forks.