Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Log is now interface | obscuren | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | Renamed State => StateDB | obscuren | 2014-12-04 | 1 | -6/+6 |
| | |||||
* | Renames for chain, updated VM, moved methods | obscuren | 2014-12-04 | 1 | -3/+3 |
| | | | | | | * Renamed a couple more chain => core * Updated VM `pc` to be uint64 rather than big int * XEth interface cleanup | ||||
* | Moved execution from vm to chain. | obscuren | 2014-12-04 | 1 | -14/+56 |
| | | | | | | | | 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. | ||||
* | Fixed mem error in vm. Fixed logs tests | obscuren | 2014-12-03 | 1 | -6/+11 |
| | |||||
* | Added state tests | obscuren | 2014-12-02 | 1 | -0/+15 |
| | |||||
* | Fixes for the log method | obscuren | 2014-11-12 | 1 | -1/+1 |
| | |||||
* | added db | obscuren | 2014-11-04 | 1 | -0/+1 |
| | |||||
* | chain, tests/helper, vm: make tests compile | Felix Lange | 2014-11-01 | 1 | -1/+1 |
| | | | | They were broken by df5603de0a34e80a1, when vm.Log became ethstate.Log. | ||||
* | all: fix rename breakage | Felix Lange | 2014-11-01 | 3 | -23/+23 |
| | |||||
* | Implemented LOG. Closes #159 | obscuren | 2014-10-27 | 1 | -0/+1 |
| | |||||
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 4 | -7/+7 |
| | | | | mist, etheruem have been moved to cmd/ | ||||
* | Updated the VM & VM tests | obscuren | 2014-10-23 | 1 | -3/+2 |
| | | | | | | * Stack Error shouldn't revert to previous state * Updated VM Test tool * Added Transfer method to VM Env | ||||
* | added a transfer method to vm env | obscuren | 2014-10-22 | 1 | -1/+4 |
| | |||||
* | Readers | obscuren | 2014-10-19 | 2 | -25/+42 |
| | |||||
* | Reflect changed to eth/vm | obscuren | 2014-10-18 | 1 | -3/+3 |
| | |||||
* | ethvm, tests/*: use log level constants | Felix Lange | 2014-10-17 | 1 | -1/+1 |
| | |||||
* | Quick dirty peer update | obscuren | 2014-10-17 | 1 | -1/+1 |
| | |||||
* | Fixed most of the tests | obscuren | 2014-10-17 | 2 | -7/+14 |
| | |||||
* | Updated tests | obscuren | 2014-10-16 | 1 | -12/+9 |
| | |||||
* | Fixed remote Arithmetic tests | obscuren | 2014-10-15 | 3 | -12/+12 |
| | |||||
* | Working on test suite | obscuren | 2014-10-15 | 5 | -0/+147 |