aboutsummaryrefslogtreecommitdiffstats
path: root/block.cpp
Commit message (Expand)AuthorAgeFilesLines
* Test Cases Changeswinsvega2015-03-041-71/+73
* move extrem memory test to stMemoryStressTest.jsonCJentzsch2015-03-011-0/+5
* include invalid transaction rlp block testCJentzsch2015-02-251-0/+5
* OS independency by using file systemCJentzsch2015-02-161-1/+2
* fix typoCJentzsch2015-02-161-1/+1
* add invalid block header testsCJentzsch2015-02-161-4/+4
* extra data fixCJentzsch2015-02-161-122/+110
* add possibility to create bad blocks in fillersCJentzsch2015-02-141-55/+176
* switch to secretKey in fillersCJentzsch2015-02-131-20/+4
* fix tx outputCJentzsch2015-02-131-2/+2
* fix import transactionCJentzsch2015-02-131-2/+29
* add valid tx outputCJentzsch2015-02-131-40/+82
* styleCJentzsch2015-02-121-26/+22
* avoid code doublingCJentzsch2015-02-121-291/+223
* check transactionsCJentzsch2015-02-111-18/+73
* validate block (the not fill tests path)CJentzsch2015-02-111-141/+174
* start with test defined genesis blockCJentzsch2015-02-101-166/+199
* write block header and uncle listCJentzsch2015-02-091-5/+27
* create block from transaction with genesis block as parentCJentzsch2015-02-071-73/+124
* include transaction listCJentzsch2015-02-061-0/+22
* first definition of block tests - header onlyCJentzsch2015-02-051-2/+183
* new file block.cppCJentzsch2015-01-211-0/+21