aboutsummaryrefslogtreecommitdiffstats
path: root/xeth/pipe.go
Commit message (Collapse)AuthorAgeFilesLines
* 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