diff options
author | Dimitry <dimitry@ethdev.com> | 2016-10-29 03:37:12 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethdev.com> | 2016-10-29 03:37:12 +0800 |
commit | 782dca7087580ae4a7aec4b0c64c3c9fabea71a0 (patch) | |
tree | c688d8f832e6356cae2c33c92f08c63a7cad9a6e | |
parent | 76223d982fbc0556d1677e8a3cffc59b86cf8498 (diff) | |
download | tangerine-tests-782dca7087580ae4a7aec4b0c64c3c9fabea71a0.tar tangerine-tests-782dca7087580ae4a7aec4b0c64c3c9fabea71a0.tar.gz tangerine-tests-782dca7087580ae4a7aec4b0c64c3c9fabea71a0.tar.bz2 tangerine-tests-782dca7087580ae4a7aec4b0c64c3c9fabea71a0.tar.lz tangerine-tests-782dca7087580ae4a7aec4b0c64c3c9fabea71a0.tar.xz tangerine-tests-782dca7087580ae4a7aec4b0c64c3c9fabea71a0.tar.zst tangerine-tests-782dca7087580ae4a7aec4b0c64c3c9fabea71a0.zip |
fix OOG create Transaction test
-rw-r--r-- | StateTests/EIP158/stCreateTest.json | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/StateTests/EIP158/stCreateTest.json b/StateTests/EIP158/stCreateTest.json index b78805718..474016a89 100644 --- a/StateTests/EIP158/stCreateTest.json +++ b/StateTests/EIP158/stCreateTest.json @@ -633,14 +633,21 @@ "out" : "0x", "post" : { "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x01fdf2", + "balance" : "0x01ada6", "code" : "0x", "nonce" : "0x00", "storage" : { } }, + "6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { + "balance" : "0x00", + "code" : "0x", + "nonce" : "0x01", + "storage" : { + } + }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0xe8d4a3120e", + "balance" : "0xe8d4a3625a", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -651,10 +658,11 @@ "code" : "0x600c600155", "nonce" : "0x00", "storage" : { + "0x01" : "0x0c" } } }, - "postStateRoot" : "e3e07d6ccf5633061d6d57015e874f2f5c948edaf4931cead24242b1296d457c", + "postStateRoot" : "52e01bd2dc14cb3d842386df06400843e4e518e86d65a43f3865903b5d620c47", "pre" : { "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0xe8d4a51000", @@ -672,8 +680,8 @@ } }, "transaction" : { - "data" : "0x6000600060006000600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b61ea60f1506d64600c6000556000526005601bf3600052600e60126000f0600555", - "gasLimit" : "0x01fdf2", + "data" : "0x6000600060006000600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b61ea60f1506d64600c6000556000526005601bf3600052600e60126000f0", + "gasLimit" : "0x01adb0", "gasPrice" : "0x01", "nonce" : "0x00", "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", |