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/gasOverFlowFiller.json | |
parent | 0eef2f31ab59016a7ccad2a99d4644f753eebcb9 (diff) | |
parent | 3dabf27265670f95717ff646841acdfeaccddfb1 (diff) | |
download | tangerine-tests-7c228f70fc055ee48489078331328a18c5455586.tar tangerine-tests-7c228f70fc055ee48489078331328a18c5455586.tar.gz tangerine-tests-7c228f70fc055ee48489078331328a18c5455586.tar.bz2 tangerine-tests-7c228f70fc055ee48489078331328a18c5455586.tar.lz tangerine-tests-7c228f70fc055ee48489078331328a18c5455586.tar.xz tangerine-tests-7c228f70fc055ee48489078331328a18c5455586.tar.zst tangerine-tests-7c228f70fc055ee48489078331328a18c5455586.zip |
Merge pull request #466 from ehildenb/test-validator-script
Test validator script
Diffstat (limited to 'src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json')
-rw-r--r-- | src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json index 5ea8b0807..901441cdc 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json @@ -12,7 +12,7 @@ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { "balance" : "100000000000000000000000", "nonce" : "0", - "code" : "(asm PUSH1 0x03 JUMPDEST PUSH1 0x01 SWAP1 SUB DUP1 PUSH1 0x02 JUMPI PUSH9 0x010000000000000016 JUMP JUMPDEST PUSH4 0xbadf000d PUSH1 0x11 SSTORE STOP )", + "code" : "(asm 0x03 JUMPDEST 0x01 SWAP1 SUB DUP1 0x02 JUMPI 0x010000000000000016 JUMP JUMPDEST 0xbadf000d 0x11 SSTORE STOP )", "storage": {} } }, |