test_use_value_in_contract()
¶
Documentation for tests/shanghai/eip4895_withdrawals/test_withdrawals.py::test_use_value_in_contract@a86d4327
.
Generate fixtures for these test cases for Shanghai with:
Shanghai only:
fill -v tests/shanghai/eip4895_withdrawals/test_withdrawals.py::test_use_value_in_contract --fork=Shanghai --evm-bin=/path/to/evm-tool-dev-version
For all forks up to and including Shanghai:
fill -v tests/shanghai/eip4895_withdrawals/test_withdrawals.py::test_use_value_in_contract --until=Shanghai
Test sending value from contract that has not received a withdrawal
Source code in tests/shanghai/eip4895_withdrawals/test_withdrawals.py
135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 |
|