Commit d053f8b
eth/vm/logic/system: fix CREATE2 failures on BadOpcode test fixture.
2 COMMITS SQUASHED:
eth/vm/logic/system: CREATE2 consumes the fixed 32000 gas that CREATE does.
For reference, EIP-1014:
https://eips.ethereum.org/EIPS/eip-1014
eth/vm/logic/system: increment nonce in CREATE2 (was missing).1 parent fdf04a7 commit d053f8b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| 237 | + | |
237 | 238 | | |
238 | 239 | | |
239 | 240 | | |
| |||
0 commit comments