aboutsummaryrefslogtreecommitdiffstats
path: root/BlockTests
Commit message (Collapse)AuthorAgeFilesLines
* moved blockTests to BlockchainTestsCJentzsch2015-06-2011-31810/+0
|
* add diff is zero testCJentzsch2015-06-161-108/+167
|
* fix PoW testCJentzsch2015-06-161-130/+116
|
* invalid PoW testsCJentzsch2015-06-162-391/+785
|
* add call suicided contract testCJentzsch2015-06-051-148/+502
|
* gasPrice=0 testCJentzsch2015-06-051-90/+149
|
* 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
|
* 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
|
* update wallet testsCJentzsch2015-05-261-3492/+3492
|
* update and expand wallet testsCJentzsch2015-05-231-3866/+4580
|
* remove invalid testsCJentzsch2015-05-212-361/+0
|
* fix in chain uncle testCJentzsch2015-05-152-1208/+1208
|
* inChainUncleTestsCJentzsch2015-05-141-679/+1825
|
* fix gasPricerTestsCJentzsch2015-05-121-286/+286
|
* remove wrong testCJentzsch2015-05-111-53/+0
|
* Merge remote-tracking branch 'origin/develop' into developCJentzsch2015-05-115-1477/+1479
|\ | | | | | | | | | | | | | | | | | | Conflicts: BlockTests/bcGasPricerTest.json BlockTests/bcInvalidHeaderTest.json BlockTests/bcRPC_API_Test.json BlockTests/bcUncleHeaderValiditiy.json BlockTests/bcUncleTest.json BlockTests/bcValidBlockTest.json
| * last block hashwinsvega2015-05-086-1774/+2286
| |
* | add lastBlockHashCJentzsch2015-05-118-2511/+13266
|/
* LastBlockHash + Total Difficultywinsvega2015-05-083-940/+1047
|
* Total Difficulty Testwinsvega2015-05-051-0/+3240
|
* Update bcRPC_API_Test.jsonChristoph Jentzsch2015-04-271-2/+3
| | | add private Key to pre state account
* update hex encoding bcRPC_API_TestCJentzsch2015-04-241-345/+345
|
* xMerge branch 'develop' of https://github.com/ethereum/tests into developCJentzsch2015-04-231-1/+1
|\
| * New RLP Testswinsvega2015-04-211-1/+1
| | | | | | | | New Transaction RS tests
* | add gasPricer blockchain testCJentzsch2015-04-231-0/+1115
|/
* update HEX encodingCJentzsch2015-04-206-3474/+3043
|
* 0x -> 0x0 in state and block headerCJentzsch2015-04-181-327/+327
|
* updateCJentzsch2015-04-182-958/+741
|
* 0x -> 0x0 for numbersCJentzsch2015-04-181-322/+322
|
* update RPC-API testsCJentzsch2015-04-171-683/+683
|
* Merge branch 'develop' of https://github.com/ethereum/tests into developCJentzsch2015-04-161-26/+26
|\
| * more RLP testswinsvega2015-04-161-26/+26
| |
* | updated bcRPC_API_TestCJentzsch2015-04-161-388/+388
|/
* Fork Blockswinsvega2015-04-151-0/+367
|
* new JSON testCJentzsch2015-04-141-901/+527
|
* add JSON testCJentzsch2015-04-141-0/+1631
|
* Update bcUncleHeaderValiditiy.jsonFaiz Khan2015-04-071-1/+1
| | | json quickfix
* remove wrong testChristoph Jentzsch2015-04-071-131/+1
|
* add uncle header validity testsCJentzsch2015-04-071-0/+1650
|
* uncle with same block number as current blockCJentzsch2015-04-031-651/+781
|
* update testsCJentzsch2015-03-244-1258/+1251
|
* Pv59 changesCJentzsch2015-03-244-1266/+1266
|
* add blockchain tests - uncle gen 0 - in-chain-uncleCJentzsch2015-03-234-945/+1270
|
* BlockTestswinsvega2015-03-191-1246/+3974
| | | | More Invalid RLPs updated to latest develop
* update blockChainTestsCJentzsch2015-03-184-886/+886
|
* Block Testswinsvega2015-03-181-35/+1663
| | | | | | | | | | | | | +make RLP header larger than rlp +all block fields +1)Prefixed000 +2)Larger size +3)Less Size +4)rlp element list when shouldnt +5)given as array +random byte at the end +transaction fields +random byte in RLP
* BlokTestswinsvega2015-03-181-36/+784
| | | | Invalid Block Header RLPs (0000prefix, tooLarge, tooShort)
* BlockRLPTestswinsvega2015-03-171-0/+837
| | | | block fields prefixed with 0000
* update block testsCJentzsch2015-03-164-956/+1286
|
* update blockchaintestsCJentzsch2015-03-163-1100/+1650
|
* update JS_API_Test blockchainCJentzsch2015-03-161-155/+162
|
* added JS_API_test blockchainCJentzsch2015-03-162-105/+493
|
* uncle older than 6 generation testCJentzsch2015-03-141-641/+590
|
* update gas limits + uncle generation testCJentzsch2015-03-141-148/+1846
|
* remove seedhash and update blockchain testsCJentzsch2015-03-134-394/+340
|
* update blockchain tests with new uncle reward ruleCJentzsch2015-03-094-337/+337
|
* update blockchain tests - correct genesis hashCJentzsch2015-03-093-313/+241
|
* fix genesis hashCJentzsch2015-03-091-100/+100
|
* update uncle testsCJentzsch2015-03-091-160/+194
|
* update blocktests - fix LLL in pre stateCJentzsch2015-03-093-386/+386
|
* uncle header with block number = 1CJentzsch2015-03-061-140/+212
|
* uncle testsCJentzsch2015-03-061-0/+635
|
* update blockchain tests to latest protocol changesCJentzsch2015-03-053-222/+256
|
* update block chain test due to difficulty changeCJentzsch2015-03-055-1208/+190
|
* update blockchain tests - 2048 bit logs bloomCJentzsch2015-03-053-214/+203
|
* typoCJentzsch2015-03-053-162/+162
|
* extra data is hex now, for realCJentzsch2015-03-053-162/+162
|
* extra data is hex nowCJentzsch2015-03-053-184/+195
|
* update blockchain testsCJentzsch2015-03-053-161/+161
|
* update blockchainII testsCJentzsch2015-03-043-0/+1248
|
* update block testsCJentzsch2015-03-044-877/+227
|
* Merge pull request #69 from winsvega/developChristoph Jentzsch2015-03-011-0/+85
|\ | | | | Fork block tests
| * Fork block testswinsvega2015-03-011-0/+85
| |
* | low limit for difficulty is 1024CJentzsch2015-02-261-71/+71
|/
* Block Testswinsvega2015-02-251-14/+14
| | | | Encoded transaction comment
* Block Testswinsvega2015-02-251-0/+546
| | | | Block Rlps with invalid transactions
* add creation txs in block testsCJentzsch2015-02-161-67/+100
|
* first block testsCJentzsch2015-02-162-0/+1004
|
* moved blockchain testswanderer2015-02-042-4378/+0
|
* Create badBlockChain.jsonmartin becze2015-02-011-0/+2189
|
* move folderwanderer2015-02-011-0/+2189