Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed `chain` => `core` | obscuren | 2014-12-04 | 1 | -63/+0 |
| | |||||
* | Moved execution from vm to chain. | obscuren | 2014-12-04 | 1 | -0/+23 |
| | | | | | | | | This moves call and create to the specified environments. Vms are no longer re-used. Vm uses environment's Call(Code) and Create in order to execute new contracts or transfer value between accounts. State transition now uses the same mechanism described above. | ||||
* | Begin of moving objects to types package | obscuren | 2014-11-18 | 1 | -3/+4 |
| | | | | | * Block(s) * Transaction(s) | ||||
* | Removed all implicit logging. Fixed gas issues and jump errors | obscuren | 2014-11-12 | 1 | -1/+1 |
| | |||||
* | ethstate => state | obscuren | 2014-10-31 | 1 | -14/+14 |
| | |||||
* | Moved ethchain to chain | obscuren | 2014-10-31 | 1 | -0/+39 |