aboutsummaryrefslogtreecommitdiffstats
path: root/ethpipe
Commit message (Collapse)AuthorAgeFilesLines
* Fixed most of the testsobscuren2014-10-171-0/+1
|
* 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.
* New block messageobscuren2014-10-081-2/+0
|
* Minor tweaks for poc7obscuren2014-10-082-1/+3
|
* kick of bad peersobscuren2014-10-071-2/+2
|
* Fixed inconsistenciesobscuren2014-10-023-11/+13
|
* Added protocol caps accessorsobscuren2014-09-261-1/+9
|
* Attempt to catch up from unknown blockobscuren2014-09-251-2/+10
|
* Temp work aroundobscuren2014-09-251-7/+0
|
* 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