diff options
author | Gav Wood <i@gavwood.com> | 2014-06-29 00:22:18 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-06-29 00:22:18 +0800 |
commit | edd3a00c2a8d78867d8bb1557697455729a03027 (patch) | |
tree | 98fbf2c77daffbf26fa149649d9cdeafa068ab28 | |
parent | 5021e0dd83bdb8b23ca3dcc72293c6737e8165a8 (diff) | |
download | tangerine-tests-edd3a00c2a8d78867d8bb1557697455729a03027.tar tangerine-tests-edd3a00c2a8d78867d8bb1557697455729a03027.tar.gz tangerine-tests-edd3a00c2a8d78867d8bb1557697455729a03027.tar.bz2 tangerine-tests-edd3a00c2a8d78867d8bb1557697455729a03027.tar.lz tangerine-tests-edd3a00c2a8d78867d8bb1557697455729a03027.tar.xz tangerine-tests-edd3a00c2a8d78867d8bb1557697455729a03027.tar.zst tangerine-tests-edd3a00c2a8d78867d8bb1557697455729a03027.zip |
Additional test for jeff. Now use the 0x... notation.
-rw-r--r-- | trietest.json | 18 | ||||
-rw-r--r-- | vmtests.json | 2 |
2 files changed, 18 insertions, 2 deletions
diff --git a/trietest.json b/trietest.json index a8fb7ca86..009c76260 100644 --- a/trietest.json +++ b/trietest.json @@ -57,5 +57,21 @@ "te": "testy" }, "root": "8452568af70d8d140f58d941338542f645fcca50094b20f3c3d8c3df49337928" - } + }, + "jeff": { + "in": { + "0x0000000000000000000000000000000000000000000000000000000000000045": "0x22b224a1420a802ab51d326e29fa98e34c4f24ea", + "0x0000000000000000000000000000000000000000000000000000000000000046": "0x67706c2076330000000000000000000000000000000000000000000000000000", + "0x0000000000000000000000000000000000000000000000000000001234567890": "0x697c7b8c961b56f675d570498424ac8de1a918f6", + "0x000000000000000000000000697c7b8c961b56f675d570498424ac8de1a918f6": "0x1234567890", + "0x0000000000000000000000007ef9e639e2733cb34e4dfc576d4b23f72db776b2": "0x4655474156000000000000000000000000000000000000000000000000000000", + "0x000000000000000000000000ec4f34c97e43fbb2816cfd95e388353c7181dab1": "0x4e616d6552656700000000000000000000000000000000000000000000000000", + "0x4655474156000000000000000000000000000000000000000000000000000000": "0x7ef9e639e2733cb34e4dfc576d4b23f72db776b2", + "0x4e616d6552656700000000000000000000000000000000000000000000000000": "0xec4f34c97e43fbb2816cfd95e388353c7181dab1", + "0x0000000000000000000000000000000000000000000000000000001234567890": "", + "0x000000000000000000000000697c7b8c961b56f675d570498424ac8de1a918f6": "0x6f6f6f6820736f2067726561742c207265616c6c6c793f000000000000000000", + "0x6f6f6f6820736f2067726561742c207265616c6c6c793f000000000000000000": "0x697c7b8c961b56f675d570498424ac8de1a918f6" + }, + "root": "088c8e162c91c75ca9efa63f21530bbc6964cff7453a5d6af8404d090292a3e7" + } } diff --git a/vmtests.json b/vmtests.json index 3c05fb8e7..9c0a58e91 100644 --- a/vmtests.json +++ b/vmtests.json @@ -963,7 +963,7 @@ "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681", "code" : [ 128, - 175 + 191 ], "data" : [ ], |