quorum/rpc
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
..
api.go core/vm, rpc: added disasm to `ext_` RPC 2015-05-22 15:38:46 +02:00
api_test.go multiple contract source for solidity compiler: returns contract array if multiple contracts. fixes #1023 2015-05-20 04:11:48 +01:00
args.go core: added RPC sign back in 2015-05-22 13:00:04 +02:00
args_test.go solidity compiler and contract metadocs integration 2015-05-07 12:58:21 +02:00
http.go Permit multiple CORS domains 2015-05-18 10:31:03 -05:00
jeth.go cmd/geth, jsre, rpc: run all JS code on the event loop 2015-05-25 02:27:37 +02:00
responses.go xeth, core, event/filter, rpc: new block and transaction filters 2015-05-07 14:44:32 +02:00
responses_test.go Fixed tests to reflect log changes 2015-04-08 20:45:39 +02:00
types.go fix hex conversion bug in RPC for byte slices 2015-05-12 17:22:17 +02:00
types_test.go Improved test coverage for rpc types 2015-04-04 15:09:30 +02:00