Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed `chain` => `core` | obscuren | 2014-12-04 | 1 | -198/+0 |
| | |||||
* | Moved execution from vm to chain. | obscuren | 2014-12-04 | 1 | -108/+9 |
| | | | | | | | | 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. | ||||
* | merge | obscuren | 2014-12-03 | 1 | -6/+0 |
|\ | |||||
| * | Set proper message value | obscuren | 2014-12-03 | 1 | -6/+0 |
| | | |||||
* | | Fixed merge | obscuren | 2014-11-29 | 1 | -3/+15 |
|\| | |||||
| * | GasData changes & removed min gas price | obscuren | 2014-11-29 | 1 | -3/+15 |
| | | |||||
* | | Begin of moving objects to types package | obscuren | 2014-11-18 | 1 | -5/+6 |
|/ | | | | | * Block(s) * Transaction(s) | ||||
* | Numerous fixes for consensus. | obscuren | 2014-11-14 | 1 | -0/+25 |
| | | | | | | * Removed (buged) C++ specific gas specification for LOG* * Fixed LOG* where mstart went after msize * | ||||
* | Transaction execution fixes | obscuren | 2014-11-12 | 1 | -0/+2 |
| | |||||
* | Removed all implicit logging. Fixed gas issues and jump errors | obscuren | 2014-11-12 | 1 | -5/+4 |
| | |||||
* | ethstate => state | obscuren | 2014-10-31 | 1 | -13/+13 |
| | |||||
* | Moved ethchain to chain | obscuren | 2014-10-31 | 1 | -0/+264 |