diff options
author | chriseth <chris@ethereum.org> | 2018-02-28 01:53:51 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-03-02 00:19:35 +0800 |
commit | 1246917e323eeae635ba7ed6a8a56a1995815bfd (patch) | |
tree | 370b48f533f8143dfbb7345a40d3c7a792560e03 /docs | |
parent | 4ce0e7775d86076b2f1d0e1d1390f7a76636d257 (diff) | |
download | dexon-solidity-1246917e323eeae635ba7ed6a8a56a1995815bfd.tar dexon-solidity-1246917e323eeae635ba7ed6a8a56a1995815bfd.tar.gz dexon-solidity-1246917e323eeae635ba7ed6a8a56a1995815bfd.tar.bz2 dexon-solidity-1246917e323eeae635ba7ed6a8a56a1995815bfd.tar.lz dexon-solidity-1246917e323eeae635ba7ed6a8a56a1995815bfd.tar.xz dexon-solidity-1246917e323eeae635ba7ed6a8a56a1995815bfd.tar.zst dexon-solidity-1246917e323eeae635ba7ed6a8a56a1995815bfd.zip |
Explain json-io setting.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/using-the-compiler.rst | 1 |
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) |