aboutsummaryrefslogtreecommitdiffstats
path: root/state/manifest.go
Commit message (Collapse)AuthorAgeFilesLines
* Changed prev_hash to block_hash, state transition now uses vm envobscuren2015-01-041-0/+6
| | | | | | | * 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
* ethstate => stateobscuren2014-10-311-0/+55