Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added Number to logs | obscuren | 2015-02-22 | 1 | -0/+5 |
| | |||||
* | Removed some VMEnv & Added VmType() to vm.Environment | obscuren | 2015-02-01 | 1 | -0/+2 |
| | |||||
* | Cleanup old code | obscuren | 2015-01-04 | 1 | -5/+0 |
| | |||||
* | Changed prev_hash to block_hash, state transition now uses vm env | obscuren | 2015-01-04 | 1 | -2/+1 |
| | | | | | | | * PREVHASH => BLOCKHASH( N ) * State transition object uses VMEnv as it's query interface * Updated vm.Enviroment has GetHash( n ) for BLOCKHASH instruction * Added GetHash to xeth, core, utils & test environments | ||||
* | Closure => Context | obscuren | 2015-01-02 | 1 | -3/+3 |
| | |||||
* | Minor updates on gas and removed/refactored old code. | obscuren | 2014-12-20 | 1 | -0/+5 |
| | |||||
* | Log is now interface | obscuren | 2014-12-04 | 1 | -1/+23 |
| | |||||
* | Renamed State => StateDB | obscuren | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | Moved execution from vm to chain. | obscuren | 2014-12-04 | 1 | -4/+7 |
| | | | | | | | | 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. | ||||
* | reverted vm back | obscuren | 2014-12-03 | 1 | -10/+7 |
| | |||||
* | rework vm | obscuren | 2014-12-01 | 1 | -7/+10 |
| | |||||
* | Removed all implicit logging. Fixed gas issues and jump errors | obscuren | 2014-11-12 | 1 | -1/+1 |
| | |||||
* | ethstate => state | obscuren | 2014-10-31 | 1 | -3/+3 |
| | |||||
* | Moved logging to state, proper structured block | obscuren | 2014-10-30 | 1 | -1/+5 |
| | | | | | | * Moved logs to state so it's subject to snapshotting * Split up block header * Removed logs from transactions and made them receipts only | ||||
* | Implemented LOG. Closes #159 | obscuren | 2014-10-27 | 1 | -0/+1 |
| | |||||
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 1 | -2/+2 |
| | | | | mist, etheruem have been moved to cmd/ | ||||
* | added a transfer method to vm env | obscuren | 2014-10-22 | 1 | -0/+20 |
| | |||||
* | Moved ethvm => vm | obscuren | 2014-10-18 | 1 | -0/+26 |