aboutsummaryrefslogtreecommitdiffstats
path: root/block.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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