test_balance_within_block()
¶
Documentation for tests/shanghai/eip4895_withdrawals/test_withdrawals.py::test_balance_within_block@a86d4327
.
Generate fixtures for these test cases for Shanghai with:
Shanghai only:
fill -v tests/shanghai/eip4895_withdrawals/test_withdrawals.py::test_balance_within_block --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_balance_within_block --until=Shanghai
Test Withdrawal balance increase within the same block, inside contract call.
Source code in tests/shanghai/eip4895_withdrawals/test_withdrawals.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 |
|