Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | blockchain tests fixes | CJentzsch | 2015-03-11 | 1 | -0/+8 |
| | |||||
* | style fixes in TestHelper.h | Lefteris Karapetsas | 2015-03-09 | 1 | -6/+6 |
| | |||||
* | Improving ETH_TEST() exceptions | Lefteris Karapetsas | 2015-03-09 | 1 | -12/+28 |
| | | | | | | | | | | - Properly printing fail check/require message same way as BOOST implementation does - Also add a Test Pass Checkpoint call to be sure the last checkpoint is reported properly - Catch any sort of exception in the no throw | ||||
* | Style fixes and better exception message format | Lefteris Karapetsas | 2015-03-06 | 1 | -6/+8 |
| | |||||
* | Move ETH_TEST() Macros to TestHelper.h | Lefteris Karapetsas | 2015-03-06 | 1 | -0/+35 |
| | | | | - Also use them in Solidity Parser | ||||
* | remove genesis state from state tests | CJentzsch | 2015-03-06 | 1 | -2/+1 |
| | | | | | Conflicts: test/state.cpp | ||||
* | 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 | -0/+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. | ||||
* | Transaction Tests | winsvega | 2015-03-04 | 1 | -1/+1 |
| | | | | missing TestHelper.h file | ||||
* | remove unnecessary function | CJentzsch | 2015-02-16 | 1 | -1/+0 |
| | |||||
* | check transactions | CJentzsch | 2015-02-11 | 1 | -1/+1 |
| | |||||
* | start with test defined genesis block | CJentzsch | 2015-02-10 | 1 | -1/+2 |
| | |||||
* | create block from transaction with genesis block as parent | CJentzsch | 2015-02-07 | 1 | -0/+1 |
| | |||||
* | style changes | winsvega | 2015-01-24 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'ethereum/develop' into develop | winsvega | 2015-01-23 | 1 | -0/+3 |
|\ | |||||
| * | fix callcreates imoport | CJentzsch | 2015-01-13 | 1 | -0/+2 |
| | | |||||
| * | add blockhash test fo vm tests | CJentzsch | 2015-01-09 | 1 | -0/+1 |
| | | |||||
* | | Transaction Tests | winsvega | 2015-01-22 | 1 | -0/+1 |
|/ | | | | | | | | | | | | | | transaction tests Transaction Test Work In Progress transaction test work in progress work in progress. check for transaction is valid Transaction Tests Work In Progress compiler error fix | ||||
* | Add "--jit" option to State tests | Paweł Bylica | 2014-12-12 | 1 | -0/+1 |
| | |||||
* | state log tests | CJentzsch | 2014-12-06 | 1 | -2/+2 |
| | |||||
* | added logs to state tests | CJentzsch | 2014-12-02 | 1 | -0/+2 |
| | |||||
* | Add Log tests | Christoph Jentzsch | 2014-11-19 | 1 | -0/+2 |
| | |||||
* | build fix | Christoph Jentzsch | 2014-11-11 | 1 | -1/+1 |
| | |||||
* | added generic userDefinedTest function | Christoph Jentzsch | 2014-11-11 | 1 | -0/+1 |
| | |||||
* | Clean up state tests | Christoph Jentzsch | 2014-11-07 | 1 | -1/+0 |
| | |||||
* | style | Christoph Jentzsch | 2014-11-06 | 1 | -3/+3 |
| | |||||
* | style | Christoph Jentzsch | 2014-11-04 | 1 | -10/+0 |
| | |||||
* | Clean up and organize tests + state class tests | Christoph Jentzsch | 2014-11-03 | 1 | -17/+34 |
| | |||||
* | Clean up FakeExtVM - move to state tests | Christoph Jentzsch | 2014-10-31 | 1 | -2/+6 |
| | |||||
* | Restructure state tests. Remove FakeStateClass | Christoph Jentzsch | 2014-10-30 | 1 | -0/+44 |
| | |||||
* | Project-wide reorganisation of namespaces. | Gav Wood | 2014-09-05 | 1 | -0/+5 |
| | |||||
* | Added new transaction tests for checking miner fees | Marko Simovic | 2014-04-03 | 1 | -0/+1 |
| | |||||
* | Updated to add a simple forking test | Marko Simovic | 2014-03-26 | 1 | -0/+29 |