Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed prev_hash to block_hash, state transition now uses vm env | obscuren | 2015-01-04 | 1 | -2/+9 |
| | | | | | | | * 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 |
| | |||||
* | Refactored block & Transaction | obscuren | 2014-12-23 | 1 | -6/+6 |
| | | | | * Includes new rlp decoder | ||||
* | Cleaned up objects | obscuren | 2014-12-19 | 1 | -3/+1 |
| | |||||
* | Log is now interface | obscuren | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | Renamed State => StateDB | obscuren | 2014-12-04 | 1 | -3/+3 |
| | |||||
* | Renamed `chain` => `core` | obscuren | 2014-12-04 | 1 | -4/+4 |
| | |||||
* | Updated environments according to the new interface set | obscuren | 2014-12-04 | 1 | -1/+29 |
| | |||||
* | Begin of moving objects to types package | obscuren | 2014-11-18 | 1 | -4/+3 |
| | | | | | * 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 |
| | |||||
* | ethpipe => xeth (eXtended ETHereum) | obscuren | 2014-10-31 | 1 | -0/+40 |