From 58a42969894de1ababf064f6e157ec1b9a10405a Mon Sep 17 00:00:00 2001 From: Cliff Syner <33703995+alpinevm@users.noreply.github.com> Date: Mon, 10 Jul 2023 00:33:05 -0500 Subject: [PATCH 1/2] Update using-the-compiler.rst Reflect all available evm options in compiler standard input docs --- docs/using-the-compiler.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using-the-compiler.rst b/docs/using-the-compiler.rst index 6fb32871c..6e6a64bb2 100644 --- a/docs/using-the-compiler.rst +++ b/docs/using-the-compiler.rst @@ -316,7 +316,7 @@ Input Description }, // Version of the EVM to compile for. // Affects type checking and code generation. Can be homestead, - // tangerineWhistle, spuriousDragon, byzantium, constantinople, petersburg, istanbul, berlin, london or paris + // tangerineWhistle, spuriousDragon, byzantium, constantinople, petersburg, istanbul, berlin, london, paris or shanghai "evmVersion": "byzantium", // Optional: Change compilation pipeline to go through the Yul intermediate representation. // This is false by default. From 09c30566eb9264bd81b6e57cd89cc2288b835c37 Mon Sep 17 00:00:00 2001 From: Cliff Syner <33703995+alpinevm@users.noreply.github.com> Date: Mon, 10 Jul 2023 09:20:10 -0500 Subject: [PATCH 2/2] Formatting docs/using-the-compiler.rst Co-authored-by: Nuno Santos --- docs/using-the-compiler.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/using-the-compiler.rst b/docs/using-the-compiler.rst index 6e6a64bb2..3c0c1a70b 100644 --- a/docs/using-the-compiler.rst +++ b/docs/using-the-compiler.rst @@ -316,7 +316,8 @@ Input Description }, // Version of the EVM to compile for. // Affects type checking and code generation. Can be homestead, - // tangerineWhistle, spuriousDragon, byzantium, constantinople, petersburg, istanbul, berlin, london, paris or shanghai + // tangerineWhistle, spuriousDragon, byzantium, constantinople, + // petersburg, istanbul, berlin, london, paris or shanghai (default) "evmVersion": "byzantium", // Optional: Change compilation pipeline to go through the Yul intermediate representation. // This is false by default.