aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* new bcStateTestsDimitry2015-11-011-39/+666
* 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
* remove extrem blockgaslimit testCJentzsch2015-06-121-78/+0
* remove wrong testDimitry2015-06-121-71/+0
* Python Random TestDimitry2015-06-121-0/+78
* Merge remote-tracking branch 'origin/develop' into developCJentzsch2015-06-111-0/+71
|\
| * ad js failCJentzsch2015-06-101-0/+71
* | add precompiled contracts direct transaction testsCJentzsch2015-06-111-0/+1556
|/
* Another GO failing after updateDimitry2015-06-101-0/+71
* Failing GO testDimitry2015-06-091-0/+71
* remove unsupported VM testsDimitry2015-06-099-341/+0
* fix precompiled contract testsCJentzsch2015-06-091-84/+14
* Merge remote-tracking branch 'origin' into developCJentzsch2015-06-081-78/+0
|\
| * Merge branch 'develop' of https://github.com/ethereum/tests into developDimitry2015-06-081-2/+68
| |\
| * | Wrong TestDimitry2015-06-081-78/+0
* | | move test from stSpecialTest to transaction testCJentzsch2015-06-082-57/+3
| |/ |/|
* | typoCJentzsch2015-06-081-2/+2
* | Merge pull request #84 from romanman/developChristoph Jentzsch2015-06-081-0/+66
|\ \ | |/ |/|
| * Remove garbage .bak fileromanman2015-06-081-5788/+0
| * callTxToPrecompiled_1romanman2015-06-082-0/+5854
* | new FuzzedTestsDimitry2015-06-0822-0/+1303
|/
* add sec80 test as provided by secCJentzsch2015-06-081-0/+63
* all precompiled contracts tests as CALLCODECJentzsch2015-06-081-0/+2739
* add more precompilöed contracts testsCJentzsch2015-06-081-40/+634
* add sec 80 testCJentzsch2015-06-061-0/+71
* log in OOG callCJentzsch2015-06-051-0/+76
* Merge remote-tracking branch 'origin/develop' into developCJentzsch2015-06-051-0/+71
|\
| * Merge branch 'develop' of https://github.com/ethereum/tests into developDimitry2015-06-057-158/+15178
| |\
| * | randomTest: Python failDimitry2015-06-051-0/+71
* | | add call suicided contract testCJentzsch2015-06-051-148/+502
| |/ |/|
* | gasPrice=0 testCJentzsch2015-06-051-90/+149
* | add sec testsCJentzsch2015-06-051-0/+90
* | retune gas costs for recursive bombsCJentzsch2015-06-051-68/+14414
* | Merge remote-tracking branch 'origin/develop' into developCJentzsch2015-06-043-2/+166
|\|
| * Failing GO RandomTestDimitry2015-06-042-0/+161
| * Transaction V=uint64+28 testDimitry2015-06-041-2/+5
* | add sec audit inspired testsCJentzsch2015-06-042-0/+299
* | add 1024 call depth test with returning from previous callsCJentzsch2015-06-041-0/+164
* | add blockhashDOS attackCJentzsch2015-06-041-0/+62
|/
* fix bruncle testsCJentzsch2015-06-022-988/+988
* add bruncle tests in seperate fileCJentzsch2015-06-021-0/+265
* json syntax fixCJentzsch2015-06-021-1/+1
* manually fix uncleIsBrother testCJentzsch2015-06-021-43/+3
* push testCJentzsch2015-06-021-0/+89
* add blockchain tests with the same uncle in two different blocksCJentzsch2015-06-021-954/+1146
* add valid bruncle testCJentzsch2015-06-021-943/+983
* fix bcUncleTest.jsonCJentzsch2015-06-011-852/+1341
* add uncle is brother testCJentzsch2015-06-011-1294/+936
* avoid go cheating on JUMPDEST testCJentzsch2015-05-291-0/+62
* add jumpi testsCJentzsch2015-05-291-0/+72
* add PC overflow for JUMPCJentzsch2015-05-291-0/+72
* add JUMPDEST attackCJentzsch2015-05-291-0/+62
* Random State Test: JIT memory leakDimitry2015-05-281-0/+71
* Random Code State TestDimitry2015-05-261-0/+81
* fix StateTests/stBlockHashTest.json testCJentzsch2015-05-261-5/+12
* update wallet testsCJentzsch2015-05-262-3659/+3658
* readd outputmem testsCJentzsch2015-05-261-0/+928
* correct testsCJentzsch2015-05-262-1157/+0
* more tests for output memoryCJentzsch2015-05-261-0/+306
* test for call outputmemoryCJentzsch2015-05-262-2/+619
* Merge remote-tracking branch 'origin' into developCJentzsch2015-05-261-9/+33
|\
| * mergeVitalik Buterin2015-05-240-0/+0
| |\
| | * Merge branch 'develop' of github.com:/ethereum/tests into developGav Wood2015-05-241-1/+1
| | |\
| | * | Fix for keystore format.Gav Wood2015-05-241-4/+3
| * | | Updated one test and added another for keysVitalik Buterin2015-05-241-8/+32
| | |/ | |/|
| * | Merge branch 'develop' of github.com:ethereum/tests into developVitalik Buterin2015-05-242-4110/+5450
| |\|
| * | Updated py generated testVitalik Buterin2015-05-241-2/+2
* | | fork 26052015CJentzsch2015-05-261-0/+234
| |/ |/|
* | Merge remote-tracking branch 'origin/develop' into developCJentzsch2015-05-232-25/+73
|\|
| * Updated CTR test to use XORVitalik Buterin2015-05-221-5/+5
| * Added one more key store testVitalik Buterin2015-05-221-0/+24
| * Merge branch 'develop' of github.com:ethereum/tests into developVitalik Buterin2015-05-222-361/+0
| |\
| * | Renamed key store file to reflect that it contains both pbkdf2 and scrypt testsVitalik Buterin2015-05-221-0/+0
| * | Updated pbkdf2 tests and added a scrypt testVitalik Buterin2015-05-221-7/+31
* | | update and expand wallet testsCJentzsch2015-05-232-4110/+5450
| |/ |/|
* | remove invalid testsCJentzsch2015-05-212-361/+0
|/
* Merge branch 'develop' of github.com:ethereum/tests into developVitalik Buterin2015-05-2115-2457/+426334
|\
| * add smod testsCJentzsch2015-05-192-21/+500
| * handle large outputCJentzsch2015-05-191-10/+10
| * add CREATE return value testingCJentzsch2015-05-192-0/+8689
| * fix in chain uncle testCJentzsch2015-05-152-1208/+1208
| * inChainUncleTestsCJentzsch2015-05-141-679/+1825
| * fix gasPricerTestsCJentzsch2015-05-121-286/+286
| * add identity contracts testsCJentzsch2015-05-111-0/+620
| * remove wrong testCJentzsch2015-05-113-53/+402569
| * OOG during creation resulting in paritally created contractsCJentzsch2015-05-111-0/+182
| * Merge remote-tracking branch 'origin/develop' into developCJentzsch2015-05-116-1477/+1519
| |\
| * | add lastBlockHashCJentzsch2015-05-118-2511/+13266
* | | Added keystore testVitalik Buterin2015-05-211-0/+25
| |/ |/|
* | Fixed single quotesVitalik Buterin2015-05-111-3/+3
* | Added abi testsVitalik Buterin2015-05-111-0/+40
* | last block hashwinsvega2015-05-086-1774/+2286
|/
* LastBlockHash + Total Difficultywinsvega2015-05-084-947/+1208
* add wallet state testsCJentzsch2015-05-071-0/+2545
* Merge remote-tracking branch 'origin/develop' into developCJentzsch2015-05-0724-0/+4899
|\
| * Merge branch 'develop' of https://github.com/ethereum/tests into developCJentzsch2015-05-0726-2492/+5978
| |\
| | * Total Difficulty Testwinsvega2015-05-051-0/+3240
| | * cppjit llvm37 failCJentzsch2015-05-041-0/+71
| * | fuzz failsCJentzsch2015-05-0722-0/+1588
* | | gasPrice 0 testCJentzsch2015-05-071-0/+62
* | | hexify some state testsCJentzsch2015-05-062-2424/+2423
| |/ |/|
* | update state tests to new hex styleCJentzsch2015-04-2811-458/+513
* | update VM tests to new hex styleCJentzsch2015-04-2810-2022/+1977
* | updated txtestsCJentzsch2015-04-281-10/+103
* | Update bcRPC_API_Test.jsonChristoph Jentzsch2015-04-271-2/+3
* | cppjit failCJentzsch2015-04-271-0/+71
|/
* cppjit failsCJentzsch2015-04-279-0/+641
* update hex encoding bcRPC_API_TestCJentzsch2015-04-241-345/+345
* xMerge branch 'develop' of https://github.com/ethereum/tests into developCJentzsch2015-04-2313-6/+615
|\
| * cppjit failsCJentzsch2015-04-234-0/+284
| * cppjit failsCJentzsch2015-04-234-0/+285
| * added PoWTests to indexwanderer2015-04-222-2/+5
| * New RLP Testswinsvega2015-04-213-4/+41
* | add gasPricer blockchain testCJentzsch2015-04-231-0/+1115
|/
* update HEX encodingCJentzsch2015-04-2020-5332/+4901
* remove old invalid testCJentzsch2015-04-201-927/+0
* updateCJentzsch2015-04-1812-1298/+1298
* 0x -> 0x0 in state and block headerCJentzsch2015-04-181-327/+327
* updateCJentzsch2015-04-183-987/+770
* 0x -> 0x0 for numbersCJentzsch2015-04-1814-1171/+2021
* update RPC-API testsCJentzsch2015-04-171-683/+683
* Merge branch 'develop' of https://github.com/ethereum/tests into developCJentzsch2015-04-164-34/+42
|\
| * ttTransactionTest fixwinsvega2015-04-162-8/+8
| * more RLP testswinsvega2015-04-162-26/+34
* | updated bcRPC_API_TestCJentzsch2015-04-161-388/+388
|/
* ttTransactionTestswinsvega2015-04-151-181/+160
* Fork Blockswinsvega2015-04-151-0/+367
* add Fuzz testsCJentzsch2015-04-157-0/+497
* new JSON testCJentzsch2015-04-141-901/+527
* add JSON testCJentzsch2015-04-141-0/+1631
* cppjit failCJentzsch2015-04-131-0/+71
* Merge branch 'develop' of https://github.com/ethereum/tests into developCJentzsch2015-04-1326-13350/+13911
|\
| * wrong testCJentzsch2015-04-131-71/+0
| * new python failCJentzsch2015-04-103-0/+228
| * All fields as HEXwinsvega2015-04-1024-13350/+13754
* | fuzz testing failsCJentzsch2015-04-1323-0/+1634
|/
* fuzz testing failsCJentzsch2015-04-0927-0/+1918
* rm wrong testsCJentzsch2015-04-082-1152515/+0
* Merge pull request #80 from faizkhan00/patch-2Christoph Jentzsch2015-04-071-1/+1
|\
| * Update bcUncleHeaderValiditiy.jsonFaiz Khan2015-04-071-1/+1
|/
* remove wrong testChristoph Jentzsch2015-04-071-131/+1
* Merge remote-tracking branch 'origin/develop' into developCJentzsch2015-04-0717-0/+1146
|\
| * add fuzz testsCJentzsch2015-04-0613-0/+929