aboutsummaryrefslogtreecommitdiffstats
path: root/txTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h ↵jhuntley2015-03-051-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.jhuntley2015-03-051-0/+3
|
* Avoid boost include order issue on windows:jhuntley2015-03-051-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 Wood2015-02-051-1/+1
|
* Project-wide reorganisation of namespaces.Gav Wood2014-09-051-4/+5
|
* Split off general network layer.Gav Wood2014-08-271-1/+1
|
* Updates to VM tests.Gav Wood2014-05-121-0/+3
|
* Split out libethcore from libethereum.Gav Wood2014-04-231-3/+3
|
* Version bump. Protocol bump. Support for configuration.Gav Wood2014-04-051-3/+3
|
* Added new transaction tests for checking miner feesMarko Simovic2014-04-031-15/+66
|
* Merge branch 'splitcode' into developGav Wood2014-04-031-4/+4
|\ | | | | | | | | Conflicts: eth/main.cpp
| * Disable broken tests.Gav Wood2014-03-251-4/+4
| | | | | | | | Fix cmake for pthreads.
* | Updated to add a simple forking testMarko Simovic2014-03-261-10/+1
|/
* Added test to mine and perform simple transaction between two nodesMarko Simovic2014-03-191-0/+75