aboutsummaryrefslogtreecommitdiffstats
path: root/ethpipe/pipe.go
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | Standard VM should be about 10x faster than the debug VM. Some error checking has been removed, all of the log statements and therefor quite some unnecessary if-statements.
* 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
| | | | Previously the software assumed use of an internal private key for use in all broadcasted transactions. This addition lets nodes relay pre-signed transactions originating from sources other than the node itself.
* 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