Merge pull request #545 from narimiran/change-case
change case of `berlin`
This commit is contained in:
commit
b72d91ce32
|
@ -185,7 +185,7 @@ proc opMiscMain*() =
|
||||||
BEGINSUB
|
BEGINSUB
|
||||||
RETURNSUB
|
RETURNSUB
|
||||||
gasUsed: 18
|
gasUsed: 18
|
||||||
fork: Berlin
|
fork: berlin
|
||||||
|
|
||||||
assembler:
|
assembler:
|
||||||
title: "Two levels of subroutines"
|
title: "Two levels of subroutines"
|
||||||
|
@ -200,7 +200,7 @@ proc opMiscMain*() =
|
||||||
BEGINSUB
|
BEGINSUB
|
||||||
RETURNSUB
|
RETURNSUB
|
||||||
gasUsed: 36
|
gasUsed: 36
|
||||||
fork: Berlin
|
fork: berlin
|
||||||
|
|
||||||
assembler:
|
assembler:
|
||||||
title: "Failure 1: invalid jump"
|
title: "Failure 1: invalid jump"
|
||||||
|
@ -215,7 +215,7 @@ proc opMiscMain*() =
|
||||||
BEGINSUB
|
BEGINSUB
|
||||||
RETURNSUB
|
RETURNSUB
|
||||||
success: false
|
success: false
|
||||||
fork: Berlin
|
fork: berlin
|
||||||
|
|
||||||
assembler:
|
assembler:
|
||||||
title: "Failure 2: shallow return stack"
|
title: "Failure 2: shallow return stack"
|
||||||
|
@ -224,7 +224,7 @@ proc opMiscMain*() =
|
||||||
PC
|
PC
|
||||||
PC
|
PC
|
||||||
success: false
|
success: false
|
||||||
fork: Berlin
|
fork: berlin
|
||||||
|
|
||||||
assembler:
|
assembler:
|
||||||
title: "Subroutine at end of code"
|
title: "Subroutine at end of code"
|
||||||
|
@ -237,7 +237,7 @@ proc opMiscMain*() =
|
||||||
PUSH1 "0x03"
|
PUSH1 "0x03"
|
||||||
JUMPSUB
|
JUMPSUB
|
||||||
gasUsed: 30
|
gasUsed: 30
|
||||||
fork: Berlin
|
fork: berlin
|
||||||
|
|
||||||
assembler:
|
assembler:
|
||||||
title: "Error on 'walk-into-subroutine'"
|
title: "Error on 'walk-into-subroutine'"
|
||||||
|
@ -246,7 +246,7 @@ proc opMiscMain*() =
|
||||||
RETURNSUB
|
RETURNSUB
|
||||||
STOP
|
STOP
|
||||||
success: false
|
success: false
|
||||||
fork: Berlin
|
fork: berlin
|
||||||
|
|
||||||
assembler:
|
assembler:
|
||||||
title: "sol test"
|
title: "sol test"
|
||||||
|
@ -268,7 +268,7 @@ proc opMiscMain*() =
|
||||||
MUL
|
MUL
|
||||||
RETURNSUB
|
RETURNSUB
|
||||||
gasUsed: 47
|
gasUsed: 47
|
||||||
fork: Berlin
|
fork: berlin
|
||||||
stack:
|
stack:
|
||||||
"0x06"
|
"0x06"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue