Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'develop' of github.com:ethereum/go-ethereum into develop | Daniel A. Nagy | 2015-05-11 | 1 | -0/+2 |
|\ | | | | | | | | | Conflicts: rpc/jeth.go | ||||
| * | rpc: display error message to stdout | obscuren | 2015-05-11 | 1 | -0/+2 |
| | | |||||
* | | Signing (almost) works. | Daniel A. Nagy | 2015-05-08 | 1 | -2/+0 |
|/ | |||||
* | setTimeout and sendAsync implemented | zsfelfoldi | 2015-05-06 | 1 | -22/+47 |
| | | | | added and eval queue for serializing JSRE vm execution | ||||
* | Default gas | obscuren | 2015-04-02 | 1 | -0/+2 |
| | |||||
* | Temp fix for console output | obscuren | 2015-03-25 | 1 | -2/+4 |
| | |||||
* | using robertkrimen/otto, godeps updated | zsfelfoldi | 2015-03-20 | 1 | -8/+19 |
| | |||||
* | rpc | zelig | 2015-03-15 | 1 | -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 |