test_large_amount()¶
Documentation for tests/shanghai/eip4895_withdrawals/test_withdrawals.py::test_large_amount@5f132e7c.
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
735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 | |
Parametrized Test Cases¶
This test generates 1 parametrized test case across 5 forks.