Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
| | | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a. | ||||
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
| | | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library". | ||||
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
| | |||||
* | display rpc error in console | Bas van Kervel | 2015-07-03 | 1 | -8/+10 |
| | |||||
* | added RPC start/stop support | Bas van Kervel | 2015-06-22 | 1 | -5/+4 |
| | |||||
* | cleanup comments/code | Bas van Kervel | 2015-06-22 | 1 | -90/+3 |
| | |||||
* | removed old rpc structure and added new inproc api client | Bas van Kervel | 2015-06-22 | 1 | -19/+25 |
| | |||||
* | removed obsolete print statement | Bas van Kervel | 2015-06-11 | 1 | -86/+0 |
| | |||||
* | changed send methods for backwards compatability in geth console | Bas van Kervel | 2015-06-11 | 1 | -0/+54 |
| | |||||
* | added console command | Bas van Kervel | 2015-06-11 | 1 | -11/+43 |
| | |||||
* | added debug API | Bas van Kervel | 2015-06-11 | 1 | -3/+4 |
| | |||||
* | changed send methods for backwards compatability in geth console | Bas van Kervel | 2015-06-11 | 1 | -0/+54 |
| | |||||
* | added console command | Bas van Kervel | 2015-06-11 | 1 | -15/+48 |
| | |||||
* | cmd/geth, jsre, rpc: run all JS code on the event loop | Felix Lange | 2015-05-25 | 1 | -3/+3 |
| | | | | | | Some JSRE methods (PrettyPrint, ToVal) bypassed the event loop. All calls to the JS VM are now wrapped. In order to make this somewhat more foolproof, the otto VM is now a local variable inside the event loop. | ||||
* | 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 |