Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed VS2013 projects and compile errors. | Tim Hughes | 2014-03-06 | 1 | -2/+1 |
| | | | | | | Enable and fix addition warnings (-Wextra). Disable unknown pragma warning (avoids messy wrapping pragmas in compiler guards). Tidy up some of the waring suppression for 3rd part libraries by wrapping with a header. | ||||
* | Repotted Common.h. | Gav Wood | 2014-03-05 | 1 | -0/+1 |
| | |||||
* | Tests. | Gav Wood | 2014-02-28 | 1 | -1/+2 |
| | |||||
* | More VM tests. | Gav Wood | 2014-02-28 | 1 | -1/+1 |
| | |||||
* | Workaround OSX clang broken map operator[] using ifdef guards and manual ↵ | Daniel Hams | 2014-02-26 | 1 | -3/+77 |
| | | | | find/insert. | ||||
* | Tests bug fix. | Gav Wood | 2014-02-24 | 1 | -7/+9 |
| | |||||
* | VM test framework. | Gav Wood | 2014-02-22 | 1 | -21/+294 |
| | |||||
* | First unit testing harness for VM. | Gav Wood | 2014-02-21 | 1 | -56/+54 |
| | | | | NOT fix. | ||||
* | Catch exceptions. | Gav Wood | 2014-02-19 | 1 | -0/+1 |
| | |||||
* | Fixed hardcoded /tmp path. | Tim Hughes | 2014-02-19 | 1 | -2/+4 |
| | |||||
* | Move to canon ES-1. | Gav Wood | 2014-02-18 | 1 | -5/+21 |
| | | | | Minor fix for contracts. | ||||
* | Fixes for contract address states. | Gav Wood | 2014-02-18 | 1 | -0/+85 |
Minor fix for uncle rewards. Assembler for EC-1 assembly. Not-quite Test code for the VM. |