Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sign ext | obscuren | 2014-11-03 | 1 | -1/+1 |
* | Signextend | obscuren | 2014-11-01 | 1 | -0/+14 |
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-11-01 | 1 | -18/+18 |
|\ | |||||
| * | chain, tests/helper, vm: make tests compile | Felix Lange | 2014-11-01 | 1 | -1/+1 |
| * | all: fix rename breakage | Felix Lange | 2014-11-01 | 1 | -17/+17 |
* | | Re-org op codes | obscuren | 2014-11-01 | 3 | -153/+163 |
|/ | |||||
* | ethstate => state | obscuren | 2014-10-31 | 5 | -32/+32 |
* | ethlog => logger | obscuren | 2014-10-31 | 1 | -2/+2 |
* | ethcrypto => crypto | obscuren | 2014-10-31 | 3 | -10/+10 |
* | Moved logging to state, proper structured block | obscuren | 2014-10-30 | 3 | -40/+7 |
* | Merge pull request #168 from fjl/feature/working-tests | Jeffrey Wilcke | 2014-10-30 | 1 | -19/+35 |
|\ | |||||
| * | vm: fix basic VM tests | Felix Lange | 2014-10-30 | 1 | -19/+35 |
* | | PoC 7 updates | obscuren | 2014-10-29 | 2 | -4/+33 |
* | | Added missing requires on SSTORE SLOAD | obscuren | 2014-10-28 | 2 | -12/+17 |
* | | Refund SSTORE properly | obscuren | 2014-10-28 | 1 | -1/+2 |
|/ | |||||
* | Implemented LOG. Closes #159 | obscuren | 2014-10-27 | 7 | -9/+59 |
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 10 | -21/+21 |
* | Chnged to use GetOp instead & added error + checking | obscuren | 2014-10-23 | 3 | -5/+56 |
* | All Stack requirements are now checked prior to reduring gas. | obscuren | 2014-10-23 | 1 | -37/+19 |
* | Updated the VM & VM tests | obscuren | 2014-10-23 | 5 | -18/+9 |
* | Do not set error on recover | obscuren | 2014-10-23 | 1 | -2/+3 |
* | added a transfer method to vm env | obscuren | 2014-10-22 | 3 | -9/+29 |
* | Renamed block_chain to chain_manager | obscuren | 2014-10-20 | 1 | -1/+1 |
* | Moved ethvm => vm | obscuren | 2014-10-18 | 14 | -0/+2708 |