aboutsummaryrefslogtreecommitdiffstats
path: root/xeth/vm_env.go
Commit message (Collapse)AuthorAgeFilesLines
* Changed prev_hash to block_hash, state transition now uses vm envobscuren2015-01-041-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 => Contextobscuren2015-01-021-3/+3
|
* Refactored block & Transactionobscuren2014-12-231-6/+6
| | | | * Includes new rlp decoder
* Cleaned up objectsobscuren2014-12-191-3/+1
|
* Log is now interfaceobscuren2014-12-041-1/+1
|
* Renamed State => StateDBobscuren2014-12-041-3/+3
|
* Renamed `chain` => `core`obscuren2014-12-041-4/+4
|
* Updated environments according to the new interface setobscuren2014-12-041-1/+29
|
* Begin of moving objects to types packageobscuren2014-11-181-4/+3
| | | | | * Block(s) * Transaction(s)
* Removed all implicit logging. Fixed gas issues and jump errorsobscuren2014-11-121-1/+1
|
* ethstate => stateobscuren2014-10-311-14/+14
|
* ethpipe => xeth (eXtended ETHereum)obscuren2014-10-311-0/+40