aboutsummaryrefslogtreecommitdiffstats
path: root/genesis.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h ↵jhuntley2015-03-051-3/+1
| | | | and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away.
* Avoid boost include order issue on windows:jhuntley2015-03-051-1/+5
| | | | | | | http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue/16288859#16288859 Make sure boost/asio.hpp is included before windows.h.
* Split canon blockchain and basic blockchain.Gav Wood2015-02-051-4/+4
|
* update to the correct file nameLu Guanqun2014-12-141-1/+1
|
* Merge branch 'develop' into build_enhancementMarek Kotewicz2014-12-121-1/+1
|\
| * Fix genesis test.Gav Wood2014-12-121-1/+1
| | | | | | | | Refactor/cleaning.
* | empty sha test && common fix on macMarek Kotewicz2014-12-091-0/+9
|/
* Clean up and organize tests + state class testsChristoph Jentzsch2014-11-031-10/+7
|
* use ETHEREUM_TEST_PATH in all testsChristoph Jentzsch2014-10-281-1/+12
|
* Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.Gav Wood2014-09-061-1/+1
| | | | Rename ethential to devcore.
* Project-wide reorganisation of namespaces.Gav Wood2014-09-051-1/+2
|
* Gensis block unit test.Gav Wood2014-07-011-0/+49