aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/jeth.go
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' of github.com:ethereum/go-ethereum into developDaniel A. Nagy2015-05-111-0/+2
|\ | | | | | | | | Conflicts: rpc/jeth.go
| * rpc: display error message to stdoutobscuren2015-05-111-0/+2
| |
* | Signing (almost) works.Daniel A. Nagy2015-05-081-2/+0
|/
* setTimeout and sendAsync implementedzsfelfoldi2015-05-061-22/+47
| | | | added and eval queue for serializing JSRE vm execution
* Default gasobscuren2015-04-021-0/+2
|
* Temp fix for console outputobscuren2015-03-251-2/+4
|
* using robertkrimen/otto, godeps updatedzsfelfoldi2015-03-201-8/+19
|
* rpczelig2015-03-151-0/+43
- camelcase fields dont play nice with otto value magic: JsonRpc -> Jsonrpc, ID -> Id - jeth: ethereum.js rpc transport provider direct bridge between js and ethereumApi via otto jsre