aboutsummaryrefslogtreecommitdiffstats
path: root/GeneralStateTests/stStaticCall
Commit message (Expand)AuthorAgeFilesLines
* Store the result of RETURNDATASIZE after a static call fails for a REVERTYoichi Hirai2017-12-081-14/+14
* fix StaticCallTestsDimitry2017-11-232-18/+18
* refill all the testsDimitry2017-10-07284-568/+852
* regenerate state testsDimitry2017-09-29284-6314/+1658
* update precompiled in static testDimitry2017-09-121-86/+3
* make all logs hexDimitry2017-08-21284-6224/+3254
* split metropolisDimitry2017-08-03284-2747/+8265
* update general testsDimitry2017-08-01284-15694/+35254
* regenerate hive testsDimitry2017-08-01284-30506/+15896
* refill general state testsDimitry2017-07-10284-22/+1357
* Fix and refill GeneralStateTest after fixing the nonce change for address col...Yoichi Hirai2017-07-062-268/+2
* Fix names of test cases in GeneralStateTests to match the file namesYoichi Hirai2017-06-302-2/+12
* more staticcall tests updateDimitry2017-06-283-6/+1007
* more staticcall testsDimitry2017-06-285-0/+2602
* Fix a test case that expected staticcall to return successfully even when an ...Yoichi Hirai2017-06-271-6/+11
* Fix a test that expected staticcall to return successfully even when SSTORE i...Yoichi Hirai2017-06-271-6/+11
* Add a test about staticcall not inheriting the callvalue from the parent call...Yoichi Hirai2017-06-261-0/+115
* Add a test about STATICCALL not inheriting the callvalueYoichi Hirai2017-06-261-0/+108
* correct staticcall testsDimitry2017-06-243-3/+64
* fix create transactions with eip86 ruleDimitry2017-06-232-5/+235
* Fill the tests following the previous commitYoichi Hirai2017-06-131-3/+3
* remove empty static call testsDimitry2017-06-0945-964/+0
* more staticcall testsDimitry2017-06-01245-57/+26252
* update static testsDimitry2017-05-2312-0/+1712
* generate finished tests for staticcallDimitry2017-05-2365-0/+9803
| * | 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 |\ \ \ | * | | 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 require...Jared Wasinger2017-08-081-8/+25 | * | | make error output more informative. Make schema more comprehensive. Add exi...Jared Wasinger2017-08-083-38/+81 | * | | 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 th...Jared Wasinger2017-08-083-8/+15 | * | | 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 datacdetrio2017-08-0834-138/+138 | |/ / * | | Merge pull request #265 from ethereum/refill-wallet-testswinsvega2017-08-224-1727/+1727 |\ \ \ | |_|/ |/| | | * | Refill bcWalletTestYoichi Hirai2017-08-224-1727/+1727 |/ / * | refill opcodes test with logsDimitry2017-08-221-469/+235 * | Merge pull request #264 from ethereum/refill-empty-accountwinsvega2017-08-224-2315/+2287 |\ \ | * | Refill wallet testsYoichi Hirai2017-08-224-1984/+1963 | * | Refill the test wallet2outOf3txsRevoke.jsonYoichi Hirai2017-08-221-595/+588 * | | Merge pull request #263 from ethereum/logswinsvega2017-08-212726-89623/+23638 |\ \ \ | * | | make all logs hexDimitry2017-08-212193-81494/+17073 | * | | remove old fields from random testsDimitry2017-08-211081-8677/+7113 |/ / / * | | Merge pull request #261 from jwasinger/masterwinsvega2017-08-213-1/+2523 |\ \ \ | * | | 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 fillerscdetrio2017-08-0818-26/+26 | | |/ | |/| * | | Merge pull request #262 from ethereum/eip96-to-constantinopleYoichi Hirai2017-08-17221-36812/+35337 |\ \ \ | |_|/ |/| | | * | 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 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 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 dataYoichi Hirai2017-08-083-0/+953 |/ * Merge pull request #250 from cdetrio/filler-valid-jsonYoichi Hirai2017-08-0721-554/+554 |\ | * 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 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 testsYoichi Hirai2017-08-053-68/+0 | |/ * | Merge pull request #251 from ethereum/hivetestswinsvega2017-08-062851-164758/+619483 |\ \ | |/ |/| | * Hive tests with ByzantineDimitry2017-08-062851-164758/+619483 |/ * Merge pull request #245 from ethereum/blockhashtestYoichi Hirai2017-08-042-102/+155 |\ | * blockhash test on Byzantine transitionDimitry2017-08-042-102/+155 * | Merge pull request #244 from ethereum/clear-storage-after-initwinsvega2017-08-043-80/+226 |\ \ | |/ |/| | * Fix the filler as wellYoichi Hirai2017-08-041-1/+5 | * Change tests so that the storage is cleared before, not after contract initia...Yoichi Hirai2017-08-042-79/+221 |/ * Merge pull request #241 from ethereum/metrosplitwinsvega2017-08-043205-75436/+304768 |\ | * Transition tests with ByzantiumDimitry2017-08-0315-3448/+865 | * split metropolisDimitry2017-08-033191-71988/+303903 |/ * Merge pull request #214 from ethereum/add-commentwinsvega2017-08-011-0/+1 |\ | * Add an explanationYoichi Hirai2017-07-061-0/+1 * | Merge pull request #238 from ethereum/updateHivewinsvega2017-08-016932-1764363/+2404939 |\ \ | * | update general testsDimitry2017-08-01