Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h ↵ | jhuntley | 2015-03-05 | 1 | -2/+0 |
| | | | | and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away. | ||||
* | asio.h and windows.h build comments as per request. | jhuntley | 2015-03-05 | 1 | -0/+3 |
| | |||||
* | Avoid boost include order issue on windows: | jhuntley | 2015-03-05 | 1 | -1/+1 |
| | | | | | | | 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 | -1/+1 |
| | |||||
* | Project-wide reorganisation of namespaces. | Gav Wood | 2014-09-05 | 1 | -4/+5 |
| | |||||
* | Split off general network layer. | Gav Wood | 2014-08-27 | 1 | -1/+1 |
| | |||||
* | Updates to VM tests. | Gav Wood | 2014-05-12 | 1 | -0/+3 |
| | |||||
* | Split out libethcore from libethereum. | Gav Wood | 2014-04-23 | 1 | -3/+3 |
| | |||||
* | Version bump. Protocol bump. Support for configuration. | Gav Wood | 2014-04-05 | 1 | -3/+3 |
| | |||||
* | Added new transaction tests for checking miner fees | Marko Simovic | 2014-04-03 | 1 | -15/+66 |
| | |||||
* | Merge branch 'splitcode' into develop | Gav Wood | 2014-04-03 | 1 | -4/+4 |
|\ | | | | | | | | | Conflicts: eth/main.cpp | ||||
| * | Disable broken tests. | Gav Wood | 2014-03-25 | 1 | -4/+4 |
| | | | | | | | | Fix cmake for pthreads. | ||||
* | | Updated to add a simple forking test | Marko Simovic | 2014-03-26 | 1 | -10/+1 |
|/ | |||||
* | Added test to mine and perform simple transaction between two nodes | Marko Simovic | 2014-03-19 | 1 | -0/+75 |