Bas van Kervel
f448310eef
bugfix console error handling
9 years ago
Bas van Kervel
d910148a96
Set ipc channel as user agent client
9 years ago
Bas van Kervel
f9cbd16f27
support for user agents
9 years ago
Felix Lange
bfbcfbe4a9
all: fix license headers one more time
...
I forgot to update one instance of "go-ethereum" in commit 3f047be5a
.
9 years ago
Felix Lange
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".
9 years ago
Felix Lange
ea54283b30
all: update license information
9 years ago
Bas van Kervel
f0e94b4d71
display rpc error in console
9 years ago
Bas van Kervel
2e0b56a72b
added RPC start/stop support
10 years ago
Bas van Kervel
603192cfa7
cleanup comments/code
10 years ago
Bas van Kervel
a4a4e9fcf8
removed old rpc structure and added new inproc api client
10 years ago
Bas van Kervel
ec6a7b35f6
removed obsolete print statement
10 years ago
Bas van Kervel
594a34a88d
changed send methods for backwards compatability in geth console
10 years ago
Bas van Kervel
1b59f89095
added console command
10 years ago
Bas van Kervel
09d0d55fc5
added debug API
10 years ago
Bas van Kervel
862117e4bd
changed send methods for backwards compatability in geth console
10 years ago
Bas van Kervel
a1a475fb92
added console command
10 years ago
Felix Lange
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.
10 years ago
obscuren
df323cdb4e
rpc: display error message to stdout
10 years ago
Daniel A. Nagy
3a01e3e39b
Signing (almost) works.
10 years ago
zsfelfoldi
c54d123b31
setTimeout and sendAsync implemented
...
added and eval queue for serializing JSRE vm execution
10 years ago
obscuren
1e28b424e7
Default gas
10 years ago
obscuren
97bf9f1521
Temp fix for console output
10 years ago
zsfelfoldi
8324b683b4
using robertkrimen/otto, godeps updated
10 years ago
zelig
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
10 years ago