diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2018-06-01 10:39:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-01 10:39:41 +0800 |
commit | 7c228f70fc055ee48489078331328a18c5455586 (patch) | |
tree | 79d0a60162d5dfa53997f36859e4de035a280bf0 /src/VMTestsFiller/vmIOandFlowOperations/stack_loopFiller.json | |
parent | 0eef2f31ab59016a7ccad2a99d4644f753eebcb9 (diff) | |
parent | 3dabf27265670f95717ff646841acdfeaccddfb1 (diff) | |
download | dexon-tests-7c228f70fc055ee48489078331328a18c5455586.tar dexon-tests-7c228f70fc055ee48489078331328a18c5455586.tar.gz dexon-tests-7c228f70fc055ee48489078331328a18c5455586.tar.bz2 dexon-tests-7c228f70fc055ee48489078331328a18c5455586.tar.lz dexon-tests-7c228f70fc055ee48489078331328a18c5455586.tar.xz dexon-tests-7c228f70fc055ee48489078331328a18c5455586.tar.zst dexon-tests-7c228f70fc055ee48489078331328a18c5455586.zip |
Merge pull request #466 from ehildenb/test-validator-script
Test validator script
Diffstat (limited to 'src/VMTestsFiller/vmIOandFlowOperations/stack_loopFiller.json')
-rw-r--r-- | src/VMTestsFiller/vmIOandFlowOperations/stack_loopFiller.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/VMTestsFiller/vmIOandFlowOperations/stack_loopFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/stack_loopFiller.json index 4526795c3..bab696265 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/stack_loopFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/stack_loopFiller.json @@ -12,7 +12,8 @@ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { "balance" : "100000000000000000000000", "nonce" : "0", - "code" : "(asm 10 JUMPDEST 1 DUP2 SUB DUP1 2 JUMPI 0 MSTORE8 1 MSTORE8 2 MSTORE8 3 MSTORE8 4 MSTORE8 5 MSTORE8 6 MSTORE8 7 MSTORE8 8 MSTORE8 9 MSTORE8 MSIZE 0 RETURN)", + "_code" : "(asm 10 JUMPDEST 1 DUP2 SUB DUP1 2 JUMPI 0 MSTORE8 1 MSTORE8 2 MSTORE8 3 MSTORE8 4 MSTORE8 5 MSTORE8 6 MSTORE8 7 MSTORE8 8 MSTORE8 9 MSTORE8 MSIZE 0 RETURN)", + "code" : "0x60015b6001810380600257600053600153600253600353600453600553600653600753600853600953596000f3", "storage": {} } }, |