Commit Graph

903 Commits (2732319758f4e507a0fcc3229dbd17e039ba769a)

Author SHA1 Message Date
Felix Lange 8008c5b1fa rpc: remove 'exported or builtin' restriction for parameters (#20332) 5 years ago
Felix Lange 7c4a4eb58a rpc, p2p/simulations: use github.com/gorilla/websocket (#20289) 5 years ago
Jorropo 9504c5c360 rpc: fix typo example code (#20284) 5 years ago
Ryan Schneider ad03d9801c internal/ethapi: support block number or hash on state-related methods (#19491) 5 years ago
Felix Lange af16ca177f
rpc: raise limit in TestClientNotificationStorm (#19999) 5 years ago
SjonHortensius 961aa0533f rpc: enable compression on HTTP transport (#19997) 5 years ago
Felix Lange 04e175b8ec rpc: implement websockets with github.com/gorilla/websocket (#19866) 5 years ago
Péter Szilágyi 1a83114c74
all: update author list and licenses 5 years ago
Felix Lange f088c650a5 all: replace t.Log(); t.FailNow() with t.Fatal() (#19849) 5 years ago
Rob Mulholand 98099d6fa7 rpc: fix subscription buffer documentation and test (#19747) 5 years ago
Felix Lange 8d815e365c rpc: fix rare deadlock when canceling HTTP call context (#19715) 5 years ago
Martin Holst Swende fec3b56f7f accounts, p2p, rpc: make CGO_ENABLED=0 build again (#19593) 5 years ago
gary rong e4cb7b80d5 rpc: cancel root context after all requests are served (#19430) 6 years ago
Péter Szilágyi 3baed8dd9a
console: handle eth.coinbase throws 6 years ago
Felix Lange d2256244c4 rpc: fixup change to not verify websocket origin (#19128) 6 years ago
Felix Lange 26d3a8ca80 rpc: skip websocket origin check if there is no origin header 6 years ago
Martin Holst Swende 8771fbf3c8
rpc: make stdio usable over custom channels (#19046) 6 years ago
Felix Lange 245f3146c2
rpc: implement full bi-directional communication (#18471) 6 years ago
Kris Shinn f91312dbdb GraphQL master FF for review (#18445) 6 years ago
Martin Alex Philip Dawson b025053ab0 rpc: Warn the user when the path name is too long for the Unix ipc endpoint (#18330) 6 years ago
Martin Holst Swende 3796751efc
rpc: add application/json-rpc as accepted content type, fixes #18293 (#18310) 6 years ago
Franklin 3dba6a6d27 remove unrelated code 6 years ago
Franklin 21dd59bd04 . 6 years ago
Kenso Trabing 23de6197f9 rpc: fix package doc typo (#18101) 6 years ago
Kenso Trabing 698843b45f rpc: fix example typo (#18100) 6 years ago
Dmitrij Koniajev 6a7695e367 ethdb, rpc: support building on js/wasm (#17709) 6 years ago
Felix Lange 2e98631c5e
rpc: fix client shutdown hang when Close races with Unsubscribe (#17894) 6 years ago
Felix Lange 4e474c74dc
rpc: fix subscription corner case and speed up tests (#17874) 6 years ago
Martin Holst Swende d3441ebb56
cmd/clef, signer: security fixes (#17554) 6 years ago
HackyMiner b66f793443 rpc: increase maxRequestContentLength size to 512kB (#17595) 6 years ago
Peter Broadhurst c35659c6a0 rpc: enable basic auth for websocket client (#17699) 6 years ago
Gísli Kristjánsson c9a0b36a5f rpc: reset client write deadline after write (#17549) 6 years ago
Jay abbb219933 rpc: fix a subscription name (#17345) 6 years ago
Ryan Schneider 5d7e18539e rpc: make HTTP RPC timeouts configurable, raise defaults (#17240) 6 years ago
Wenbiao Zheng 68da9aa716 rpc: clean up check for missing methods/subscriptions on handler (#17145) 6 years ago
cong 8997efe31f rpc: fix missing parentheses in doc (#17224) 6 years ago
Ralph Caraveo III 5d30be412b all: switch out defunct set library to different one (#16873) 6 years ago
LeoLiao dbae1dc7b3 rpc: fixed comment grammar issue (#17146) 6 years ago
Elad 1836366ac1 all: library changes for swarm-network-rewrite (#16898) 6 years ago
Péter Szilágyi 99483e85b9
rpc: support returning nil pointer big.Ints (null) 6 years ago
xincaosu 1d666cf27e rpc: fix a comment typo (#16929) 6 years ago
Martin Holst Swende 17f80cc2e2
rpc: set timeouts for http server, see #16859 6 years ago
Ryan Schneider c8dcb9584e rpc: use HTTP request context as top-level context (#16861) 6 years ago
kiel barry 2ad511ce09 rpc: golint error with context as last parameter (#16657) 6 years ago
Martin Holst Swende 8feb31825e rpc: handle HTTP response error codes (#16500) 7 years ago
Wuxiang 8f8774cf6d all: fix various typos (#16533) 7 years ago
Felix Lange 52b046c9b6
rpc: clean up IPC handler (#16524) 7 years ago
Martin Holst Swende ec3db0f56c cmd/clef, signer: initial poc of the standalone signer (#16154) 7 years ago
Felix Lange e9b5e22ad1 rpc: limit chunked requests (#16343) 7 years ago
Péter Szilágyi 555f42cfd8
rpc: enforce the 128KB request limits on websockets too 7 years ago