aboutsummaryrefslogtreecommitdiffstats
path: root/GeneralStateTests/stWalletTest/multiOwnedChangeOwner_fromNotOwner.json
diff options
context:
space:
mode:
authorDimitry <winsvega@mail.ru>2017-08-03 17:48:53 +0800
committerDimitry <winsvega@mail.ru>2017-08-03 17:48:53 +0800
commit400b1a86d4b13b46e8f13ca65dd206bc46120495 (patch)
tree7c91a19f25dc0a6fd2a8520989373d1ec3d3daf6 /GeneralStateTests/stWalletTest/multiOwnedChangeOwner_fromNotOwner.json
parent8736b076d5f94b29a1fbcf191368e94eae3a9eef (diff)
downloaddexon-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.tar.gz
dexon-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.tar.zst
dexon-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.zip
split metropolis
Diffstat (limited to 'GeneralStateTests/stWalletTest/multiOwnedChangeOwner_fromNotOwner.json')
-rw-r--r--GeneralStateTests/stWalletTest/multiOwnedChangeOwner_fromNotOwner.json38
1 files changed, 29 insertions, 9 deletions
diff --git a/GeneralStateTests/stWalletTest/multiOwnedChangeOwner_fromNotOwner.json b/GeneralStateTests/stWalletTest/multiOwnedChangeOwner_fromNotOwner.json
index a400c64b7..6434e694c 100644
--- a/GeneralStateTests/stWalletTest/multiOwnedChangeOwner_fromNotOwner.json
+++ b/GeneralStateTests/stWalletTest/multiOwnedChangeOwner_fromNotOwner.json
@@ -2,7 +2,7 @@
"multiOwnedChangeOwner_fromNotOwner" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.26123543.Linux.g++",
"source" : "/src/GeneralStateTestsFiller/stWalletTest/multiOwnedChangeOwner_fromNotOwnerFiller.json"
},
"env" : {
@@ -14,9 +14,9 @@
"previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
- "EIP150" : [
+ "Byzantium" : [
{
- "hash" : "0x7d7233bf2c13cfa192ce9dc2bc8101313971fe6ea493c2403ae2acb91b8d73e6",
+ "hash" : "0xed869e9a7d2bc63013cb9a23173ece41d4437d4e4608e513069304529cd54c4e",
"indexes" : {
"data" : 0,
"gas" : 0,
@@ -34,7 +34,7 @@
]
}
],
- "EIP158" : [
+ "Constantinople" : [
{
"hash" : "0xed869e9a7d2bc63013cb9a23173ece41d4437d4e4608e513069304529cd54c4e",
"indexes" : {
@@ -54,9 +54,9 @@
]
}
],
- "Frontier" : [
+ "EIP150" : [
{
- "hash" : "0xbb8ac095c7d8380da01a4ad2a200455baea9773de8b07897d223165ef141f5eb",
+ "hash" : "0x7d7233bf2c13cfa192ce9dc2bc8101313971fe6ea493c2403ae2acb91b8d73e6",
"indexes" : {
"data" : 0,
"gas" : 0,
@@ -74,7 +74,27 @@
]
}
],
- "Homestead" : [
+ "EIP158" : [
+ {
+ "hash" : "0xed869e9a7d2bc63013cb9a23173ece41d4437d4e4608e513069304529cd54c4e",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ },
+ "logs" : [
+ {
+ "address" : "6295ee1b4f6dd65047762f924ecd367c17eabf8f",
+ "bloom" : "00000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000800000000000000000000000000000000000000000000000000000000000040000000000000000",
+ "data" : "0x000000000000000000000000a94f5374fce5edbc8e2a8697c15331677e6ebf0bc7a851de94cfddbb7882a7e49c7b34796e0efc9f706344586e6a8b540e7e5ade",
+ "topics" : [
+ "e1c52dc63b719ade82e8bea94cc41a0d5d28e4aaf536adb5e9cccc9ff8c1aeda"
+ ]
+ }
+ ]
+ }
+ ],
+ "Frontier" : [
{
"hash" : "0xbb8ac095c7d8380da01a4ad2a200455baea9773de8b07897d223165ef141f5eb",
"indexes" : {
@@ -94,9 +114,9 @@
]
}
],
- "Metropolis" : [
+ "Homestead" : [
{
- "hash" : "0xed869e9a7d2bc63013cb9a23173ece41d4437d4e4608e513069304529cd54c4e",
+ "hash" : "0xbb8ac095c7d8380da01a4ad2a200455baea9773de8b07897d223165ef141f5eb",
"indexes" : {
"data" : 0,
"gas" : 0,
tions'>-0/+192 |/ * Merge pull request #268 from ethereum/bc-schemaYoichi Hirai2017-08-265-4/+507 |\ | | | | Add blockchain test linting | * add blockchain test linting to travisJared Wasinger2017-08-265-4/+507 |/ * Merge pull request #275 from ethereum/bc-schema-test-fixesYoichi Hirai2017-08-264-1549/+1532 |\ | | | | fix tests that don't conform to blockchain test schema | * fix tests that don't conform to blockchain test schemaJared Wasinger2017-08-264-1549/+1532 |/ * Merge pull request #273 from ethereum/vmIO-fixYoichi Hirai2017-08-252-146/+145 |\ | | | | Fix the filler and fill vmIOandFlowOperationsTest | * Fix the filler and fill vmIOandFlowOperationsTestYoichi Hirai2017-08-242-146/+145 | | * | Merge pull request #274 from ethereum/log-new-formatYoichi Hirai2017-08-253-76969/+38570 |\ \ | |/ |/| Replace more logs with hashes | * Replace more logs with log hashesYoichi Hirai2017-08-242-76924/+38463 | | | * Replace logs with log hashesYoichi Hirai2017-08-241-45/+107 |/ * Merge pull request #271 from ethereum/address-collision-failsYoichi Hirai2017-08-246-112/+22 |\ | | | | EIP 684: contract creation fails on nonempty code or nonzero nonce | * Changes for EIP-684Yoichi Hirai2017-08-246-112/+22 |/ | | | The change was agreed on the last coredev call and this morning I got an OK from @arkpar. * Merge pull request #267 from ethereum/some-vm-test-failuresYoichi Hirai2017-08-2419-1468/+3457 |\ | | | | Replace logs with hashes in VM tests | * Replace logs with hashesYoichi Hirai2017-08-238-17/+9 | | | * Fix some VMTest filling failuresYoichi Hirai2017-08-2311-1451/+3448 |/ * Merge pull request #269 from ethereum/eip649Yoichi Hirai2017-08-23224-36522/+36848 |\ | | | | EIP649: difficulty and reward changes | * Fix uncleHeaderAt2ByzantiumFiller with a correct state root hashYoichi Hirai2017-08-232-3/+705 | | | | | | | | See https://github.com/ethereum/tests/pull/269#discussion_r134723534 | * Fix uncleBloomNot0_2 with the expected state root hashYoichi Hirai2017-08-232-97/+148 | | | | | | | | See https://github.com/ethereum/tests/pull/269#discussion_r134723381 | * Fix futureUncleTimestampDifficultyDrop2Yoichi Hirai2017-08-232-98/+149 | | | | | | | | See https://github.com/ethereum/tests/pull/269#discussion_r134722457 | * Fill more testsYoichi Hirai2017-08-2247-1338/+1551 | | | * Fill more testsYoichi Hirai2017-08-2247-1695/+1482 | | | * Fill more tests on eip649 branchYoichi Hirai2017-08-2221-788/+762 | | | * Fill in more testsYoichi Hirai2017-08-2216-1369/+917 | | | * Refill more straightforward BlockchainTestsYoichi Hirai2017-08-2278-6787/+6787 | | | * Refill straightforward casesYoichi Hirai2017-08-2272-26077/+26077 | | * | Merge pull request #266 from ethereum/0x-fieldswinsvega2017-08-234-1563/+1563 |\ \ | | | | | | Refilled tests again so that 0x is in front of byte sequences | * | Refilled tests again so that 0x is in front of byte sequencesYoichi Hirai2017-08-224-1563/+1563 | | | * | | Merge pull request #213 from jwasinger/issue-204Yoichi Hirai2017-08-234-1/+688 |\ \ \ | | | | | | | | JSON schema for state tests | * | | add storage and code restrictions to json schemacdetrio2017-08-082-3/+25 | | | | | * | | replace Metropolis with Byzantium and Constantinople in state test schemacdetrio2017-08-081-1/+4 | | | | | * | | add schema for state test fillerscdetrio2017-08-082-0/+258 | | | | | * | | use more type definitions in schemacdetrio2017-08-081-116/+214 | | | | | * | | validate.js takes schema file as argumentcdetrio2017-08-082-2/+4 | | | | | * | | improve type checking.Jared Wasinger2017-08-081-148/+190 | | | | | * | | remove es6 syntax from validation script.Jared Wasinger2017-08-081-1/+1 | | | | | * | | make travis use node8Jared Wasinger2017-08-081-1/+1 | | | | | * | | make log ordering consistentJared Wasinger2017-08-081-0/+11 | | | | | * | | add ECDSA parameters r, s, v. Make sure certain fields are marked as ↵Jared Wasinger2017-08-081-8/+25 | | | | | | | | | | | | | | | | required. Add regex for GasAmount. | * | | make error output more informative. Make schema more comprehensive. Add ↵Jared Wasinger2017-08-083-38/+81 | | | | | | | | | | | | | | | | exit code of -1 upon failure | * | | fix process errorJared Wasinger2017-08-081-1/+0 | | | | | * | | format code. Remove unused python codeJared Wasinger2017-08-083-132/+105 | | | | | * | | use JS for json schema validation because the Node 'jsonschema' library is ↵Jared Wasinger2017-08-083-8/+15 | | | | | | | | | | | | | | | | the only one (that I have found) to correctly handle 'additionalProperties' as a boolean (https://spacetelescope.github.io/understanding-json-schema/reference/object.html) | * | | add schema validation with Travis integration.Jared Wasinger2017-08-084-20/+42 | | | | | * | | add "explanation" field. Reduce number of schema errorsJared Wasinger2017-08-084-2/+7 | | | | | * | | modify validation script to run against all test cases under GeneralStateTestsJared Wasinger2017-08-082-27/+9 | | | | | * | | add working schema outlineJared Wasinger2017-08-083-62/+194 | | | | | * | | add JSON schema skeleton for #204Jared Wasinger2017-08-081-0/+71 | | | | * | | | Merge pull request #253 from cdetrio/fix-data-0xYoichi Hirai2017-08-2334-138/+138 |\ \ \ \ | |_|/ / |/| | | add 0x prefix to state test transaction data | * | | add 0x prefix to state test transaction datacdetrio2017-08-0834-138/+138 | |/ / * | | Merge pull request #265 from ethereum/refill-wallet-testswinsvega2017-08-224-1727/+1727 |\ \ \ | |_|/ |/| | Refill bcWalletTest | * | Refill bcWalletTestYoichi Hirai2017-08-224-1727/+1727 |/ / | | | | | | Last time I filled these tests, I used a broken version of testeth, and "0x" prefix was missing everywhere * | refill opcodes test with logsDimitry2017-08-221-469/+235 | | * | Merge pull request #264 from ethereum/refill-empty-accountwinsvega2017-08-224-2315/+2287 |\ \ | | | | | | Refill some tests whose postState contained empty accounts | * | Refill wallet testsYoichi Hirai2017-08-224-1984/+1963 | | | | | | | | | | | | Before this commit, some empty accounts appeared in the postState | * | Refill the test wallet2outOf3txsRevoke.jsonYoichi Hirai2017-08-221-595/+588 | | | | | | | | | | | | Fixes #4362 * | | Merge pull request #263 from ethereum/logswinsvega2017-08-212726-89623/+23638 |\ \ \ | | | | | | | | remove old log fields from randomTestFillers | * | | make all logs hexDimitry2017-08-212193-81494/+17073 | | | | | * | | remove old fields from random testsDimitry2017-08-211081-8677/+7113 |/ / / | | | | | | | | | make logs hash * | | Merge pull request #261 from jwasinger/masterwinsvega2017-08-213-1/+2523 |\ \ \ | | | | | | | | Add State Tests for Unused Opcodes | * | | check for all possible invalid opcodes.Jared Wasinger2017-08-178-640/+2477 | | | | | * | | fix tests to conform to schemaJared Wasinger2017-08-175-7/+7 | | | | | * | | add SLOADBYTESJared Wasinger2017-08-173-1/+189 | | | | | * | | add badOpcode tests for SLOADBYTES and SSIZEJared Wasinger2017-08-175-3/+313 | | | | | * | | add badOpcode state test for SSIZEJared Wasinger2017-08-172-0/+187 | | | | * | | | Merge pull request #254 from cdetrio/fix-filler-storagewinsvega2017-08-2118-26/+26 |\ \ \ \ | |_|/ / |/| | | use hex for storage keys and values in state test fillers | * | | use hex for storage keys and values in state test fillerscdetrio2017-08-0818-26/+26 | | |/ | |/| * | | Merge pull request #262 from ethereum/eip96-to-constantinopleYoichi Hirai2017-08-17221-36812/+35337 |\ \ \ | |_|/ |/| | Move EIP96 to Constantinople | * | Fix more BlockchainTestsYoichi Hirai2017-08-1719-2908/+2826 | | | | * | fill BlockchainTests after delaying EIP96 to ConstantinopleYoichi Hirai2017-08-16206-34380/+32987 |/ / * | update comments in dao transition testsDimitry2017-08-157-472/+472 | | * | Merge pull request #260 from ethereum/bigger-memory-allocwinsvega2017-08-154-133/+133 |\ \ | | | | | | Fix the modexpFiller about large base length and large exp length | * | Fix the modexpFiller about large base length and large exp lengthYoichi Hirai2017-08-144-133/+133 |/ / * | fix test name zeroSigTransactionCreateDimitry2017-08-144-5/+787 | | * | Merge pull request #258 from cdetrio/returndata-caseswinsvega2017-08-1110-0/+891 |\ \ | | | | | | more returndata test cases | * | more returndata test casescdetrio2017-08-1110-0/+891 | | | * | | Update and rename zeroSigTransacrionCreate.json to zeroSigTransactionCreate.jsonwinsvega2017-08-111-2/+2 |/ / * | Merge pull request #255 from ethereum/revert-returndatacopywinsvega2017-08-093-0/+953 |\ \ | |/ |/| Add a test case that RETURNDATACOPYs REVERTed data | * Add a test case that RETURNDATACOPYs REVERTed dataYoichi Hirai2017-08-083-0/+953 |/ * Merge pull request #250 from cdetrio/filler-valid-jsonYoichi Hirai2017-08-0721-554/+554 |\ | | | | fix invalid json state test fillers | * fix invalid json fillerscdetrio2017-08-0621-554/+554 | | * | Merge pull request #248 from ethereum/odd-length-hex-in-vm-fillerwinsvega2017-08-064-89/+439 |\ \ | | | | | | Fix some formatting issues in VMTest fillers | * | Fix some formatting issues in VMTest fillersYoichi Hirai2017-08-054-89/+439 | |/ * | Merge pull request #246 from ethereum/filled-vm-test-no-expectwinsvega2017-08-063-68/+0 |\ \ | | | | | | Remove "expect" sections from VM tests | * | Remove "expect" sections from VM testsYoichi Hirai2017-08-053-68/+0 | |/ * | Merge pull request #251 from ethereum/hivetestswinsvega2017-08-062851-164758/+619483 |\ \ | |/ |/| Hive tests with Byzantine | * Hive tests with ByzantineDimitry2017-08-062851-164758/+619483 |/ * Merge pull request #245 from ethereum/blockhashtestYoichi Hirai2017-08-042-102/+155 |\ | | | | blockhash test on Byzantine transition | * blockhash test on Byzantine transitionDimitry2017-08-042-102/+155 | | * | Merge pull request #244 from ethereum/clear-storage-after-initwinsvega2017-08-043-80/+226 |\ \ | |/ |/| Change tests so that the storage is cleared before, not after contract initialization | * Fix the filler as wellYoichi Hirai2017-08-041-1/+5 | | | * Change tests so that the storage is cleared before, not after contract ↵Yoichi Hirai2017-08-042-79/+221 |/ | | | initialization * Merge pull request #241 from ethereum/metrosplitwinsvega2017-08-043205-75436/+304768 |\ | | | | Metrosplit | * Transition tests with ByzantiumDimitry2017-08-0315-3448/+865 | | | * split metropolisDimitry2017-08-03