aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | detel
| * | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vmTest fix
| | * | | | | | | | | | | | 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
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added test for max call depth on creation
| | | * | | | | | | | | | | | 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
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updated test 'jeff' in trietest.json
| | | * | | | | | | | | | | | Update trietest.jsonmartin becze2014-11-151-1/+1
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Merge pull request #37 from wanderer/developmartin becze2014-11-151-1/+1
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update trietest.json
| | | * | | | | | | | | | | | Update trietest.jsonmartin becze2014-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'emptyValues' should have the same root as 'puppy'
| * | | | | | | | | | | | | | fix ecrecover2Christoph Jentzsch2014-11-182-4/+71
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Merge remote-tracking branch 'origin/develop' into developChristoph Jentzsch2014-11-142-69/+69
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Merge pull request #36 from wanderer/developmartin becze2014-11-141-66/+66
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | converted back to arrary format
| | | * | | | | | | | | | | | converted back to arrary formatwanderer2014-11-131-66/+66
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Merge pull request #35 from ethers/delOldChristoph Jentzsch2014-11-131-3/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | | rename tests since they are valid opcodes that exist
| | | * | | | | | | | | | | | rename tests since they are valid opcodes that existethers2014-11-131-3/+3
| | |/ / / / / / / / / / / /
| * / / / / / / / / / / / / Fix CallRecursiveBomb2Christoph Jentzsch2014-11-141-3/+3
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | minor change in CallSha256_1_nonzeroValue testChristoph Jentzsch2014-11-121-4/+4
| | | | | | | | | | | | |
| * | | | | | | | | | | | Added CallSha256_1_nonzeroValue testChristoph Jentzsch2014-11-121-0/+68
| | | | | | | | | | | | |
| * | | | | | | | | | | | Store return value of call to precompiled contractsChristoph Jentzsch2014-11-121-90/+106
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fix gas cost for OOG callsChristoph Jentzsch2014-11-121-6/+6
| | | | | | | | | | | | |
| * | | | | | | | | | | | fix: genesis testHeiko Heiko2014-11-111-3/+3
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge remote-tracking branch 'origin/develop' into developChristoph Jentzsch2014-11-111-4/+0
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | RandomTests were removedethers2014-11-111-4/+0
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | jump to position outside code stops executionChristoph Jentzsch2014-11-111-1/+1
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | Merge branch 'develop' of https://github.com/ethereum/tests into developChristoph Jentzsch2014-11-111-0/+4
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | add StateTestsethers2014-11-071-0/+4
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Unintended Exceptions work like OOGChristoph Jentzsch2014-11-114-96/+7
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | Updated precompiled contracts testChristoph Jentzsch2014-11-072-12/+1217
| | | | | | | | | | | | |
| * | | | | | | | | | | | Added precompiledContracts testsChristoph Jentzsch2014-11-061-0/+203
| | | | | | | | | | | | |
| * | | | | | | | | | | | Update gas cost for PoC7Christoph Jentzsch2014-11-061-111/+111
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge remote-tracking branch 'origin/develop' into developChristoph Jentzsch2014-11-061-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | part of 9b4e768 - Delete vmNamecoin.jsonethers2014-11-061-1/+0
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Updated SIGNEXTEND testsChristoph Jentzsch2014-11-061-28/+35
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | Merge remote-tracking branch 'origin/develop' into developChristoph Jentzsch2014-11-061-55/+0
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Delete vmNamecoin.jsonChristoph Jentzsch2014-11-061-55/+0
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | added dynamic jump out of codeChristoph Jentzsch2014-11-061-0/+42
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | Merge remote-tracking branch 'origin/develop' into developChristoph Jentzsch2014-11-051-20/+22
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #32 from ethers/indexjsethers2014-11-051-20/+22
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updates needed per restructure
| | | * | | | | | | | | | | | updates needed per restructureethers2014-11-051-20/+22
| | |/ / / / / / / / / / / /
| * / / / / / / / / / / / / added state systemOperationsTestChristoph Jentzsch2014-11-051-0/+2330
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | Merge remote-tracking branch 'origin/develop' into developChristoph Jentzsch2014-11-040-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #31 from CJentzsch/developChristoph Jentzsch2014-11-0421-1985/+64
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restructered tests in folders in accordance to test suites
| * | | | | | | | | | | | | | Update tests to latest protocol changes (PoC7)Christoph Jentzsch2014-11-049-1172/+1379
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Updated vmNamecoin.json to new sstore pricesChristoph Jentzsch2014-11-031-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Added example state testChristoph Jentzsch2014-11-031-0/+62
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | removed systemoperationstestsChristoph Jentzsch2014-11-031-1924/+0
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Restructered tests in folders in accordance to test suitesChristoph Jentzsch2014-11-0320-60/+1
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | New SIGNEXTEND tetsChristoph Jentzsch2014-10-301-0/+43
| | | | | | | | | | | | |
| * | | | | | | | | | | | New tests for BNOT and SIGNEXTENDChristoph Jentzsch2014-10-303-266/+396
| | | | | | | | | | | | |
| * | | | | | | | | | | | Update SSTORE gas cost and BNOT instead of NEGChristoph Jentzsch2014-10-289-246/+626
| | | | | | | | | | | | |
| * | | | | | | | | | | | Added new recursive bombsChristoph Jentzsch2014-10-233-1/+363
| | | | | | | | | | | | |
| * | | | | | | | | | | | Changing gas cost to zero at stackunderflowChristoph Jentzsch2014-10-2311-314/+5
| | | | | | | | | | | | |
| * | | | | | | | | | | | Reverted back to original value.Jeffrey Wilcke2014-10-221-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | fix spelling errormartin becze2014-10-221-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Added failing random testsChristoph Jentzsch2014-10-2110-0/+398
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into developChristoph Jentzsch2014-10-211-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #23 from ethers/fix22Christoph Jentzsch2014-10-141-6/+6
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | numbers should be strings #22
| | | * | | | | | | | | | | | numbers should be strings #22ethers2014-10-141-6/+6
| | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | Added some MUL testsChristoph Jentzsch2014-10-111-0/+128
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | INVALID stops the operation and doesn't cost gasNick Savers2014-10-111-3/+3
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Merge remote-tracking branch 'origin/develop'Christoph Jentzsch2014-10-0816-850/+12580
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: genesishashestest.json
| | * | | | | | | | | | | | | Update keyaddrtest to be valid JSONMaran2014-07-221-6/+6
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Added Gav's new address.Gav Wood2014-06-111-4/+4
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #26 from wanderer/developChristoph Jentzsch2014-10-212-0/+46
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a package.json for node.js
| | * | | | | | | | | | | | | | turned tests into a node modulewanderer2014-10-202-0/+46
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | json was invalid and missing quotesethers2014-10-171-6/+6
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Update vmEnvironmentalInfoTest.jsonJeffrey Wilcke2014-10-161-2/+2
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | updated genesis_hashChristoph Jentzsch2014-10-151-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Added some MUL testsChristoph Jentzsch2014-10-111-0/+128
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | tested new opcodes (JUMPDEST,CALLCODE) and created test for CALL/CREATE depthChristoph Jentzsch2014-10-112-35/+293
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Update + ABA recursive bomb which needs maximum recursion limit of 1024Christoph Jentzsch2014-10-093-9/+92
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Applied recent protocol changes (PoC7) to existin testsChristoph Jentzsch2014-10-083-89/+39
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #18 from CJentzsch/developvbuterin2014-10-071-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CallToNameRegistratorOutOfGas balance correction
| | * | | | | | | | | | | | | Merge remote-tracking branch 'origin/develop' into developChristoph Jentzsch2014-10-071-2/+2
| |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | CallToNameRegistratorOutOfGas balance correctionChristoph Jentzsch2014-10-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even if execution fails, the value gets transferred.
| * | | | | | | | | | | | | | Merge pull request #17 from CJentzsch/developvbuterin2014-10-071-1/+177
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added A calls B calls A contracts
| | * | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into developChristoph Jentzsch2014-10-070-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #16 from CJentzsch/developJeffrey Wilcke2014-10-071-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | corrected amount of used gas for CallToNameRegistratorOutOfGas
| | | * | | | | | | | | | | | | Added A calls B calls A contractsChristoph Jentzsch2014-10-071-1/+177
| | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into developChristoph Jentzsch2014-10-070-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #15 from CJentzsch/developvbuterin2014-10-078-649/+253
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | corrected tests and different style for storage
| | | * | | | | | | | | | | | | corrected amount of used gas for CallToNameRegistratorOutOfGasChristoph Jentzsch2014-10-071-2/+2
| | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into developChristoph Jentzsch2014-10-070-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #14 from CJentzsch/developvbuterin2014-10-061-9/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | corrected gas limit in vmSystemOperationsTest
| | | * | | | | | | | | | | | | corrected tests and different style for storageChristoph Jentzsch2014-10-078-649/+253
| | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into developChristoph Jentzsch2014-10-0611-152/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | one more vm testVitalik Buterin2014-10-051-0/+0
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | separated out vmtestsVitalik Buterin2014-10-059-0/+0
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #13 from CJentzsch/developvbuterin2014-10-058-0/+12387
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added comprehensive EVM test suite. All commands are tested.
| | * | | | | | | | | | | | | | Delete tmp.jsonChristoph Jentzsch2014-10-011-152/+0
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Bug fix, corrected gasLimit in vmSystemOperationsTestChristoph Jentzsch2014-10-061-9/+9
| | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | corrected CALLSTATELESS testsChristoph Jentzsch2014-10-011-88/+76
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Completed vm tests. Added ADDMOD, MULMOD, POST, CALLSTATELESSChristoph Jentzsch2014-09-293-10/+1090
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Added IOandFlowOperation-, PushDupSwap- and SystemOperations- tests. Removed ↵Christoph Jentzsch2014-09-287-111/+5315
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | empty storage from adresses.
| | * | | | | | | | | | | | | Added blockInfoTestChristoph Jentzsch2014-09-231-0/+272
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Added environmentalInfo- and sha3- testChristoph Jentzsch2014-09-232-0/+1362
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Added bitwise logic operation testChristoph Jentzsch2014-09-222-100/+1452
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Added vm arithmetic testChristoph Jentzsch2014-09-201-0/+3281
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Update genesishashestest.jsonJeffrey Wilcke2014-09-191-3/+3
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Added next/prev trie testVitalik Buterin2014-07-221-0/+19
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Replaced with deterministic testVitalik Buterin2014-07-141-8/+14
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Added my own random and namecoin tests (pyethereum)Vitalik Buterin2014-07-142-0/+108
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Output hex strings.Gav Wood2014-07-131-8/+4
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Everything a string.Gav Wood2014-07-101-48/+48
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Code fixes.Gav Wood2014-07-101-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Prettier VM tests.Gav Wood2014-07-061-888/+22
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix VM tests.Gav Wood2014-07-061-27/+203
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #10 from romanman/patch-1Jeffrey Wilcke2014-07-041-102/+25
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update vmtests.json
| | * | | | | | | | | | | | | Update vmtests.jsonromanman2014-07-041-1/+25
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Update vmtests.jsonromanman2014-07-041-103/+2
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | arith testcase updated
| * | | | | | | | | | | | | Merge branch 'develop' of github.com:/ethereum/tests into developGav Wood2014-07-031-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Testing submodulesVitalik Buterin2014-07-021-1/+1
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Testing submodulesVitalik Buterin2014-07-021-1/+1
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Testing submodulesVitalik Buterin2014-07-021-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | New tests.Gav Wood2014-07-031-29/+5
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Latest genesis block.Gav Wood2014-07-011-5/+5
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | ResetJeffrey Wilcke2014-06-301-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Updated wrong testJeffrey Wilcke2014-06-301-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Fixed rootsJeffrey Wilcke2014-06-291-2/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Simple hex test.Gav Wood2014-06-291-0/+7
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Additional test for jeff. Now use the 0x... notation.Gav Wood2014-06-292-2/+18
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | VM test framework updated.Gav Wood2014-06-281-44/+297
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Removed arrays from Trie tests JSON as per conformance guide and changedGav Wood2014-06-282-49/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vocabulary to match other tests. VM test updates.
| * | | | | | | | | | | | | Merge branch 'master' of github.com:ethereum/tests into developGav Wood2014-05-306-77/+272
| |\| | | | | | | | | | | |
| | * | | | | | | | | | | | changes based on new account structure nonce, balance, storage, codeHeiko Heiko2014-05-301-14/+13
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Merge pull request #5 from bkirwi/masterJeffrey Wilcke2014-05-221-10/+10
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix invalid JSON (removed trailing comma) and add test names
| | | * | | | | | | | | | | | Add some arbitrary test namesBen Kirwin2014-05-221-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should now conform to the format specified in the README.
| | | * | | | | | | | | | | | Delete a commaBen Kirwin2014-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should now be parseable as JSON.
| | * | | | | | | | | | | | | revert to correct dataChen Houwu2014-05-211-2/+2
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | fix: wrong sha3 hash because of the wrong rlp hexChen Houwu2014-05-211-1/+1
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | fix: wrong rlp hexChen Houwu2014-05-211-10/+10
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Merge pull request #4 from ethers/masterJeffrey Wilcke2014-05-211-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix file name that seems to have been a typo
| | | * | | | | | | | | | | | | fix file name that seems to have been a typoethers2014-05-211-0/+0
| | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | fix: represent integers as stringsHeiko Heiko2014-05-201-8/+8
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | add: current initial alloc and genesis hashesHeiko Heiko2014-05-201-0/+16
| | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | add: case when value is long, ensure it's not get rlp encoded as nodeChen Houwu2014-05-181-22/+28
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Moved txt to jsonVitalik Buterin2014-05-123-0/+0
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | New commitVitalik Buterin2014-05-097-26/+1052
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #3 from autolycus/developGav Wood2014-04-271-32/+132
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed formatting and added test cases
| | | | * | | | | | | | | | | | Added some new test cases for the rlp encoding.Carl Allendorph2014-04-201-5/+105
| | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | Converted spaces to tabs to be compliant with the coding standards defined ↵Carl Allendorph2014-04-201-32/+32
| | | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in cpp-ethereum
| | * | | | | | | | | | | | | Removed unneeded test, added new testsVitalik Buterin2014-05-076-83/+123
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | VM tests.Gav Wood2014-05-301-337/+531
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | PoC-5 VM tests.Gav Wood2014-05-121-798/+557
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | RLP tests and Trie updates.Gav Wood2014-02-282-20/+48
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Hex encode tests done.Gav Wood2014-02-281-32/+60
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix RLP tests.Gav Wood2014-02-282-284/+808
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix empty string.Gav Wood2014-02-271-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Tests fix.Gav Wood2014-02-241-4/+176
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Updated the tests.Gav Wood2014-02-221-54/+101
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Moved over to new format, but RLP tests still need updating.Gav Wood2014-02-223-92/+84
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | More docs.Gav Wood2014-02-221-0/+24
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Added VM test suite.Gav Wood2014-02-225-0/+77
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added TODO. Renamed old files.
| * | | | | | | | | | | | update trie algorithmVitalik Buterin2014-01-091-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | mergeVitalik Buterin2014-01-081-8/+8
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #1 from obscuren/mastervbuterin2014-01-011-8/+8
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update trietest.txt
| | | * | | | | | | | | | | | Update trietest.txtobscuren2014-01-011-8/+8
| | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | New proposed explanatory format
| * / / / / / / / / / / / / Updated trie testVitalik Buterin2014-01-081-2/+2
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | Added obscure's testsVitalik Buterin2014-01-013-0/+20
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fixed tests a bitVitalik Buterin2014-01-012-8/+10
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'master' of github.com:ethereum/testsVitalik Buterin2014-01-011-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Initial commitvbuterin2013-12-311-0/+2
| | / / / / / / / / / / /
| * / / / / / / / / / / / Added first three testsVitalik Buterin2013-12-313-0/+85
| / / / / / / / / / / /
* | | | | | | | | | | | removed testsobscuren2015-03-02194-2239402/+0
| | | | | | | | | | | |
* | | | | | | | | | | | updated testsobscuren2015-03-0256-223/+18518
| | | | | | | | | | | |
* | | | | | | | | | | | New gas prices modelobscuren2015-03-025-120/+193
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'ethersphere-blockpool2' into poc-9obscuren2015-03-0145-2584/+3799
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'blockpool2' of https://github.com/ethersphere/go-ethereum into ↵obscuren2015-02-2743-2584/+3795
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | ethersphere-blockpool2
| | * | | | | | | | | | | integrate blockpool into ethzelig2015-02-2527-2570/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove blockpool code - remove blockpool integration test (kinda embarrassing) - remove errors.go
| | * | | | | | | | | | | export Sendln/Sendf in loggerzelig2015-02-251-14/+14
| | | | | | | | | | | | |
| | * | | | | | | | | | | major rewrite, reorg of blockpool + new featureszelig2015-02-2513-0/+3583
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - blockpool moves to its own package - uses errs pkg for its own coded errors - publicly settable config of params (time intervals and batchsizes) - test helpers in subpackage - optional TD in blocks used now to update peers chain info - major improvement in algorithm - fix fragility and sync/parallelisation bugs - implement status for reporting on sync status (peers/hashes/blocks etc) - several tests added and further corner cases covered
| | * | | | | | | | | | | errs pkg for error code based errorszelig2015-02-252-0/+137
| | | | | | | | | | | | |