aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller
Commit message (Collapse)AuthorAgeFilesLines
* Should failYoichi Hirai2017-12-191-10/+3
|
* Add a test case for RETURNDATASIZE after a REVERT in CREATE from an init codeinit-create-revert-returndatasizeYoichi Hirai2017-12-191-0/+59
| | | | https://docs.google.com/spreadsheets/d/1xat7UI8GtB4ZGVdlK5_XQSHJZaMThi4SrlcL8XMZb5Q/edit#gid=1605675414&range=C59
* add test for CALLDATACOPY where calldata offset > calldata length and copy ↵Jared Wasinger2017-12-151-0/+70
| | | | length > 0
* Merge pull request #375 from ethereum/returndatacopy_following_revert_in_createwinsvega2017-12-131-0/+74
|\ | | | | Adding a new test about returndatacopy following a revert in an init code
| * Adding a new test about returndatacopy following a revert in an init codeYoichi Hirai2017-12-061-0/+74
| |
* | Merge pull request #379 from ethereum/returndatacopy_after_revert_in_staticYoichi Hirai2017-12-081-0/+82
|\ \ | | | | | | Add a test case for RETURNDATACOPY after REVERT in STATICCALL
| * | Add a test case for RETURNDATACOPY after REVERT in STATICCALLYoichi Hirai2017-12-081-0/+82
| |/
* / Store the result of RETURNDATASIZE after a static call fails for a REVERTYoichi Hirai2017-12-081-1/+1
|/
* fix StaticCallTestsDimitry2017-11-232-4/+5
|
* Add a test for checking RETURNDATASIZE after a modexp with modsize = 1Yoichi Hirai2017-10-251-4/+23
|
* create failing inside staticcallDimitry2017-10-251-0/+92
|
* returndatacopy bugDimitry2017-10-241-0/+53
|
* Merge pull request #363 from ethereum/modexp-modsize0-returnsizeYoichi Hirai2017-10-241-0/+83
|\ | | | | Add tests about returndatasize following modexp calls of modsize = 0
| * Add tests about returndatasize following modexp calls of modsize = 0Yoichi Hirai2017-10-231-0/+83
| |
* | Merge pull request #362 from ethereum/returndata-ecrecYoichi Hirai2017-10-241-0/+43
|\ \ | | | | | | Returndata ecrec
| * | add test for returndatasize after ecreccdetrio2017-10-071-0/+43
| | |
* | | Merge pull request #361 from ethereum/returntestYoichi Hirai2017-10-241-0/+64
|\ \ \ | |_|/ |/| | RETURNDATACOPY and RETURNDATASIZE after failing create
| * | RETURNDATACOPY and RETURNDATASIZE after failing createDimitry2017-10-191-0/+64
| | | | | | | | | | | | (due to 0xfd code)
* | | Add a test case about transaction calls A (CALL B(CALL C(RETURN) OOG) 'check ↵Yoichi Hirai2017-10-181-0/+98
| | | | | | | | | | | | | | | | | | buffers') https://docs.google.com/spreadsheets/d/1xat7UI8GtB4ZGVdlK5_XQSHJZaMThi4SrlcL8XMZb5Q/edit#gid=1605675414&range=C37
* | | RETURNDATASIZE after a failing CALL (due to insufficient balance) should ↵Dimitry2017-10-171-0/+89
|/ / | | | | | | return 0
* | Merge pull request #354 from ethereum/modexpinputYoichi Hirai2017-10-131-0/+82
|\ \ | | | | | | fuzzed test modexp input
| * | modexp input testDimitry2017-10-131-5/+19
| | | | | | | | | | | | Consensus big in Parity: gas calculation of modexp is subject to overflow for certain inputs. Found via manual review. A case was found where consensus issue could be achieved in ~500K gas.
| * | fuzzed test modexp inputDimitry2017-10-131-0/+68
| | |
* | | Merge pull request #352 from ethereum/badOpcodes-bigger-stackwinsvega2017-10-131-122/+122
|\ \ \ | | | | | | | | Add more stack items for badOpcodes test
| * | | refill badopcodes blockchain tests, blockchain general state testsJared Wasinger2017-10-131-122/+122
| | | |
* | | | Update randomStatetest647Filler.jsonwinsvega2017-10-131-1/+1
| | | |
* | | | fuzztests bytecodeDimitry2017-10-131-0/+61
| |/ / |/| |
* | | split large test suitesDimitry2017-10-13448-0/+0
|/ /
* | add _info commentDimitry2017-10-111-0/+3
| |
* | python testDimitry2017-10-111-0/+59
| |
* | Add an interesting input to modexp found by fuzzingYoichi Hirai2017-10-101-2/+4
| |
* | fix test fillersDimitry2017-10-0633-604/+606
|/
* regenerate state testsDimitry2017-09-29400-37825/+34
| | | | | generate hive test fillers fix state test fillers
* Merge pull request #338 from ethereum/revert_should_reset_returndataYoichi Hirai2017-09-291-0/+304
|\ | | | | Add tests that set up a nonempty returndata buffer and then call something that reverts
| * Update with more commentsYoichi Hirai2017-09-271-7/+8
| |
| * Add tests that set up a nonempty returndata buffer and then call a contract ↵Yoichi Hirai2017-09-271-0/+303
| | | | | | | | | | | | that reverts This should fulfill: non-empty returndata buffer --CALL --> REVERT <-- RETURNDATASIZE, to detect "not setting returndata buffer after REVERT"
* | Add a test where RETURNDATACOPY with a nonzero size fails after a CALL with ↵Yoichi Hirai2017-09-271-0/+70
|/ | | | insufficient balance
* Merge pull request #331 from ethereum/big-revert-in-createYoichi Hirai2017-09-221-0/+123
|\ | | | | Add a test case with a REVERT with returndata >24576 in an init code
| * Add a test case with a REVERT with returndata >24576 in an init codeYoichi Hirai2017-09-191-0/+123
| |
* | Merge pull request #335 from ethereum/fixwinsvega2017-09-211-5/+2
|\ \ | | | | | | remove data field dublicates
| * | remove data field dublicatesDimitry2017-09-211-5/+2
| | |
* | | Merge pull request #333 from ethereum/REVERT_in_staticcallYoichi Hirai2017-09-211-0/+66
|\ \ \ | | | | | | | | Add a test about REVERT during a STATICCALL
| * | | Add a test about REVERT during a STATICCALLYoichi Hirai2017-09-201-0/+66
| | | |
* | | | Merge pull request #328 from ethereum/g1-test-after-zeroYoichi Hirai2017-09-201-0/+277
|\ \ \ \ | |/ / / |/| | | Add a test that fails before PR 4482
| * | | Update the commentYoichi Hirai2017-09-191-2/+4
| | | |
| * | | Add a test that fails before https://github.com/ethereum/cpp-ethereum/pull/4482Yoichi Hirai2017-09-191-0/+275
| | | | | | | | | | | | | | | | | | | | | | | | This PR adds a test on ecpairing where g1 is invalid while g2 is zero. cpp-ethereum before PR 4482 accidentially returned some answer in this case. It should throw.
* | | | Merge pull request #329 from ethereum/morecollisionwinsvega2017-09-201-0/+96
|\ \ \ \ | |_|_|/ |/| | | more extcodecopy tests
| * | | more extcodecopy testsDimitry2017-09-191-0/+96
| | | |
* | | | Merge pull request #316 from ethereum/more-modexpYoichi Hirai2017-09-191-2/+88
|\ \ \ \ | | | | | | | | | | Add some more modexp cases
| * | | | Add some more modexp casesYoichi Hirai2017-09-181-2/+88
| | |/ / | |/| |
* | | | Merge pull request #327 from ethereum/morecollisionwinsvega2017-09-194-0/+449
|\ \ \ \ | | |/ / | |/| | more collision tests
| * | | more collision testsDimitry2017-09-184-0/+449
| | | | | | | | | | | | | | | | | | | | collision with empty, with empty but nonce, empty but code from transaction and from code execution of create
* | | | Add a test executing REVERT during a DELEGATECALLYoichi Hirai2017-09-181-0/+66
| |/ / |/| |
* | | add tests for all good opcodes in contract initJared Wasinger2017-09-161-0/+316
|/ /
* | Merge pull request #320 from ethereum/revertPairingTestwinsvega2017-09-1417-22/+19
|\ \ | | | | | | refill pairing tests with
| * | fix stExampleTestDimitry2017-09-131-1/+1
| | |
| * | refill pairing tests withDimitry2017-09-1318-23/+20
| | | | | | | | | | | | 100k + 80k
* | | add issue 143 testDimitry2017-09-131-0/+97
|/ /
* | refill precompiled testsDimitry2017-09-12359-659/+558
| | | | | | | | add execution on <100000 100000+x >100000 gas for each test
* | Merge pull request #304 from ethereum/splitvmtestswinsvega2017-09-083-0/+169
|\ \ | | | | | | [WIP] add more issue tests from the fuzz server
| * | add a case with 0 gasDimitry2017-09-081-1/+1
| | |
| * | add more issue tests from the fuzz serverDimitry2017-09-053-0/+169
| | |
* | | Add a test about REVERT during CALLCODEYoichi Hirai2017-09-071-0/+66
| | |
* | | replace BLOCKHASH test case in stBadOpcodeJared Wasinger2017-09-061-1/+1
| | |
* | | fill 'returndatasize_after_successful_callcode' state testJared Wasinger2017-09-051-76/+0
| | |
* | | rename 'returndatasize_after_callcode' -> ↵Jared Wasinger2017-09-051-0/+76
| | | | | | | | | | | | 'returndatasize_after_successful_callcode'
* | | add more returndatasize/returndatacopy testsJared Wasinger2017-09-057-0/+516
| | |
* | | Merge pull request #301 from ethereum/splitvmtestsYoichi Hirai2017-09-041-0/+50
|\| | | | | | | | randomTest643
| * | randomTest643Dimitry2017-09-041-0/+50
| | | | | | | | | | | | Codesize - creation of a ~1mb out of bounds in transaction init code
* | | Merge pull request #277 from ethereum/badOpcodes-CALLBLACKBOXwinsvega2017-09-021-43/+138
|\ \ \ | | | | | | | | Add more opcodes to badOpcodes test
| * | | add test case which successfully creates a contract to 'badOpcodes' state ↵Jared Wasinger2017-09-011-11/+17
| | | | | | | | | | | | | | | | test. remove unused account.
| * | | add more bad opcodesJared Wasinger2017-09-011-40/+121
| | | |
| * | | add CALLBLACKBOX testJared Wasinger2017-09-011-39/+47
| |/ /
* | | remove tabsJared Wasinger2017-09-011-2/+2
| | |
* | | add state test for sstore in contract init codeJared Wasinger2017-09-011-0/+55
|/ /
* | add 'returndatacopy_after_successful_delegatecall' state testJared Wasinger2017-08-291-0/+76
| |
* | add 'returndatacopy_after_successful_callcode' state testJared Wasinger2017-08-291-0/+76
| |
* | add 'returndatasize_after_successful_delegatecall' state testJared Wasinger2017-08-291-0/+76
| |
* | add 'returndatasize_after_successful_staticcall' state testJared Wasinger2017-08-291-0/+76
| |
* | add randomTest642 that fails on geth. a call to precompiled 007Dimitry2017-08-281-0/+50
| |
* | add state test 'returndatasize_after_callcode'Jared Wasinger2017-08-281-0/+76
| |
* | Changes for EIP-684Yoichi Hirai2017-08-243-93/+3
| | | | | | | | The change was agreed on the last coredev call and this morning I got an OK from @arkpar.
* | Merge pull request #253 from cdetrio/fix-data-0xYoichi Hirai2017-08-2319-76/+76
|\ \ | | | | | | add 0x prefix to state test transaction data
| * | add 0x prefix to state test transaction datacdetrio2017-08-0819-76/+76
| | |
* | | remove old fields from random testsDimitry2017-08-21533-2424/+1
| | | | | | | | | | | | make logs hash
* | | Merge pull request #261 from jwasinger/masterwinsvega2017-08-211-0/+89
|\ \ \ | | | | | | | | Add State Tests for Unused Opcodes
| * | | check for all possible invalid opcodes.Jared Wasinger2017-08-173-148/+44
| | | |
| * | | fix tests to conform to schemaJared Wasinger2017-08-172-4/+4
| | | |
| * | | add SLOADBYTESJared Wasinger2017-08-172-1/+66
| | | |
| * | | add badOpcode tests for SLOADBYTES and SSIZEJared Wasinger2017-08-172-2/+66
| | | |
| * | | add badOpcode state test for SSIZEJared Wasinger2017-08-171-0/+64
| | |/ | |/|
* | | 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
| |/
* | Fix the modexpFiller about large base length and large exp lengthYoichi Hirai2017-08-141-4/+4
| |
* | fix test name zeroSigTransactionCreateDimitry2017-08-142-2/+2
| |
* | more returndata test casescdetrio2017-08-115-0/+248
| |
* | Add a test case that RETURNDATACOPYs REVERTed dataYoichi Hirai2017-08-081-0/+81
|/
* fix invalid json fillerscdetrio2017-08-0621-554/+554
|
* Fix the filler as wellYoichi Hirai2017-08-041-1/+5
|
* split metropolisDimitry2017-08-03702-886/+887
|
* Merge pull request #214 from ethereum/add-commentwinsvega2017-08-011-0/+1
|\ | | | | Add an explanation
| * Add an explanationYoichi Hirai2017-07-061-0/+1
| |
* | regenerate hive testsDimitry2017-08-015-10/+10
| |
* | Modify createJS_ExampleContract filler so that in Metropolis, contract ↵Yoichi Hirai2017-07-181-1/+1
| | | | | | | | overwriting does not happen
* | Expect zeros in the storage of an overwritten contractYoichi Hirai2017-07-141-5/+0
| |
* | Merge pull request #232 from ethereum/remove-old-fieldswinsvega2017-07-1414-72/+0
|\ \ | | | | | | reincarnation-1: Remove "logs", "postStateRoot", "out" fields
| * | remove "logs", "postStateRoot", "out" fields in state test fillersFelix Lange2017-07-1314-72/+0
| | | | | | | | | | | | | | | These fields are not used anymore, but cpp-ethereum copies them into the filled test.
* | | Merge branch 'develop' into exp255winsvega2017-07-1334-48/+48
|\| |
| * | refill general state testsDimitry2017-07-1034-48/+48
| | |
* | | Add a test case baseLength = modLength = 0, but expLength = 2^255Yoichi Hirai2017-07-101-3/+5
|/ /
* | Merge pull request #219 from ethereum/max-code-size-from-spurious-dragonwinsvega2017-07-101-2/+2
|\ \ | | | | | | Max code size is enforced at EIP158, not at EIP150
| * | Max code size is enforced at EIP158, not at EIP150Yoichi Hirai2017-07-101-2/+2
| | |
* | | Merge pull request #217 from ethereum/bcTransitionTestswinsvega2017-07-101-0/+3
|\| | | | | | | | Blockchain transition tests
| * | Blockchain transition testsDimitry2017-07-071-0/+3
| |/
* | Merge pull request #215 from ethereum/modexp_base_2to64winsvega2017-07-101-3/+23
|\ \ | | | | | | Add modexp tests where base (or exp) length is 2^64
| * | Add a case where exp length is 2^64Yoichi Hirai2017-07-061-2/+20
| | |
| * | Add a modexp test where base length is 2^64Yoichi Hirai2017-07-061-3/+5
| |/
* | Merge pull request #208 from ethereum/returndatacopy_with_2_256_sumwinsvega2017-07-101-0/+67
|\ \ | |/ |/| Add a test RETURNDATACOPY at the beginning of a program should throw …
| * Use CALLDATALOAD instead of CALLDATACOPY and MLOADYoichi Hirai2017-07-061-1/+1
| |
| * Add one-less and one-more numbersYoichi Hirai2017-07-061-2/+9
| |
| * Add a test RETURNDATACOPY at the beginning of a program should throw an ↵Yoichi Hirai2017-07-031-0/+60
| | | | | | | | exception if offset + size = 2^256
* | Merge pull request #207 from ethereum/remove_compiled_codewinsvega2017-07-065-8/+0
|\ \ | | | | | | Remove compiled code
| * | Remove hex codes after the LLL codeYoichi Hirai2017-07-035-8/+0
| |/ | | | | | | Now that LLL compiler is working, these should no longer be necessary.
* | Merge pull request #196 from ethereum/returndatacopy_0_0_after_successful_createwinsvega2017-07-062-0/+143
|\ \ | | | | | | Add test cases for RETURNDATACOPY after a successful CREATE should no…
| * | Use (SSTORE 0 1) in the init code to see if the CREATE succeeds or notYoichi Hirai2017-07-061-1/+10
| | |
| * | Add a test about RETURNDATACOPY after a successful CREATE should throw ↵Yoichi Hirai2017-06-281-0/+60
| | | | | | | | | | | | exception if offset is not zero
| * | Address @winsvega's commentsYoichi Hirai2017-06-281-9/+1
| | |
| * | Add test cases for RETURNDATACOPY after a successful CREATE should not throw ↵Yoichi Hirai2017-06-261-0/+82
| | | | | | | | | | | | if size = offset = zero
* | | Merge pull request #211 from ethereum/nonce-after-collisionwinsvega2017-07-061-2/+2
|\ \ \ | | | | | | | | Fix and refill GeneralStateTest after fixing the nonce change for add…
| * | | Fix and refill GeneralStateTest after fixing the nonce change for address ↵Yoichi Hirai2017-07-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | collision https://github.com/ethereum/cpp-ethereum/issues/4225
* | | | Merge pull request #200 from ↵winsvega2017-07-061-0/+68
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | ethereum/returndatacopy-after-failing-call-with-nonzero-offset Add a test about "RETURNDATACOPY after a failing CALL should throw ex…
| * | | | Add a test about "RETURNDATACOPY after a failing CALL should throw exception ↵Yoichi Hirai2017-06-291-0/+68
| | | | | | | | | | | | | | | | | | | | if offset is not zero"
* | | | | Merge pull request #202 from ethereum/returndatacopy_big_sumwinsvega2017-07-061-0/+60
|\ \ \ \ \ | |_|/ / / |/| | | | Add a test 'RETURNDATACOPY at the beginning of a program should throw…
| * | | | Add a test 'RETURNDATACOPY at the beginning of a program should throw an ↵Yoichi Hirai2017-06-301-0/+60
| |/ / / | | | | | | | | | | | | exception if offset + size = 2^64'
* | | / Price calculation when exp length > 256, and the first word of exponent is zeroYoichi Hirai2017-07-041-3/+5
| |_|/ |/| |
* | | Fix names of test cases in GeneralStateTests to match the file namesYoichi Hirai2017-06-3082-147/+147
|/ /
* | more staticcall tests updateDimitry2017-06-282-6/+201
| |
* | more staticcall testsDimitry2017-06-285-0/+627
| |
* | Merge pull request #194 from ethereum/returndata-read-zero-byteswinsvega2017-06-271-0/+74
|\ \ | | | | | | Add a test for trying returndatacopy 0 0 on an empty return data buffer
| * | Also try RETURNDATACOPY when the calldata is not emptyYoichi Hirai2017-06-271-2/+2
| | |
| * | Add a test for trying returndatacopy 0 0 on an empty return data bufferYoichi Hirai2017-06-231-0/+74
| | |
* | | Merge pull request #192 from ethereum/revert-createwinsvega2017-06-271-0/+74
|\ \ \ | | | | | | | | Add a case where REVERT in an init code passes data to the creating context
| * | | Add a case where REVERT in an init code passes data to the creating contextYoichi Hirai2017-06-221-0/+74
| |/ /
* | | Merge pull request #195 from ethereum/correctStaticwinsvega2017-06-276-5/+151
|\ \ \ | |_|/ |/| | correct staticcall tests
| * | Fix a test case that expected staticcall to return successfully even when an ↵Yoichi Hirai2017-06-271-1/+1
| | | | | | | | | | | | SSTORE is attempted
| * | Fix a test that expected staticcall to return successfully even when SSTORE ↵Yoichi Hirai2017-06-271-2/+2
| | | | | | | | | | | | is attempted inside
| * | Add a test about staticcall not inheriting the callvalue from the parent ↵Yoichi Hirai2017-06-261-0/+76
| | | | | | | | | | | | call (caused by call instruction)
| * | Add a test about STATICCALL not inheriting the callvalueYoichi Hirai2017-06-261-0/+70
| | | | | | | | | | | | This test failw on cpp-ethereum:develop but succeeds on cpp-ethereum:fix-staticcall
| * | correct staticcall testsDimitry2017-06-242-2/+2
| | |
* | | Merge pull request #193 from ethereum/split-fileswinsvega2017-06-2444-6010/+6052
|\ \ \ | |/ / |/| | GeneralTestFiller formatting
| * | Remove a left-over odd-length hex stringYoichi Hirai2017-06-233-3/+3
| | |
| * | Split GeneralStateTestFiller files that contain multiple testsYoichi Hirai2017-06-2341-6007/+6049
| |/
* | fix create transactions with eip86 ruleDimitry2017-06-232-7/+30
| |
* | more zeroSigTransaction testsDimitry2017-06-235-2/+454
| |
* | refill tests with new transaction create rules on MetropolisDimitry2017-06-2311-4/+170
| |
* | update eip86yann3002017-06-2325-161/+710
| |
* | update stQuadraticComplexity with 250M gasLimitDimitry2017-06-2215-148/+92
| |
* | update stMemoryStress with 250M gas limitDimitry2017-06-2238-186/+1470
| |
* | remove stBoundsTestDimitry2017-06-2252-3557/+0
|/
* Add missing '0's in calldata. The hex strings were of odd lengthYoichi Hirai2017-06-211-6/+6
|
* Change the filler according toYoichi Hirai2017-06-161-3/+3
| | | | https://github.com/ethereum/cpp-ethereum/issues/4130
* Fix the timestamp in GeneralStateTestsFiller as suggested inYoichi Hirai2017-06-1696-96/+96
| | | | https://github.com/ethereum/tests/pull/180/files/bf07e79b8d49e479e55c0b9560686c7429c8ac5b#diff-4b84d89a34b808ecc2bf1ee3a4534ce9
* Fix the difficulty in the GeneralStateTest fillers as suggested inYoichi Hirai2017-06-1696-96/+96
| | | | https://github.com/ethereum/tests/pull/180/files/bf07e79b8d49e479e55c0b9560686c7429c8ac5b#diff-4b84d89a34b808ecc2bf1ee3a4534ce9
* Merge branch 'snark_test_filled' into new_expmod_costYoichi Hirai2017-06-14238-2/+73506
|\
| * A precompiled contract exists at address 8, so the staticcall does not cause ↵Yoichi Hirai2017-06-131-1/+1
| | | | | | | | an error there
| * Split a filler file into two and rename a test case into a shorter nameYoichi Hirai2017-06-132-282/+284
| |
| * Split a filler file into two and rename a case into a shorter nameYoichi Hirai2017-06-132-282/+284
| |
| * Split a filler file into two and rename a test case into a shorter nameYoichi Hirai2017-06-132-282/+284
| |
| * Split a filler file into two and rename a test case into a shorter nameYoichi Hirai2017-06-132-286/+288
| |
| * Split a filler so that each file contains one caseYoichi Hirai2017-06-132-286/+288
| |
| * Split a filler file and rename a case into a shorter nameYoichi Hirai2017-06-132-286/+288
| |
| * Split filler files that contain two test casesYoichi Hirai2017-06-1312-1708/+1720
| |
| * Shorten test namnes according to short file namesYoichi Hirai2017-06-1328-28/+28
| |
| * Shorten the name of another fillerYoichi Hirai2017-06-131-1/+1
| |
| * Rename test cases in the fillers, according to the file namesYoichi Hirai2017-06-1349-49/+49
| |
| * add 0x prefix for coinbase verificationDimitry2017-06-13224-257/+257
| |
| * correct Vitalik's test fillers env infoDimitry2017-06-13224-1030/+1030
| |
| * Shorten file namesYoichi Hirai2017-06-1349-0/+0
| |
| * Split pyethereum_ecpairing_testsFiller.json into files for each test caseYoichi Hirai2017-06-1328-7718/+7770
| |
| * Split pyethereum_ecmul_testsFiller.json into files for each test caseYoichi Hirai2017-06-13162-55096/+55416
| |
| * Split pyethereum_ecadd_testsFiller.json into as many files as test casesYoichi Hirai2017-06-1337-10224/+10294
| |
| * Trying to fill, using a modified snark PRYoichi Hirai2017-06-133-0/+73038
| |
| * Rename paring into pairingYoichi Hirai2017-06-131-1/+1
| |
* | Add modexp tess from PyethereumYoichi Hirai2017-06-1496-0/+17012
|/
* Merge pull request #181 from ethereum/returndatacopy_throwwinsvega2017-06-133-43/+3
|\ | | | | Returndatacopy throws for out of buffer access
| * Update expectations for the new throwing behavior of RETURNDATACOPYYoichi Hirai2017-06-083-43/+3
| |
* | Create stackOverflowM1Filler.jsonwinsvega2017-06-081-17/+17
|/
* Merge pull request #174 from ethereum/returndatacopy_initialwinsvega2017-06-055-0/+397
|\ | | | | Adding tests for RETURNDATACOPY and RETURNDATASIZE
| * Add tests for RETURNDATACOPY after CREATEYoichi Hirai2017-05-241-0/+82
| |
| * Add a test case for a RETURNDATACOPY from an overrunning rangeYoichi Hirai2017-05-241-0/+82
| |
| * Updated the opcodes of RETURNDATA instructionsYoichi Hirai2017-05-243-5/+5
| |
| * Add a test for RETURNDATACOPY following a successful CALLYoichi Hirai2017-05-241-4/+8
| |
| * WIP: hand-assembling this code seems like too much workYoichi Hirai2017-05-241-0/+79
| |
| * Add a test case about RETURNDATASIZE returning zero after initializationYoichi Hirai2017-05-241-0/+75
| |
| * Fallback on the hex code while lllc implements RETURNDATACOPYYoichi Hirai2017-05-241-0/+1
| |
| * The LLL code should be in bracesYoichi Hirai2017-05-241-1/+1
| |
| * Rename Filter.json into Filler.jsonYoichi Hirai2017-05-241-0/+0
| |
| * Fix LLLYoichi Hirai2017-05-241-1/+1
| |
| * Change the code into LLLYoichi Hirai2017-05-241-1/+1
| |
| * Renaming a filter file with a suffix Filter.jsonYoichi Hirai2017-05-241-0/+0
| |
| * Add a test filter for RETURNDATACOPY initially copying zerosYoichi Hirai2017-05-241-0/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ; hex description ;; store some non-zero word into memory [0..31] 30 ADDRESS 6000 PUSH1 [0] 52 MSTORE ;; RETURNDATACOPY should copy the first word into memory [0..31] 6020 PUSH1 [32] 6000 PUSH1 [0] 6000 PUSH1 [0] 0e RETURNDATACOPY ;; load memory[0..31] onto stack 6000 PUSH1 [0] 51 MLOAD ;; store the topmost stack into storage [0] 6000 PUSH1 [0] 55 SSTORE ;; an implicit `STOP` follows.
* | move tests with blockhash from state to blockchainDimitry2017-06-0297-8521/+0
| |
* | make blockhash state test only as blockchain testsDimitry2017-06-0297-98/+108
| |
* | more staticcall testsDimitry2017-06-01421-25448/+5142
| |
* | update static testsDimitry2017-05-2389-121/+8479
| |
* | generate finished tests for staticcallDimitry2017-05-236-96/+20
| |
* | move unprepared staticcall tests to subfolderDimitry2017-05-23321-236/+188
| |
* | update static call testsDimitry2017-05-2312-59/+117
| |
* | update staticcall fillersDimitry2017-05-2326-165/+1198
| |
* | update static call testsDimitry2017-05-237-33/+388
| |
* | update static call fillersDimitry2017-05-2369-1619/+708
| |
* | templates for staticcall testsDimitry2017-05-23764-0/+72315
|/
* Close a string literalYoichi Hirai2017-05-191-1/+1
|
* Merge pull request #158 from ethereum/modexpwinsvega2017-04-251-0/+225
|\ | | | | modexp tests
| * modexp testsDimitry2017-04-251-3/+7
| |
| * modexp testsDimitry2017-04-251-0/+221
| |
* | replace code as solidity no longer compiles this codeDimitry2017-04-252-2/+4
|/
* remove blockhash testsDimitry2017-04-195-310/+0
|
* refill and fix tests with all fields 0xDimitry2017-04-194-16/+16
|
* replace SUICIDE with SELFDESTRUCTDimitry2017-04-19105-122/+122
|
* correct zeroSigOOG test to touch nullsender accountDimitry2017-04-181-2/+38
|
* Merge branch 'zeroTransaction' into developDimitry2017-04-118-0/+762
|\
| * zeroSig Transaction state testsDimitry2017-03-298-51/+227
| |
| * zeroSig transaction test fillersDimitry2017-03-237-0/+586
| |
* | REVERT test case:Dimitry2017-04-041-26/+19
| | | | | | | | | | return empty output but with non-zero memory index (e.g. offset 1, length 0). test case 2: big index, size 0.
* | Merge pull request #149 from ethereum/revertTestswinsvega2017-04-038-2/+1315
|\ \ | |/ |/| Revert tests
| * refill revert testsDimitry2017-03-244-82/+24
| |
| * more revert testsDimitry2017-03-242-0/+635
| |
| * revert opcode test fillersDimitry2017-03-227-77/+630
| |
| * Failing test for REVERT opcode (temporary, to check if travis gets the ↵Andrei Maiboroda2017-03-221-0/+64
| | | | | | | | rigght branch)
| * Simple tests for REVERT opcodeAndrei Maiboroda2017-03-222-0/+119
| |
* | remote zeroSigTransaction testsDimitry2017-03-237-586/+0
| |
* | zeroSig Transaction test fillersDimitry2017-03-228-3/+610
|/
* paringTest filler for zeroKnowledgeDimitry2017-03-081-0/+159
|
* zeroKnowledge ECDSA function testsDimitry2017-03-063-0/+1256
|
* more revert tests with precompiledDimitry2017-03-033-0/+405
|
* snark ADD testFillerDimitry2017-03-022-60/+203
|
* zkSnark fillerDimitry2017-03-021-0/+60
|
* special case with precompiled forkDimitry2017-02-281-1/+11
|
* tx with OOG at block 2675119Dimitry2017-02-281-0/+61
|
* deployment error testDimitry2017-02-161-0/+51
|
* new testsDimitry2017-02-158-0/+660
|
* replace "Frontier", "Homestead", "EIP150", "EIP158" with "ALL"Dimitry2017-02-15271-275/+275
|
* update general state tests fillers to suite blockchainDimitry2017-02-10984-3093/+3082
|
* corrected random test fillers for blockchainDimitry2017-02-10643-2093/+2120
|
* name the random state tests inside .json fileDimitry2017-02-03642-1270/+1270
|
* fix src blockchas state tests to the actual chain parametersDimitry2017-02-014-8/+9
| | | | todo: move blockhash tests out of state tests to bcTests
* create contract in init code on depth = 1023 and 1024Dimitry2017-01-232-0/+126
|
* empty CREATE replace the code on collisionDimitry2017-01-181-5/+5
|
* refill tests with state journal v2 PRDimitry2017-01-181-12/+15
|