From 73c4837d0d6285d15965a56b77d9e8b2ad069981 Mon Sep 17 00:00:00 2001 From: narimiran Date: Fri, 27 Nov 2020 09:50:28 +0100 Subject: [PATCH] change case of `berlin` In `vm_forks.nim`, `FkBerlin`'s value is (lowercase) `"berlin"`. Another example of using lowercase in similar code: `constantinople` in `test_op_bit.nim` --- tests/test_op_misc.nim | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/test_op_misc.nim b/tests/test_op_misc.nim index 0f65aecfe..c098d1687 100644 --- a/tests/test_op_misc.nim +++ b/tests/test_op_misc.nim @@ -185,7 +185,7 @@ proc opMiscMain*() = BEGINSUB RETURNSUB gasUsed: 18 - fork: Berlin + fork: berlin assembler: title: "Two levels of subroutines" @@ -200,7 +200,7 @@ proc opMiscMain*() = BEGINSUB RETURNSUB gasUsed: 36 - fork: Berlin + fork: berlin assembler: title: "Failure 1: invalid jump" @@ -215,7 +215,7 @@ proc opMiscMain*() = BEGINSUB RETURNSUB success: false - fork: Berlin + fork: berlin assembler: title: "Failure 2: shallow return stack" @@ -224,7 +224,7 @@ proc opMiscMain*() = PC PC success: false - fork: Berlin + fork: berlin assembler: title: "Subroutine at end of code" @@ -237,7 +237,7 @@ proc opMiscMain*() = PUSH1 "0x03" JUMPSUB gasUsed: 30 - fork: Berlin + fork: berlin assembler: title: "Error on 'walk-into-subroutine'" @@ -246,7 +246,7 @@ proc opMiscMain*() = RETURNSUB STOP success: false - fork: Berlin + fork: berlin assembler: title: "sol test" @@ -268,7 +268,7 @@ proc opMiscMain*() = MUL RETURNSUB gasUsed: 47 - fork: Berlin + fork: berlin stack: "0x06"