aboutsummaryrefslogtreecommitdiffstats
path: root/docs/using-the-compiler.rst
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-02-28 01:53:51 +0800
committerchriseth <chris@ethereum.org>2018-03-02 00:19:35 +0800
commit1246917e323eeae635ba7ed6a8a56a1995815bfd (patch)
tree370b48f533f8143dfbb7345a40d3c7a792560e03 /docs/using-the-compiler.rst
parent4ce0e7775d86076b2f1d0e1d1390f7a76636d257 (diff)
downloaddexon-solidity-1246917e323eeae635ba7ed6a8a56a1995815bfd.tar.gz
dexon-solidity-1246917e323eeae635ba7ed6a8a56a1995815bfd.tar.zst
dexon-solidity-1246917e323eeae635ba7ed6a8a56a1995815bfd.zip
Explain json-io setting.
Diffstat (limited to 'docs/using-the-compiler.rst')
-rw-r--r--docs/using-the-compiler.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/using-the-compiler.rst b/docs/using-the-compiler.rst
index 66e3ac35..df30b6b4 100644
--- a/docs/using-the-compiler.rst
+++ b/docs/using-the-compiler.rst
@@ -101,6 +101,7 @@ Input Description
enabled: true,
runs: 500
},
+ evmVersion: "byzantium", // Version of the EVM to compile for. Affects type checking and code generation. Can be homestead, tangerineWhistle, spuriousDragon, byzantium or constantinople
// Metadata settings (optional)
metadata: {
// Use only literal content and not URLs (false by default)