smlxl / evm.codes

Source for evm.codes an Ethereum Virtual Machine Opcodes Interactive Reference
https://evm.codes/
MIT License
727 stars 135 forks source link

`SSTORE` error cases do not include `GAS_CALL_STIPEND` condition #267

Closed markus0x1 closed 1 year ago

markus0x1 commented 1 year ago

The SSTORE opcode requires that the gas left is greater than 2300 (see: executions spec , geth) This is important because transfer and send only pass 2300 gas.