Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another Windows fix? | Gav Wood | 2014-12-14 | 1 | -0/+2 |
| | |||||
* | Fix import state for state tests | CJentzsch | 2014-12-13 | 1 | -4/+4 |
| | | | | | Conflicts: test/TestHelper.cpp | ||||
* | Style fix. | Gav Wood | 2014-12-13 | 1 | -2/+0 |
| | |||||
* | Replace spaces with tabs | Paweł Bylica | 2014-12-12 | 1 | -5/+5 |
| | |||||
* | Report wrong account address in case of unexpected storege key | Paweł Bylica | 2014-12-12 | 1 | -1/+1 |
| | |||||
* | Test unexpected storage entries | Paweł Bylica | 2014-12-12 | 1 | -0/+6 |
| | |||||
* | state log tests | CJentzsch | 2014-12-06 | 1 | -7/+9 |
| | |||||
* | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop | Gav Wood | 2014-12-03 | 1 | -0/+42 |
|\ | | | | | | | | | Conflicts: test/vm.cpp | ||||
| * | style | CJentzsch | 2014-12-02 | 1 | -34/+33 |
| | | | | | | | | | | Conflicts: libevm/VM.h | ||||
| * | added logs to state tests | CJentzsch | 2014-12-02 | 1 | -0/+43 |
|/ | |||||
* | Merge pull request #533 from CJentzsch/stateTests | Gav Wood | 2014-11-25 | 1 | -3/+16 |
|\ | | | | | Specify user defined test | ||||
| * | style | Christoph Jentzsch | 2014-11-21 | 1 | -1/+1 |
| | | |||||
| * | Specify user defined test | Christoph Jentzsch | 2014-11-21 | 1 | -3/+16 |
| | | |||||
* | | style | Christoph Jentzsch | 2014-11-21 | 1 | -2/+2 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/develop' into newTests | Christoph Jentzsch | 2014-11-20 | 1 | -0/+1 |
|\| | | | | | | | | | Conflicts: test/vm.cpp | ||||
| * | In VM tests, check only if an exception occurred if an exception expected ↵ | Paweł Bylica | 2014-11-19 | 1 | -0/+1 |
| | | | | | | | | (no post state and output checking) | ||||
* | | Add Log tests | Christoph Jentzsch | 2014-11-19 | 1 | -0/+12 |
|/ | |||||
* | changed name of command line option to filltests | Christoph Jentzsch | 2014-11-12 | 1 | -1/+1 |
| | |||||
* | Create state test with commandline flag | Christoph Jentzsch | 2014-11-12 | 1 | -22/+25 |
| | |||||
* | build fix | Christoph Jentzsch | 2014-11-11 | 1 | -1/+3 |
| | |||||
* | added generic userDefinedTest function | Christoph Jentzsch | 2014-11-11 | 1 | -0/+39 |
| | |||||
* | undefine FILL_TESTS | Christoph Jentzsch | 2014-11-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'stateTests' into NewStateTests | Christoph Jentzsch | 2014-11-06 | 1 | -35/+50 |
|\ | | | | | | | | | | | Conflicts: test/TestHelper.cpp test/vm.cpp | ||||
| * | update SIGNEXTEND tests | Christoph Jentzsch | 2014-11-06 | 1 | -1/+1 |
| | | |||||
| * | undefine FILL_TESTS | Christoph Jentzsch | 2014-11-06 | 1 | -1/+1 |
| | | |||||
| * | Moved code export to export function in ImportHelper | Christoph Jentzsch | 2014-11-06 | 1 | -2/+24 |
| | | |||||
| * | Update transactions, style fix | Christoph Jentzsch | 2014-11-06 | 1 | -34/+27 |
| | | |||||
* | | added state system operations test | Christoph Jentzsch | 2014-11-05 | 1 | -2/+2 |
| | | |||||
* | | Added stSystemOperationsTest | Christoph Jentzsch | 2014-11-05 | 1 | -1/+1 |
|/ | |||||
* | style | Christoph Jentzsch | 2014-11-04 | 1 | -3/+0 |
| | |||||
* | Clean up and organize tests + state class tests | Christoph Jentzsch | 2014-11-03 | 1 | -123/+164 |
| | |||||
* | Clean up FakeExtVM - move to state tests | Christoph Jentzsch | 2014-10-31 | 1 | -10/+63 |
| | |||||
* | Restructure state tests. Remove FakeStateClass | Christoph Jentzsch | 2014-10-30 | 1 | -0/+191 |
| | |||||
* | Networking fixes. | Gav Wood | 2014-09-30 | 1 | -0/+2 |
| | |||||
* | Moved miner over to new Worker class. | Gav Wood | 2014-09-16 | 1 | -0/+1 |
| | |||||
* | Remove old Client network code & API. | Gav Wood | 2014-09-16 | 1 | -0/+2 |
| | | | | Move over JsonRpcServer to WebThree. | ||||
* | Project-wide reorganisation of namespaces. | Gav Wood | 2014-09-05 | 1 | -1/+5 |
| | |||||
* | Split out libethcore from libethereum. | Gav Wood | 2014-04-23 | 1 | -1/+1 |
| | |||||
* | Added new transaction tests for checking miner fees | Marko Simovic | 2014-04-03 | 1 | -0/+9 |
| | |||||
* | Updated to add a simple forking test | Marko Simovic | 2014-03-26 | 1 | -0/+40 |