Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
..
api.go
core/vm, rpc: added disasm to `ext_` RPC
10 years ago
api_test.go
multiple contract source for solidity compiler: returns contract array if multiple contracts. fixes #1023
10 years ago
args.go
core: added RPC sign back in
10 years ago
args_test.go
solidity compiler and contract metadocs integration
10 years ago
http.go
Permit multiple CORS domains
10 years ago
jeth.go
cmd/geth, jsre, rpc: run all JS code on the event loop
10 years ago
responses.go
xeth, core, event/filter, rpc: new block and transaction filters
10 years ago
responses_test.go
Fixed tests to reflect log changes
10 years ago
types.go
fix hex conversion bug in RPC for byte slices
10 years ago
types_test.go
Improved test coverage for rpc types
10 years ago