aboutsummaryrefslogtreecommitdiffstats
path: root/ethpipe/pipe.go
Commit message (Expand)AuthorAgeFilesLines
* ethpipe => xeth (eXtended ETHereum)obscuren2014-10-311-171/+0
* ethlog => loggerobscuren2014-10-311-4/+4
* ethcrypto => cryptoobscuren2014-10-311-4/+4
* Moved ethchain to chainobscuren2014-10-311-10/+10
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-6/+6
* Renamed block_chain to chain_managerobscuren2014-10-201-2/+2
* Moved ethvm => vmobscuren2014-10-181-3/+3
* Refactored VM to two separate VMs; std & debugobscuren2014-10-141-2/+1
* Minor tweaks for poc7obscuren2014-10-081-1/+1
* Fixed inconsistenciesobscuren2014-10-021-4/+6
* Re-wrote Call and Execute to use the new vm messagesobscuren2014-09-221-14/+16
* add pushtx to apiCayman Nava2014-09-101-0/+9
* Mutan compileobscuren2014-08-171-0/+9
* Added message to closure && added change addressesobscuren2014-08-151-1/+1
* world => Worldobscuren2014-08-051-1/+1
* Renamed object to Objectobscuren2014-08-051-2/+2
* Added vm options for object executionobscuren2014-08-051-11/+22
* Added exist methodobscuren2014-08-041-0/+4
* Added general Pipe APIobscuren2014-08-041-0/+135