diff options
Diffstat (limited to 'src/GeneralStateTestsFiller/stPreCompiledContracts2/modexpRandomInputFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stPreCompiledContracts2/modexpRandomInputFiller.json | 32 |
1 files changed, 29 insertions, 3 deletions
diff --git a/src/GeneralStateTestsFiller/stPreCompiledContracts2/modexpRandomInputFiller.json b/src/GeneralStateTestsFiller/stPreCompiledContracts2/modexpRandomInputFiller.json index eed5fd0f5..a622c0bda 100644 --- a/src/GeneralStateTestsFiller/stPreCompiledContracts2/modexpRandomInputFiller.json +++ b/src/GeneralStateTestsFiller/stPreCompiledContracts2/modexpRandomInputFiller.json @@ -15,7 +15,7 @@ { "indexes" : { "data" : 0, - "gas" : 0, + "gas" : -1, "value" : -1 }, "network" : [">=Byzantium"], @@ -25,7 +25,7 @@ } } }, - { + { "indexes" : { "data" : 1, "gas" : 0, @@ -38,7 +38,20 @@ } } }, - { + { + "indexes" : { + "data" : 1, + "gas" : 1, + "value" : -1 + }, + "network" : [">=Byzantium"], + "result" : { + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "999999999999993000000" + } + } + }, + { "indexes" : { "data" : 2, "gas" : 1, @@ -50,6 +63,19 @@ "balance" : "999999999999993000000" } } + }, + { + "indexes" : { + "data" : 2, + "gas" : 0, + "value" : -1 + }, + "network" : [">=Byzantium"], + "result" : { + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "999999999999999290000" + } + } } ], "pre": { |