Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | using json_spirit | wanderer | 2014-12-17 | 1 | -1/+1 |
| | |||||
* | Beginnings of cleaning up the Executive/State code. | Gav Wood | 2014-12-12 | 1 | -2/+2 |
| | |||||
* | Remove extraneous old stuff for PoC-7. | Gav Wood | 2014-12-12 | 1 | -3/+0 |
| | | | | Fix gas remaining issue. | ||||
* | state log tests | CJentzsch | 2014-12-06 | 1 | -2/+0 |
| | |||||
* | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop | Gav Wood | 2014-12-03 | 1 | -2/+2 |
|\ | | | | | | | | | Conflicts: test/vm.cpp | ||||
| * | added logs to state tests | CJentzsch | 2014-12-02 | 1 | -2/+0 |
|/ | |||||
* | Add Log tests | Christoph Jentzsch | 2014-11-19 | 1 | -0/+2 |
| | |||||
* | Moved instructions and assembly to new libevmcore. | Christian | 2014-11-06 | 1 | -1/+1 |
| | |||||
* | Clean up and organize tests + state class tests | Christoph Jentzsch | 2014-11-03 | 1 | -2/+1 |
| | |||||
* | Clean up FakeExtVM - move to state tests | Christoph Jentzsch | 2014-10-31 | 1 | -9/+0 |
| | |||||
* | Restructure state tests. Remove FakeStateClass | Christoph Jentzsch | 2014-10-30 | 1 | -8/+8 |
| | |||||
* | Fixed storage output in VMTRACE for vm tests | Christoph Jentzsch | 2014-10-28 | 1 | -29/+0 |
| | |||||
* | Update vm.h | Christoph Jentzsch | 2014-10-28 | 1 | -1/+0 |
| | |||||
* | log VMTRACE in file for user defined test | Christoph Jentzsch | 2014-10-28 | 1 | -2/+34 |
| | |||||
* | Add VMTRACE to user defined vm test | Christoph Jentzsch | 2014-10-28 | 1 | -0/+3 |
| | | | | | Conflicts: test/vm.cpp | ||||
* | Move suicides into SubState and include logs and refunds. | Gav Wood | 2014-10-27 | 1 | -1/+1 |
| | | | | Refund gas from zero-resetting SSTOREs. | ||||
* | Drop universal initializer in some places | Paweł Bylica | 2014-10-22 | 1 | -1/+1 |
| | |||||
* | Add virtual specifier to overridden methods in FakeVM | Paweł Bylica | 2014-10-22 | 1 | -10/+10 |
| | |||||
* | Another round of fixing ExtVM interface | Paweł Bylica | 2014-10-22 | 1 | -9/+9 |
| | |||||
* | Merge pull request #346 from CJentzsch/develop | Gav Wood | 2014-10-10 | 1 | -1/+9 |
|\ | | | | | Corrected call function in FakeExtVM | ||||
| * | Corrected call function in FakeExtVM | Christoph Jentzsch | 2014-10-08 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | Added ABA calls to tests, corrections in FakeExtVm::call Use FakeStateClass instead of altering real state class for testing purposes remove posts, add broken test | ||||
* | | PoC-7: Maximum recursion limit 1024. | Gav Wood | 2014-10-08 | 1 | -1/+1 |
|/ | |||||
* | Bug fix, push callcreate before changing gas value in FakeExtVM | Christoph Jentzsch | 2014-10-06 | 1 | -0/+2 |
| | |||||
* | corrected CALLSTATELESS test, style fixes, code length independent call in ↵ | Christoph Jentzsch | 2014-10-01 | 1 | -5/+4 |
| | | | | FakeExtVM | ||||
* | Reorganized FakeExtVM class into .h and .cpp file. Added state class member ↵ | Christoph Jentzsch | 2014-09-27 | 1 | -0/+85 |
in order to test CREATE and CALL. Added system operations test. |