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.
Martin Holst Swende
fec3b56f7f
accounts, p2p, rpc: make CGO_ENABLED=0 build again (#19593)
* p2p: remove direct import of cgo-library
* accounts, rpc: more nocgo alternatives
* rpc: move unix path constant into separate file
* accounts/scwallet: address review concerns, remove copy-pasta
|
6 years ago |
.. |
testdata
|
rpc: implement full bi-directional communication (#18471)
|
6 years ago |
client.go
|
rpc: implement full bi-directional communication (#18471)
|
6 years ago |
client_example_test.go
|
rpc: fix example typo (#18100)
|
6 years ago |
client_test.go
|
rpc: implement full bi-directional communication (#18471)
|
6 years ago |
constants_unix.go
|
accounts, p2p, rpc: make CGO_ENABLED=0 build again (#19593)
|
6 years ago |
constants_unix_nocgo.go
|
accounts, p2p, rpc: make CGO_ENABLED=0 build again (#19593)
|
6 years ago |
doc.go
|
rpc: implement full bi-directional communication (#18471)
|
6 years ago |
endpoints.go
|
rpc: make HTTP RPC timeouts configurable, raise defaults (#17240)
|
6 years ago |
errors.go
|
rpc: implement full bi-directional communication (#18471)
|
6 years ago |
handler.go
|
rpc: cancel root context after all requests are served (#19430)
|
6 years ago |
http.go
|
rpc: implement full bi-directional communication (#18471)
|
6 years ago |
http_test.go
|
rpc: enforce the 128KB request limits on websockets too
|
7 years ago |
inproc.go
|
rpc: implement full bi-directional communication (#18471)
|
6 years ago |
ipc.go
|
rpc: implement full bi-directional communication (#18471)
|
6 years ago |
ipc_js.go
|
ethdb, rpc: support building on js/wasm (#17709)
|
6 years ago |
ipc_unix.go
|
accounts, p2p, rpc: make CGO_ENABLED=0 build again (#19593)
|
6 years ago |
ipc_windows.go
|
all: import "context" instead of "golang.org/x/net/context"
|
8 years ago |
json.go
|
rpc: implement full bi-directional communication (#18471)
|
6 years ago |
server.go
|
rpc: implement full bi-directional communication (#18471)
|
6 years ago |
server_test.go
|
rpc: implement full bi-directional communication (#18471)
|
6 years ago |
service.go
|
rpc: implement full bi-directional communication (#18471)
|
6 years ago |
stdio.go
|
rpc: make stdio usable over custom channels (#19046)
|
6 years ago |
subscription.go
|
rpc: implement full bi-directional communication (#18471)
|
6 years ago |
subscription_test.go
|
rpc: implement full bi-directional communication (#18471)
|
6 years ago |
testservice_test.go
|
rpc: implement full bi-directional communication (#18471)
|
6 years ago |
types.go
|
rpc: implement full bi-directional communication (#18471)
|
6 years ago |
types_test.go
|
all: update license information (#16089)
|
7 years ago |
websocket.go
|
rpc: fixup change to not verify websocket origin (#19128)
|
6 years ago |
websocket_test.go
|
rpc: enable basic auth for websocket client (#17699)
|
6 years ago |