f448310eef
bugfix console error handling
2015-08-26 11:33:02 +02:00
d910148a96
Set ipc channel as user agent client
2015-08-24 12:41:34 +02:00
f9cbd16f27
support for user agents
2015-08-12 12:22:16 +02:00
bfbcfbe4a9
all: fix license headers one more time
...
I forgot to update one instance of "go-ethereum" in commit 3f047be5a
.
2015-07-23 18:35:11 +02:00
3f047be5aa
all: update license headers to distiguish GPL/LGPL
...
All code outside of cmd/ is licensed as LGPL. The headers
now reflect this by calling the whole work "the go-ethereum library".
2015-07-22 18:51:45 +02:00
ea54283b30
all: update license information
2015-07-07 14:12:44 +02:00
f0e94b4d71
display rpc error in console
2015-07-03 12:22:20 +02:00
2e0b56a72b
added RPC start/stop support
2015-06-22 12:47:32 +02:00
603192cfa7
cleanup comments/code
2015-06-22 09:17:09 +02:00
a4a4e9fcf8
removed old rpc structure and added new inproc api client
2015-06-22 09:17:09 +02:00
ec6a7b35f6
removed obsolete print statement
2015-06-11 15:00:33 +02:00
594a34a88d
changed send methods for backwards compatability in geth console
2015-06-11 14:17:28 +02:00
1b59f89095
added console command
2015-06-11 14:17:27 +02:00
09d0d55fc5
added debug API
2015-06-11 14:01:41 +02:00
862117e4bd
changed send methods for backwards compatability in geth console
2015-06-11 14:01:39 +02:00
a1a475fb92
added console command
2015-06-11 14:01:39 +02:00
e221a449e0
cmd/geth, jsre, rpc: run all JS code on the event loop
...
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.
2015-05-25 02:27:37 +02:00
a9e1d38612
Merge branch 'develop' of github.com:ethereum/go-ethereum into develop
...
Conflicts:
rpc/jeth.go
2015-05-11 12:47:14 +02:00
df323cdb4e
rpc: display error message to stdout
2015-05-11 11:39:33 +02:00
3a01e3e39b
Signing (almost) works.
2015-05-08 17:52:44 +02:00
c54d123b31
setTimeout and sendAsync implemented
...
added and eval queue for serializing JSRE vm execution
2015-05-06 15:58:27 +02:00
1e28b424e7
Default gas
2015-04-02 14:00:49 +02:00
97bf9f1521
Temp fix for console output
2015-03-24 23:50:27 +01:00
8324b683b4
using robertkrimen/otto, godeps updated
2015-03-20 13:22:01 +01:00
16ecb1e2ea
rpc
...
- 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
2015-03-15 13:21:54 +07:00