From 35cfcf16190fc3e56ee11ead23452c633e2fca28 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Wed, 30 Nov 2016 16:45:00 +0300 Subject: General State Tests --- .../stTransactionTest/OverflowGasRequire2.json | 78 ++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 GeneralStateTests/stTransactionTest/OverflowGasRequire2.json (limited to 'GeneralStateTests/stTransactionTest/OverflowGasRequire2.json') diff --git a/GeneralStateTests/stTransactionTest/OverflowGasRequire2.json b/GeneralStateTests/stTransactionTest/OverflowGasRequire2.json new file mode 100644 index 000000000..817150dda --- /dev/null +++ b/GeneralStateTests/stTransactionTest/OverflowGasRequire2.json @@ -0,0 +1,78 @@ +{ + "OverflowGasRequire2" : { + "env" : { + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x02b8feb0", + "currentGasLimit" : "0x7fffffffffffffff", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01", + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "post" : { + "EIP150" : [ + { + "hash" : "928134bdccde9e51f4a737d2d227f8109915db01191585aad9341b3de67f83bb", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + } + } + ], + "EIP158" : [ + { + "hash" : "7f450a15a566a5af02d0cfd23bada4f0f6963d85c1a20f33eb8dffe2b55262f2", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + } + } + ], + "Frontier" : [ + { + "hash" : "928134bdccde9e51f4a737d2d227f8109915db01191585aad9341b3de67f83bb", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + } + } + ], + "Homestead" : [ + { + "hash" : "928134bdccde9e51f4a737d2d227f8109915db01191585aad9341b3de67f83bb", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + } + } + ] + }, + "pre" : { + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : [ + "0x3240349548983454" + ], + "gasLimit" : [ + "1152921504606846976" + ], + "gasPrice" : "0x50", + "nonce" : "0x00", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : [ + "" + ] + } + } +} \ No newline at end of file -- cgit