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