Merge pull request #14195 from ethereum/fix-push0-docs

docs: mention that `push0` also decreases the runtime costs
This commit is contained in:
Daniel
2023-05-08 18:57:11 +02:00
committed by GitHub
+1 -1
View File
@@ -4,7 +4,7 @@ Language Features:
Compiler Features:
* Assembler: Use ``push0`` for placing ``0`` in the stack for EVM versions starting from "Shanghai". This decreases the deployment costs.
* Assembler: Use ``push0`` for placing ``0`` in the stack for EVM versions starting from "Shanghai". This decreases the deployment and runtime costs.
* EVM: Set default EVM version to "Shanghai".
* EVM: Support for the EVM Version "Shanghai".
* NatSpec: Add support for NatSpec documentation in ``enum`` definitions.