aboutsummaryrefslogtreecommitdiffstats
path: root/ethpipe
Commit message (Collapse)AuthorAgeFilesLines
* Re-wrote Call and Execute to use the new vm messagesobscuren2014-09-222-21/+39
|
* Merge branch 'develop' of github.com-obscure:ethereum/eth-go into developobscuren2014-09-142-0/+15
|\
| * Merge branch 'feature-pushtx' into developCayman Nava2014-09-102-0/+15
| |\
| | * add pushtx to apiCayman Nava2014-09-102-0/+15
| | | | | | | | | | | | 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.
* | | Reworked filtersobscuren2014-09-141-95/+2
|/ /
* / Make use of new list type for transactions instead of jsonobscuren2014-09-081-15/+19
|/
* Block sizeobscuren2014-08-251-1/+2
|
* Storage at changed to return bytesobscuren2014-08-221-1/+2
|
* Always return something validobscuren2014-08-211-0/+5
|
* Added block by hash or numberobscuren2014-08-201-1/+13
|
* Added block by numberobscuren2014-08-201-0/+8
|
* JS Filterobscuren2014-08-201-5/+30
|
* Added JSFilter typeobscuren2014-08-201-3/+83
|
* Removed the "Get" partobscuren2014-08-182-11/+69
|
* Mutan compileobscuren2014-08-171-0/+9
|
* Mutan compileobscuren2014-08-171-0/+9
|
* Added message to closure && added change addressesobscuren2014-08-151-1/+1
|
* Reworking the public js interface (pub) => (pipe)obscuren2014-08-153-0/+349
|
* Updated chain for filteringobscuren2014-08-111-0/+1
|
* Fixed stack issueobscuren2014-08-081-1/+0
|
* Changed to DnsRegobscuren2014-08-071-2/+2
|
* Added dns lookupobscuren2014-08-071-0/+5
|
* config => Configobscuren2014-08-052-6/+6
|
* world => Worldobscuren2014-08-052-13/+13
|
* Renamed object to Objectobscuren2014-08-054-10/+10
|
* Added vm options for object executionobscuren2014-08-054-39/+58
|
* pipeobscuren2014-08-051-1/+1
|
* Added exist methodobscuren2014-08-042-0/+5
|
* Added general Pipe APIobscuren2014-08-045-0/+332