aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* renamedVitalik Buterin2015-03-031-2/+2
* Added hex encoded securetrie testVitalik Buterin2015-03-031-0/+28
* Update VM tests.Gav Wood2015-03-032-65/+221
* update state rootCJentzsch2015-03-0310-135/+135
* update state root hashCJentzsch2015-03-0310-135/+135
* update memory testeCJentzsch2015-03-034-24/+24
* update state tests to PoC9CJentzsch2015-03-0311-152/+7172
* update stSystemOperationsTest.jsonCJentzsch2015-03-031-3/+4
* fix jumpdest requirementsCJentzsch2015-03-031-0/+150
* remove memory testCJentzsch2015-03-031-134/+0
* add memory testsCJentzsch2015-03-033-7215/+198
* Merge remote-tracking branch 'origin/PoC9' into PoC9CJentzsch2015-03-031-221/+0
|\
| * Remove unneeded tests.Gav Wood2015-03-031-221/+0
| * Fix for tests.Gav Wood2015-03-032-1/+1694
| * Test updates.Gav Wood2015-03-032-3/+3
| * New tests.Gav Wood2015-03-039-150/+150
* | add stateRoot to state testsCJentzsch2015-03-0321-150/+5075
|/
* rm failing testsCJentzsch2015-03-02109-2170319/+0
* rm failing random testsCJentzsch2015-03-0212-566/+0
* vmGasCostchangesCJentzsch2015-03-0223-22369/+591
* add secure trie testsCJentzsch2015-03-022-0/+140
* refine memory stress testCJentzsch2015-03-021-13/+15
* move extrem memory test to stMemoryStressTest.jsonCJentzsch2015-03-012-122/+124
* Merge pull request #69 from winsvega/developChristoph Jentzsch2015-03-012-0/+89
|\
| * Fork block testswinsvega2015-03-012-0/+89
* | more memmory hard quadratic complexity testsCJentzsch2015-03-011-0/+536
* | more jump testsCJentzsch2015-02-271-0/+103
* | add more addmod mulmod overflow testsCJentzsch2015-02-271-0/+313
* | add refund tests with CALLCJentzsch2015-02-271-40/+237
* | more mem tests - calldatacopy and returnCJentzsch2015-02-273-7/+332
* | adjust test for new mem ruleCJentzsch2015-02-263-30/+74
* | update to new quadratic memory cost ruleCJentzsch2015-02-265-95/+317
* | Merge remote-tracking branch 'origin' into developCJentzsch2015-02-261-1/+13
|\ \
| * | Merge pull request #68 from winsvega/developChristoph Jentzsch2015-02-261-1/+13
| |\|
| | * Transaction WrongRLP testswinsvega2015-02-261-1/+13
* | | low limit for difficulty is 1024CJentzsch2015-02-261-71/+71
|/ /
* | tests for mem at 32,64 KB +- 1, 31,32,33 for mstore and mstore8CJentzsch2015-02-261-0/+2498
* | Merge pull request #67 from winsvega/developChristoph Jentzsch2015-02-261-2/+6
|\|
| * Transaction RLP Testswinsvega2015-02-261-2/+6
* | Merge pull request #66 from winsvega/developChristoph Jentzsch2015-02-251-0/+546
|\|
| * Block Testswinsvega2015-02-251-14/+14
| * Block Testswinsvega2015-02-251-0/+546
|/
* more Pawel testsCJentzsch2015-02-252-1/+414
* add memory testsCJentzsch2015-02-251-0/+246
* use 50000 bytes for CALLDATACOPYCJentzsch2015-02-251-6/+6
* add Pawels testsCJentzsch2015-02-254-0/+695
* add quadratic complexity testsCJentzsch2015-02-253-4/+7643
* Merge remote-tracking branch 'origin/develop' into developCJentzsch2015-02-243-0/+28
|\
| * spelling errorwanderer2015-02-241-1/+1
| * spelling errorwanderer2015-02-241-1/+1
| * added genesis infowanderer2015-02-242-0/+20
| * Update crypto.jsonmartin becze2015-02-241-1/+1
| * Merge pull request #65 from romanman/developChristoph Jentzsch2015-02-231-0/+8
| |\
| | * Introduce cryptography testingromanman2015-02-231-0/+8
| |/
* / remove impossible tests, add create hash collision testCJentzsch2015-02-243-152/+177
|/
* Merge remote-tracking branch 'origin/develop' into developCJentzsch2015-02-231-1/+0
|\
| * Update trieanyorder.jsonChristoph Jentzsch2015-02-231-1/+0
* | fix transaction testsCJentzsch2015-02-231-27/+15
|/
* Format clean upmartin becze2015-02-231-2/+2
* consistent values pleasemartin becze2015-02-221-1/+1
* added unpaded R value testwanderer2015-02-221-1/+16
* undo gasMemCostChange, add some state testsCJentzsch2015-02-216-118/+525
* memGasCost checksCJentzsch2015-02-203-16/+498
* Remove initial allocs - it tests nothing additional and is difficult to maint...Gav Wood2015-02-201-13/+3
* Merge remote-tracking branch 'origin/develop' into developCJentzsch2015-02-171-0/+12
|\
| * Merge pull request #60 from winsvega/developwinsvega2015-02-171-0/+12
| |\
| | * Merge branch 'develop' of https://github.com/ethereum/tests into developwinsvega2015-02-175-5/+377
| | |\ | | |/ | |/|
| | * new transaction wrong rlp testwinsvega2015-02-171-0/+12
* | | python failCJentzsch2015-02-171-0/+31
|/ /
* | cppjit failsCJentzsch2015-02-164-0/+196
* | more performance testsCJentzsch2015-02-161-5/+181
|/
* add creation txs in block testsCJentzsch2015-02-161-67/+100
* more transaction testsCJentzsch2015-02-161-0/+871
* first block testsCJentzsch2015-02-162-0/+1004
* Merge pull request #59 from winsvega/developChristoph Jentzsch2015-02-132-0/+102
|\
| * new testswinsvega2015-02-132-0/+102
* | Merge remote-tracking branch 'origin/develop' into developCJentzsch2015-02-131-1/+1
|\ \
| * | bumpwanderer2015-02-121-1/+1
* | | performance testCJentzsch2015-02-131-0/+46
|/ /
* | add more transaction testsCJentzsch2015-02-111-8/+56
* | Merge remote-tracking branch 'origin/develop' into developCJentzsch2015-02-113-8/+11
|\ \
| * | Update ttTransactionTest.jsonmartin becze2015-02-111-1/+1
| * | Update ttTransactionTest.jsonmartin becze2015-02-111-4/+4
| * | Update ttTransactionTest.jsonmartin becze2015-02-111-1/+1
| * | Update ttTransactionTest.jsonmartin becze2015-02-111-2/+2
| * | added transaction tests to index.jswanderer2015-02-112-1/+4
* | | cppjit failsCJentzsch2015-02-114-0/+155
|/ /
* | undo changed due to memory gas cost ruleCJentzsch2015-02-102-365/+5
* | cppjit failCJentzsch2015-02-101-0/+46
* | more memory cost testsCJentzsch2015-02-091-0/+360
* | update memory ruleCJentzsch2015-02-093-51/+5
|/
* gas failure cppjitCJentzsch2015-02-081-0/+46
* cppjit failsCJentzsch2015-02-072-0/+104
* sha3 performance testCJentzsch2015-02-074-0/+168
* failing tests from random simulation as state tests and transaction testsCJentzsch2015-02-062-3/+158
* cppjit wrong cmake config failCJentzsch2015-02-062-0/+92
* debug version for cppjit in dockerfileCJentzsch2015-02-061-1/+1
* enabled testssveneh2015-02-051-3/+3
* enabled python in testssveneh2015-02-051-16/+17
* updated python and go to new build requirement. added script to createsveneh2015-02-056-32/+48
* remove false testsCJentzsch2015-02-042-104/+0
* python failCJentzsch2015-02-043-0/+180
* Merge remote-tracking branch 'origin' into developCJentzsch2015-02-042-3/+3
|\
| * updated blockchain requirewanderer2015-02-042-3/+3
* | goFailCJentzsch2015-02-041-0/+59
|/
* moved blockchain testswanderer2015-02-042-0/+0
* cppjit failCJentzsch2015-02-031-0/+31
* RefundOverflowTestCJentzsch2015-02-031-0/+40
* Create badBlockChain.jsonmartin becze2015-02-011-0/+2189
* updated test loaderwanderer2015-02-012-7/+20
* removed old folderwanderer2015-02-011-2189/+0
* move folderwanderer2015-02-011-0/+2189
* Rename basicBlockChain.js to basicBlockChain.jsonmartin becze2015-02-011-0/+0
* Create basicBlockChain.jsmartin becze2015-02-011-0/+2189
* bumpwanderer2015-01-311-1/+1
* Update genesishashestest.jsonmartin becze2015-01-311-13/+13
* update genesis blockCJentzsch2015-01-301-3/+3
* delete wrong testsCJentzsch2015-01-301-416/+0
* Merge pull request #50 from winsvega/developChristoph Jentzsch2015-01-283-15/+847
|\
| * Transaction Testswinsvega2015-01-243-15/+847
* | fixessveneh2015-01-262-2/+4
* | fixessveneh2015-01-262-4/+2
* | added EC2 provisioning, optimised docker for EC2, added python andsveneh2015-01-2618-77/+1092
|/
* make money with transaction gas overflowCJentzsch2015-01-231-0/+40
* python failCJentzsch2015-01-231-0/+46
* python failsCJentzsch2015-01-232-0/+62
* add python failCJentzsch2015-01-231-0/+46
* cppjit failCJentzsch2015-01-231-0/+31
* python failCJentzsch2015-01-231-0/+31
* cppjit failureCJentzsch2015-01-221-0/+31
* failing python testCJentzsch2015-01-221-0/+31
* failing python testCJentzsch2015-01-221-0/+46
* more SHA3 tests, and random failing tests for pythonCJentzsch2015-01-203-0/+120
* Merge branch 'develop' of https://github.com/ethereum/tests into developCJentzsch2015-01-191-0/+2
|\
| * fixed sudo accesssveneh2015-01-191-0/+2
* | add python failCJentzsch2015-01-191-0/+31
|/
* remove old requireswanderer2015-01-191-23/+3
* use require-allwanderer2015-01-192-13/+6
* Merge pull request #48 from sveneh/developChristoph Jentzsch2015-01-1611-0/+288
|\
| * fixed testrunnersveneh2015-01-152-0/+11
| * uses docker in tesrunnersveneh2015-01-152-3/+4
| * Dockers for go, cppsveneh2015-01-158-11/+101
| * first version of automatic testrunner deployment. Uses ansible, vagrantsveneh2015-01-149-0/+186
* | python fail callcode (insufficient balance)CJentzsch2015-01-151-0/+53
* | add test with large data in callcreateCJentzsch2015-01-151-0/+52
* | update vmSystemOperationsTestCJentzsch2015-01-151-36/+52
* | added a inputLimits tests (46725 test cases)CJentzsch2015-01-152-0/+2164765
* | re-add vmSystemOperationsTestCJentzsch2015-01-151-0/+1926
|/
* python failCJentzsch2015-01-141-0/+54
* cppjit failing on byte?CJentzsch2015-01-144-0/+154
* python failCJentzsch2015-01-142-0/+104
* python failCJentzsch2015-01-142-0/+104
* go create return different addressCJentzsch2015-01-141-0/+53
* more cpp-jit failsCJentzsch2015-01-145-0/+187
* cppjit failCJentzsch2015-01-141-0/+46
* cpp-jit failCJentzsch2015-01-141-0/+31
* more failing testsCJentzsch2015-01-132-0/+62
* new cppjit failuresCJentzsch2015-01-132-0/+62
* cppjit failCJentzsch2015-01-131-0/+31
* first failing cppjit testsCJentzsch2015-01-133-0/+93
* python failures, blockhash, invalid jump, invalid opcodeCJentzsch2015-01-133-0/+115
* call to precompiled contract and balanceCJentzsch2015-01-132-0/+100
* addmod mulmod div by zero testsCJentzsch2015-01-121-0/+220
* remove wrong mulmod/addmod testsCJentzsch2015-01-126-295/+0
* ADDMOD and MULMOD divison by zeroCJentzsch2015-01-125-0/+241
* MULMOD with modul 0 gives division by zero errorCJentzsch2015-01-121-0/+54
* create should return 0CJentzsch2015-01-122-0/+94
* create with high value should fail and return 0CJentzsch2015-01-121-0/+46
* include invalid opcode 0x0cCJentzsch2015-01-123-0/+93
* jump outside codeCJentzsch2015-01-121-0/+31
* CODECOPY with size larger than codesizeCJentzsch2015-01-122-0/+92
* correct CREATE with zero sized init codeCJentzsch2015-01-111-12/+36
* remove wrong testsCJentzsch2015-01-102-62/+0
* wrong memmory needed calculation for CREATE in cppCJentzsch2015-01-101-0/+31
* return input offsetCJentzsch2015-01-101-0/+46
* big offset zero size for createCJentzsch2015-01-101-0/+31
* big offset zero size for sha3 and returnCJentzsch2015-01-104-0/+184
* LOG0 no mem expansion despite large offsetCJentzsch2015-01-091-0/+54
* add blockhash vm testsCJentzsch2015-01-091-0/+91
* add random test which fail on goCJentzsch2015-01-092-0/+93
* failing python testsCJentzsch2015-01-0935-0/+1085
* long jumpdest listCJentzsch2015-01-081-0/+44
* sdiv int256.min -1CJentzsch2015-01-081-0/+45
* sdiv with negative fractional resultCJentzsch2015-01-081-0/+45
* add valid jumpdest with jumpdest at beginningCJentzsch2015-01-081-0/+45
* more dynamic jump testsCJentzsch2015-01-082-10/+1447
* jump into push data is forbiddenCJentzsch2015-01-081-64/+0
* jumpdests tests, OOG at max call depth, ...CJentzsch2015-01-072-21/+1316
* check address input greater then 2**160CJentzsch2015-01-071-0/+367
* check address input greater then 2**160CJentzsch2015-01-071-45/+605
* added BlockHash testsCJentzsch2015-01-071-0/+190
* zeroMemExpansionTestsCJentzsch2015-01-063-928/+278
* more jumpdest testCJentzsch2015-01-061-21/+922
* added blockhash tests which return 0CJentzsch2015-01-061-28/+159
* protocol update about call depthCJentzsch2015-01-062-11/+11
* clear random tests due to protocol changesCJentzsch2015-01-05232-10466/+0
* new jumpdest interpretationCJentzsch2015-01-032-97/+10
* added complete exp testsCJentzsch2015-01-021-0/+3628
* retuning gas prices of recursive bombs to test limitsCJentzsch2015-01-021-7/+7
* more init code, systemoperations and transaction testsCJentzsch2015-01-024-291/+604
* added balance testswanderer2014-12-301-1/+187
* added trie tests for branches onwanderer2014-12-281-0/+55
* more random testsCJentzsch2014-12-28230-5/+10332
* Merge remote-tracking branch 'origin/develop' into developCJentzsch2014-12-231-1/+55
|\
| * added stackOverFlow test to initCodewanderer2014-12-231-1/+55
* | first failing random testsCJentzsch2014-12-234-0/+185
|/
* Merge remote-tracking branch 'origin/develop' into developCJentzsch2014-12-201-2/+6
|\
| * add refund testswanderer2014-12-191-0/+1
| * added trieTest anyorderwanderer2014-12-191-2/+5
* | CALLCODE <-> RETURNCJentzsch2014-12-201-10/+10
|/
* Merge branch 'develop' of https://github.com/ethereum/tests into developCJentzsch2014-12-191-1/+6
|\
| * updated index.jswanderer2014-12-191-1/+6
* | more refund testsCJentzsch2014-12-191-0/+271
|/
* transaction tests and refund testsCJentzsch2014-12-184-148/+677
* added stInitCodeTest.jsonCJentzsch2014-12-141-0/+870
* update recursive createCJentzsch2014-12-131-6192/+7229
* Fix return tests.Gav Wood2014-12-131-7/+7
* Add test file.Gav Wood2014-12-121-0/+55
* Alter "" to null.Gav Wood2014-12-121-3/+3
* Trie testing.Gav Wood2014-12-121-53/+0
* first random testCJentzsch2014-12-121-0/+46
* update gas pricesCJentzsch2014-12-123-31/+29
* Log as arrayCJentzsch2014-12-0814-897/+4368
* state log testsCJentzsch2014-12-053-0/+3833
* add calldataload, codecopy, extcodecopy testsCJentzsch2014-12-051-0/+176
* add calldataload testCJentzsch2014-12-041-0/+44
* protocol update (CALLCODE <-> RETURN), topics in log are arrays not setsCJentzsch2014-12-032-24/+61
* update state tests with logsCJentzsch2014-12-024-0/+120
* update gas costsCJentzsch2014-12-022-16/+16
* Merge pull request #42 from negedzuregal/fixChristoph Jentzsch2014-12-022-12/+12
|\
| * vmEnvironmentalInfoTest CALLDATACOPY, CODECOPY, EXTCODECOPY fixalon muroch2014-12-011-5/+5
| * vmArithmeticTest exp fixalon muroch2014-12-011-7/+7
|/
* add vmLogTestethers2014-12-011-0/+1
* updated genesis to new header w/o min_gas_priceHeiko Heiko2014-11-301-2/+2
* add special testsethers2014-11-221-0/+1
* typoethers2014-11-211-1/+1
* Removed log,post,out,gas,callcreates if exception occuredChristoph Jentzsch2014-11-214-330/+0
* MakeMoney testChristoph Jentzsch2014-11-201-0/+75
* Added log sections in all vmtests + log testsChristoph Jentzsch2014-11-199-0/+2772
* Merge remote-tracking branch 'origin/develop' into developChristoph Jentzsch2014-11-191-0/+1
|\
| * adding testethers2014-11-181-0/+1
* | new push32 test and renamingChristoph Jentzsch2014-11-191-1/+43
|/
* Merge remote-tracking branch 'origin/develop' into developChristoph Jentzsch2014-11-182-2/+6196
|\
| * Merge pull request #39 from wanderer/developChristoph Jentzsch2014-11-181-0/+6194
| |\
| | * spelling fixwanderer2014-11-181-1/+1
| | * added test for max call depth on creationwanderer2014-11-161-0/+6194
| * | Merge pull request #38 from wanderer/developmartin becze2014-11-151-1/+1
| |\|
| | * Update trietest.jsonmartin becze2014-11-151-1/+1
| * | Merge pull request #37 from wanderer/developmartin becze2014-11-151-1/+1
| |\|
| | * Update trietest.jsonmartin becze2014-11-151-1/+1