From 6557c00e32c6057d5fa349c6a990ca975d75a3e8 Mon Sep 17 00:00:00 2001 From: Everett Hildenbrandt Date: Tue, 29 May 2018 13:07:57 -0600 Subject: src/VMTestsFiller: correct occurrences of invalid JSON --- .../vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json') diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json index 49913992a..2e243ab28 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json @@ -12,10 +12,7 @@ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { "balance" : "100000000000000000000000", "nonce" : "0", - "code" : "(asm 1 2 3 CALLVALUE JUMP - JUMPDEST POP POP 0 MSTORE MSIZE 0 RETURN - JUMPDEST POP 0 MSTORE MSIZE 0 RETURN - JUMPDEST POP POP POP 0 MSTORE MSIZE 0 RETURN)", + "code" : "(asm 1 2 3 CALLVALUE JUMP JUMPDEST POP POP 0 MSTORE MSIZE 0 RETURN JUMPDEST POP 0 MSTORE MSIZE 0 RETURN JUMPDEST POP POP POP 0 MSTORE MSIZE 0 RETURN)", "storage": {} } }, -- cgit v1.2.3 From 93ea2fb920c4feeed28ac7729027bbd53dbc527c Mon Sep 17 00:00:00 2001 From: Everett Hildenbrandt Date: Wed, 30 May 2018 21:30:23 -0600 Subject: src/VMTestsFiller: convert inline assembly to hex data to avoid LLL errors --- .../vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json') diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json index 2e243ab28..765263d62 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json @@ -12,7 +12,8 @@ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { "balance" : "100000000000000000000000", "nonce" : "0", - "code" : "(asm 1 2 3 CALLVALUE JUMP JUMPDEST POP POP 0 MSTORE MSIZE 0 RETURN JUMPDEST POP 0 MSTORE MSIZE 0 RETURN JUMPDEST POP POP POP 0 MSTORE MSIZE 0 RETURN)", + "_code" : "(asm 1 2 3 CALLVALUE JUMP JUMPDEST POP POP 0 MSTORE MSIZE 0 RETURN JUMPDEST POP 0 MSTORE MSIZE 0 RETURN JUMPDEST POP POP POP 0 MSTORE MSIZE 0 RETURN)", + "code" : "0x60016002600334565b5050600052596000f35b50600052596000f35b505050600052596000f3", "storage": {} } }, -- cgit v1.2.3