plugeth/cmd/geth
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.
2015-05-25 02:27:37 +02:00
..
admin.go cmd/geth, jsre, rpc: run all JS code on the event loop 2015-05-25 02:27:37 +02:00
blocktest.go Unskip now working tests, remove debug print 2015-05-06 23:25:44 +02:00
contracts.go Added proper contract for registrar 2015-04-09 17:59:05 +02:00
info_test.json fix solc tests unskip 2015-05-20 02:47:13 +01:00
js_test.go fix eth.sign. now implemented in admin jsre until web3.js has it . 2015-05-20 04:38:20 +01:00
js.go cmd/geth, jsre, rpc: run all JS code on the event loop 2015-05-25 02:27:37 +02:00
main.go cmd/geth: bump version 0.9.23 2015-05-21 18:02:15 +02:00