aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* upgrade eip158 to general testsDimitry2016-12-09925-988/+9742
* upgrade eip158 to general testsDimitry2016-12-08216-254/+1321
* updating generaltests with eip158Dimitry2016-12-06203-138/+4854
* test revert operations on second level OOG with double callDimitry2016-12-062-0/+191
* transactionFromNotExistingAccount test fillerDimitry2016-12-061-0/+73
* transaction from empty accountDimitry2016-12-061-53/+178
* Test Fillers (Sources for the tests)Dimitry2016-12-052230-0/+597210
* General State TestsDimitry2016-11-301352-0/+127577
* ropsten difficulty formula testDimitry2016-11-291-5521/+5522
* zeroCallsOOGRevert testsDimitry2016-11-292-0/+3292
* ropsten difficultyDimitry2016-11-291-0/+11042
* vitalik's transaction testDimitry2016-11-251-0/+76
* more revert testsDimitry2016-11-251-0/+208
* TouchEmptyAccountRevert TestDimitry2016-11-251-0/+90
* Merge pull request #126 from ethereum/eip158winsvega2016-11-2347-408/+83986
|\
| * update blocknumber for dragon hfDimitry2016-11-2329-1039/+1046
| * more transaction testsDimitry2016-11-212-0/+132
| * eip170 codesize limit testDimitry2016-11-141-0/+105
| * fix transaction hashDimitry2016-11-132-39/+39
| * new rule transaction check on HomesteadDimitry2016-11-091-0/+46
| * eip155 transaction tests updateDimitry2016-11-075-1/+1453
| * fix wrong solidity in tests (not hf related)Dimitry2016-11-0215-515/+504
| * homestead tests on eip158 rulesDimitry2016-11-0118-0/+69980
| * update test cases. fix delegatecall mistypeDimitry2016-11-013-50/+192
| * EIP150 tests on hf rulesDimitry2016-11-014-0/+6955
| * call tests for hfDimitry2016-11-013-13/+3281
| * refill stCreateTestDimitry2016-10-311-25/+76
| * EIP158 ExpTestsDimitry2016-10-311-0/+219
| * fix OOG create Transaction testDimitry2016-10-291-5/+13
| * create tests for EIP158Dimitry2016-10-293-0/+1224
* | more vmPerfomance testsDimitry2016-11-091-0/+308
|/
* Merge pull request #123 from ethereum/eip150winsvega2016-10-1949-6/+131961
|\
| * change EIP150 bnumber to 2463000Dimitry2016-10-1923-839/+839
| * Create README.mdwinsvega2016-10-191-0/+4
| * Create README.mdwinsvega2016-10-191-0/+4
| * Update README.mdwinsvega2016-10-191-0/+2
| * Create README.mdwinsvega2016-10-191-0/+4
| * Create README.mdwinsvega2016-10-191-0/+3
| * Create README.mdwinsvega2016-10-191-0/+3
| * Update README.mdwinsvega2016-10-191-4/+4
| * Create README.mdwinsvega2016-10-191-0/+6
| * Create README.mdwinsvega2016-10-191-0/+1
| * rule 64 testsDimitry2016-10-191-0/+237
| * additional gaslimit tests that crash cpp ethDimitry2016-10-191-18/+238
| * update BlockchainEIP TestsDimitry2016-10-1912-6901/+7332
| * Blockchain EIP150 refill (incomplete and unfixed)Dimitry2016-10-1912-0/+51340
| * fix wrong block number in state testsDimitry2016-10-193-6/+76
| * EIP150 Test UpdateDimitry2016-10-194-96/+3050
| * update EIP State Tests with calldepth = 1024Dimitry2016-10-194-279/+281
| * Homestead Tests Filled By EIP150 rulesDimitry2016-10-1920-18/+70350
| * remove old memExpandCalltestDimitry2016-10-191-635/+0
| * more EIP150 TestsDimitry2016-10-193-0/+3070
| * Added some memory expanding testsvub2016-10-194-0/+635
| * EIP state test for createDimitry2016-10-191-0/+73
| * EIP150 StateTestsDimitry2016-10-191-0/+622
| * EIP150 Test (4)Dimitry2016-10-191-90/+110
| * EIP150 Test (3)Dimitry2016-10-191-106/+219
| * EIP150 Test (2)Dimitry2016-10-191-93/+461
| * EIP150 test (1)Dimitry2016-10-191-90/+90
| * EIP150 proposal 1 gas prices testDimitry2016-10-191-0/+2076
|/
* Merge pull request #122 from chfast/suicide-testsBob Summerwill2016-10-141-112111/+72129
|\
| * Update suicide issue testsPaweł Bylica2016-10-141-112111/+72129
|/
* Merge pull request #121 from keorn/fix-suicidewinsvega2016-10-111-128209/+112112
|\
| * remove duplicate keyskeorn2016-10-111-128209/+112112
|/
* fix suicide issue test (2)Dimitry2016-10-071-18/+41
* Merge branch 'develop' of https://github.com/ethereum/tests into developDimitry2016-10-051-0/+12
|\
| * Update README.mdwinsvega2016-10-051-0/+12
* | OutOfGasPrefundedContractCreation State TestDimitry2016-10-051-0/+55
|/
* delegatecall spamDimitry2016-10-051-6/+141
* strange contract creationDimitry2016-10-051-0/+97
* Suicide issue testDimitry2016-10-041-0/+128187
* shanghailove testDimitry2016-10-041-0/+1515
* add tests for call additional gas costsDimitry2016-09-141-0/+138
* Merge branch 'develop' of https://github.com/ethereum/tests into developDimitry2016-09-142-1/+64
|\
| * Blockhash test for JITDimitry2016-09-091-0/+63
| * Update README.mdwinsvega2016-09-051-1/+1
* | tx_e1c174e2, evm loop-mul testDimitry2016-09-142-0/+107
|/
* update annoying gasLimitDimitry2016-07-275-19/+18
* fix remining gasLimit in RandomTestsDimitry2016-07-2754-58/+58
* Merge branch 'develop' of https://github.com/ethereum/tests into developDimitry2016-07-221-0/+9237
|\
| * Merge pull request #117 from ethereum/hardforkwinsvega2016-07-221-0/+9237
| |\
| | * DAO more uncle cases, add comentsDimitry2016-07-191-329/+967
| | * update dao testDimitry2016-07-151-351/+6256
| | * travis scriptDimitry2016-07-141-0/+8
| | * DaoTest: extraData in UnclesDimitry2016-07-121-157/+1033
| | * update DaoTestDimitry2016-07-111-1204/+593
| | * update daoTest: check extraData up to X+9 blockDimitry2016-07-091-52/+432
| | * dao test updateDimitry2016-07-061-103/+146
| | * theDao hardfork testDimitry2016-07-011-0/+2006
* | | recreate random tests with updated gasLimit of 2^63-1Dimitry2016-07-22644-12210/+12288
|/ /
* | Merge pull request #113 from NikVolf/patch-1winsvega2016-07-211-1/+0
|\ \
| * | Update bcInvalidRLPTest.jsonNikolay Volf2016-05-211-1/+0
* | | remove delegateCall test from frontier testsDimitry2016-07-211-2054/+0
* | | multiple suicide refund testDimitry2016-07-071-0/+110
* | | correct hex in ttTransactionTestDimitry2016-07-071-4/+4
* | | Merge pull request #107 from konradkonrad/developkonradkonrad2016-06-292-1/+9
|\ \ \ | |_|/ |/| |
| * | Add automated lintingKonrad Feldmeier2016-06-232-1/+9
* | | move VM memory testsDimitry2016-06-202-37/+2151
* | | update extreme testsDimitry2016-06-172-385/+385
* | | refill tests for 64blockgaslimitDimitry2016-06-0543-13974/+15765
| |/ |/|
* | multiple BALANCE instruction callDimitry2016-05-121-24/+182
* | instruction argument testsDimitry2016-05-111-0/+1234
* | new uncleHeader testsDimitry2016-03-311-209/+864
* | update State OOG tests CALLCODE<>DELEGATECALL<>CALLDimitry2016-03-307-986/+921
|/
* fix json file ending in difficulty testsDimitry2016-03-015-15/+10
* update difficulty tests with new homestead blockDimitry2016-03-015-22320/+22320
* update State and Transaction tests to HomesteadDimitry2016-03-0125-1281/+1506
* refill difficulty formula tests with latest homestead blockDimitry2016-02-295-22330/+22335
* remove random generated old difficulty testsDimitry2016-02-291-12522/+1
* Transaction and StateTests Homestead blocknumber updateDimitry2016-02-1719-1698/+975
* callEcRecoverHighSValue test on HomesteadDimitry2016-02-021-0/+72
* bcTransition tests updateDimitry2016-01-251-274/+595
* Blockchain Transition Test (Frontier -> Homestead at block 5)Dimitry2016-01-231-0/+1879
* remove transitiontest dublicateDimitry2016-01-231-527/+0
* State Tests add callValue checkDimitry2016-01-225-677/+793
* State CallCode/DelegateCode in InitDimitry2016-01-205-45/+3145
* Update difficultyOlimpic.jsonwanderer2016-01-201-3/+2
* Update difficultyMorden.jsonwanderer2016-01-201-3/+2
* Update difficultyHomestead.jsonwanderer2016-01-201-3/+2
* Update difficultyFrontier.jsonwanderer2016-01-201-3/+2
* Update difficultyCustomHomestead.jsonwanderer2016-01-201-3/+2
* difficulty formula tests updateDimitry2016-01-187-16485/+37925
* StateTests change block to 1000000Dimitry2016-01-1218-687/+687
* Transaction tests change block to 1000000Dimitry2016-01-123-127/+127
* update Homestead testsDimitry2016-01-1212-6854/+6869
* Transition tests updatedDimitry2016-01-111-27/+46
* refill without umbigous testsDimitry2016-01-084-2550/+2692
* ttWrongRLPTransaction at homesteadDimitry2016-01-071-0/+346
* Delete ttWrongRLPTransaction.jsonwanderer2016-01-071-0/+0
* Update difficultyOlimpic.jsonwanderer2016-01-071-3/+2
* Fix jsonwanderer2016-01-071-3/+2
* Update difficultyHomestead.jsonwanderer2016-01-061-3/+2
* Update difficultyFrontier.jsonwanderer2016-01-061-2/+2
* Fix Jsonwanderer2016-01-061-2/+2
* refill stTransition testDimitry2016-01-022-46/+554
* refill tests Frontier + Homestead with latest developDimitry2015-12-3155-9647/+164131
* add homestead tests with block 1.000.000 as transition from Frontier to Homes...CJentzsch2015-12-167-104/+2768
* Add secret Key for FabianChristoph Jentzsch2015-11-231-2/+3
* Merge remote-tracking branch 'origin/develop' into developCJentzsch2015-11-181-39/+666
|\
| * new bcStateTestsDimitry2015-11-011-39/+666
* | sendEther post deathCJentzsch2015-11-181-0/+55
* | ecrecover bugCJentzsch2015-11-181-0/+144
|/
* parentHash of genesis block should be zeroCJentzsch2015-10-221-308/+308
* blockhash in fork testCJentzsch2015-10-211-686/+996
* Blockchain, State, VM Tests update from latests fillersDimitry2015-10-1325-4734/+21404
* remove notbest optionDimitry2015-09-181-2/+0
* bcForkUncle update with "notbest" optionDimitry2015-09-171-0/+2
* State Call Codes Mixing Suicide OOG RecursiveDimitry2015-09-151-0/+6798
* all valid tests are in difficulty.jsonChristoph Jentzsch2015-09-141-24657/+0
* Merge pull request #101 from Gustav-Simonsson/suicide_blockchain_testsChristoph Jentzsch2015-09-141-1/+247
|\
| * Add SuicideCoinbase and OOGStateCopyContainingDeletedContractGustav Simonsson2015-09-141-1/+247
|/
* add test for boost div bugCJentzsch2015-09-141-388/+238
* add SSTORE underflow testCJentzsch2015-09-091-0/+35
* Post State updateDimitry2015-09-021-4/+4
* Remove huge difficulty testswinsvega2015-09-011-12138/+4
* fixed invalid json & formattedwanderer2015-08-311-24655/+24655
* Merge pull request #99 from Gustav-Simonsson/add_ether_send_post_suicideChristoph Jentzsch2015-08-281-0/+55
|\
| * Add test for sending ether post suicideGustav Simonsson2015-08-281-0/+55
|/
* add reusePreviousBlockAsUncleIgnoringLeadingZerosInMixHash testCJentzsch2015-08-271-0/+97
* Merge remote-tracking branch 'origin/develop' into developCJentzsch2015-08-261-1/+1
|\
| * Update ttTransactionTest.jsonwanderer2015-08-261-1/+1
* | add reusePreviousBlockAsUncleIgnoringLeadingZerosInNonce testCJentzsch2015-08-261-0/+97
|/
* Rename bcSideChainUncle.json to bcForkUncle.jsonChristoph Jentzsch2015-08-251-0/+0
* Update bcSideChainUncle.jsonChristoph Jentzsch2015-08-251-1/+1
* add test for uncle from a sidechainCJentzsch2015-08-251-0/+251
* Delete index.jswanderer2015-08-251-25/+0
* Delete package.jsonwanderer2015-08-251-26/+0
* Merge pull request #98 from Gustav-Simonsson/uncle_header_timestampChristoph Jentzsch2015-08-241-1/+314
|\
| * Add tests for uncle header timestampGustav Simonsson2015-08-241-1/+314
|/
* Merge pull request #97 from Gustav-Simonsson/multiple_call_suicidesChristoph Jentzsch2015-08-211-1/+73
|\
| * Add test for multiple internal call + suicideGustav Simonsson2015-08-111-1/+73
* | Merge remote-tracking branch 'origin/develop' into developCJentzsch2015-08-203-1695/+1607
|\ \
| * | eslint, fix post state when last block == genesiswanderer2015-08-172-1416/+1236
| * | Update bcForkBlockTest.jsonwanderer2015-08-171-7/+0
| * | Merge pull request #96 from ethereum/new-vm-testsChristoph Jentzsch2015-08-121-272/+371
| |\ \ | | |/ | |/|
| | * New dynamic jump VM tests.Paweł Bylica2015-08-121-272/+371
| |/
| * Delete st201507281036GO.jsonChristoph Jentzsch2015-08-111-78/+0
| * Merge branch 'develop' of https://github.com/ethereum/tests into developDimitry2015-08-111-0/+24655
| |\
| * | Go balance testDimitry2015-08-111-0/+78
* | | 2 suicide tx in one blockCJentzsch2015-08-201-202/+348
| |/ |/|
* | copy winsvegas difficulty tests into difficulty.json§CJentzsch2015-08-071-0/+24655
|/
* difficulty clients tests fixDimitry2015-08-061-24655/+24655
* Some difficulty tests for the clientsDimitry2015-08-061-0/+24657
* update difficulty test to new algorithmCJentzsch2015-08-051-14/+14
* more difficulty testsCJentzsch2015-08-051-0/+42
* add more difficulty testCJentzsch2015-08-051-1/+50
* add first difficulty testCJentzsch2015-08-051-0/+9
* update genesis test to FrontierCJentzsch2015-07-311-3/+3
* update invalidHeaderTest to FrontierCJentzsch2015-07-301-114/+114
* Merge branch 'master' into developCJentzsch2015-07-309-7109/+7278
|\
| * adjust blockGasLimit in order to get same result for gasPricer test in olympi...CJentzsch2015-07-301-203/+203
| * add timestamp testsCJentzsch2015-07-291-152/+626
| * fix tests for invalid uncle difficultyCJentzsch2015-07-291-373/+257
| * Frontier compatible testsCJentzsch2015-07-299-7196/+7007
* | fix tests for invalid uncle difficultyolympicCJentzsch2015-07-291-342/+342
|/
* undo extra data size changeCJentzsch2015-07-282-75/+108
* add extcodecopy stack testCJentzsch2015-07-282-78/+76
* Python Failing TestDimitry2015-07-271-0/+78
* update wallet testsCJentzsch2015-07-272-4246/+4799
* Merge pull request #94 from Gustav-Simonsson/precomp_ec_recoverChristoph Jentzsch2015-07-252-2/+76
|\
| * Add tx and state tests with invalid EC sig (point at infinity)Gustav Simonsson2015-07-232-2/+76
* | Remove BlockExtraData1024Dimitry2015-07-252-100/+67
|/
* Merge pull request #93 from arkpar/test-fixwinsvega2015-07-201-1/+1
|\
| * changed block number to fit uint32arkpar2015-07-201-1/+1
* | Merge pull request #92 from fjl/rlp-more-byte-array-testswinsvega2015-07-192-3/+22
|\ \ | |/ |/|
| * RLPTests: add more byte array testsFelix Lange2015-07-182-3/+22
|/
* Merge pull request #91 from fjl/rlp-zero-byte-testwinsvega2015-07-181-0/+8
|\
| * RLPTests: add test for byte arrays encoded as single byteFelix Lange2015-07-181-0/+8
|/
* Random BlockChain Test for GODimitry2015-07-151-0/+65
* Remove old rlp testDimitry2015-07-151-146/+0
* Invalid RLP TestDimitry2015-07-151-1/+21
* Merge pull request #90 from debris/improved_rpc_testswinsvega2015-07-141-345/+452
|\
| * mark blocks in RPC_API_TestFiller as revertedMarek Kotewicz2015-07-141-0/+2
| * rpc tests with fork simulationMarek Kotewicz2015-07-141-345/+450
|/
* fix invalid jsonwanderer2015-07-121-1/+1
* Changed integers to hexVitalik Buterin2015-07-101-10/+10
* Merge branch 'develop' of github.com:ethereum/tests into developVitalik Buterin2015-07-1012-6830/+5735
|\
| * update bcWalletTestCJentzsch2015-07-101-4842/+4290
| * styleCJentzsch2015-07-101-1/+1
| * new daily limit testCJentzsch2015-07-101-0/+93
| * Merge remote-tracking branch 'origin' into developCJentzsch2015-07-101-0/+61
| |\
| | * Merge branch 'develop' of https://github.com/ethereum/tests into developDimitry Khokhlov2015-07-082-250/+330
| | |\
| | * | Random BLock Chain TestDimitry Khokhlov2015-07-081-0/+61
| * | | update wallet testCJentzsch2015-07-101-263/+362
| | |/ | |/|
| * | return to old ruleCJentzsch2015-07-082-252/+252
| * | Merge remote-tracking branch 'origin/develop' into developCJentzsch2015-07-081-0/+78
| |\|
| | * FuzzTest: failing state on GODimitry Khokhlov2015-07-071-0/+78
| * | new BlockGasLimit ruleCJentzsch2015-07-082-262/+342
| |/
| * add BlockGasLimitTestCJentzsch2015-07-071-0/+318
| * suicide coinbaseCJentzsch2015-07-072-0/+110
| * Moving back original RLP basic testsDimitry Khokhlov2015-07-071-0/+146
| * stPreCompiledContractsTransaction removeDimitry Khokhlov2015-07-061-1528/+0
| * RLP testsDimitry2015-07-061-1/+1
| * RLPTestsDimitry2015-07-063-1/+1
* | Updated to include full genesis block header dataVitalik Buterin2015-07-103-13/+31
|/
* Modified basic genesis testsVitalik Buterin2015-07-051-17/+23
* Added genesis testsVitalik Buterin2015-07-051-0/+61
* Invalid RLP TestsDimitry Khokhlov2015-07-032-0/+17
* Merge branch 'develop' of https://github.com/ethereum/tests into developDimitry Khokhlov2015-07-022-1288/+1280
|\
| * BlockChainTests: data field hex format correctionDimitry2015-06-262-1288/+1280
* | TransactionRLP: header size overflow 32 bitDimitry Khokhlov2015-07-021-3/+7
|/
* moved blockTests to BlockchainTestsCJentzsch2015-06-2011-0/+0
* Delete basicBlockChain.jsonmartin becze2015-06-201-894/+0
* Delete badBlockChain.jsonmartin becze2015-06-201-2199/+0
* add stPreCompiledContractsTransaction.jsonCJentzsch2015-06-171-28/+0
* add crashing RLPCJentzsch2015-06-161-0/+4
* add test for memory overlapp in block 504980CJentzsch2015-06-161-0/+441
* add diff is zero testCJentzsch2015-06-161-108/+167
* fix PoW testCJentzsch2015-06-161-130/+116
* invalid PoW testsCJentzsch2015-06-162-391/+785