Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h ↵ | jhuntley | 2015-03-05 | 1 | -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: | jhuntley | 2015-03-05 | 1 | -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 Wood | 2015-02-05 | 1 | -4/+4 |
| | |||||
* | update to the correct file name | Lu Guanqun | 2014-12-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'develop' into build_enhancement | Marek Kotewicz | 2014-12-12 | 1 | -1/+1 |
|\ | |||||
| * | Fix genesis test. | Gav Wood | 2014-12-12 | 1 | -1/+1 |
| | | | | | | | | Refactor/cleaning. | ||||
* | | empty sha test && common fix on mac | Marek Kotewicz | 2014-12-09 | 1 | -0/+9 |
|/ | |||||
* | Clean up and organize tests + state class tests | Christoph Jentzsch | 2014-11-03 | 1 | -10/+7 |
| | |||||
* | use ETHEREUM_TEST_PATH in all tests | Christoph Jentzsch | 2014-10-28 | 1 | -1/+12 |
| | |||||
* | Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace. | Gav Wood | 2014-09-06 | 1 | -1/+1 |
| | | | | Rename ethential to devcore. | ||||
* | Project-wide reorganisation of namespaces. | Gav Wood | 2014-09-05 | 1 | -1/+2 |
| | |||||
* | Gensis block unit test. | Gav Wood | 2014-07-01 | 1 | -0/+49 |