aboutsummaryrefslogtreecommitdiffstats
path: root/xeth/pipe.go
Commit message (Collapse)AuthorAgeFilesLines
* BlockManager => BlockProcessorobscuren2015-01-051-181/+0
|
* Changed prev_hash to block_hash, state transition now uses vm envobscuren2015-01-041-1/+1
| | | | | | | * 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
* Make sure that the object existsobscuren2015-01-031-1/+1
|
* Refactored block & Transactionobscuren2014-12-231-1/+1
| | | | * Includes new rlp decoder
* Created generic message (easy for testing)obscuren2014-12-181-4/+4
|
* Updated to new methodsobscuren2014-12-181-1/+1
|
* states moved to chainobscuren2014-12-111-6/+6
|
* Added pre processing of transaction on the transient stateobscuren2014-12-041-1/+7
|
* Renamed State => StateDBobscuren2014-12-041-1/+1
|
* Renames for chain, updated VM, moved methodsobscuren2014-12-041-35/+28
| | | | | | * Renamed a couple more chain => core * Updated VM `pc` to be uint64 rather than big int * XEth interface cleanup
* Renamed `chain` => `core`obscuren2014-12-041-6/+6
|
* Updated environments according to the new interface setobscuren2014-12-041-8/+9
|
* updated to typesobscuren2014-12-031-5/+5
|
* merge errors fixedobscuren2014-12-021-30/+35
|\
| * Changed the way transactions are being added to the transaction poolobscuren2014-12-021-29/+35
| |
* | Begin of moving objects to types packageobscuren2014-11-181-5/+6
|/ | | | | * Block(s) * Transaction(s)
* StateManager => BlockManagerobscuren2014-11-041-4/+4
|
* ethstate => stateobscuren2014-10-311-3/+3
|
* ethpipe => xeth (eXtended ETHereum)obscuren2014-10-311-0/+175