- Sep 03, 2018
-
-
Gísli Kristjánsson authored
This fixes an issue with websocket ping frame handling.
-
- Aug 09, 2018
-
-
Jay authored
-
- Jul 31, 2018
-
-
Ryan Schneider authored
* rpc: Make HTTP server timeout values configurable * rpc: Remove flags for setting HTTP Timeouts, configuring via .toml is sufficient. * rpc: Replace separate constants with a single default struct. * rpc: Update HTTP Server Read and Write Timeouts to 30s. * rpc: Remove redundant NewDefaultHTTPTimeouts function. * rpc: document HTTPTimeouts. * rpc: sanitize timeout values for library use
-
- Jul 24, 2018
-
-
Wenbiao Zheng authored
-
- Jul 22, 2018
-
-
cong authored
-
- Jul 16, 2018
-
-
Ralph Caraveo III authored
* keystore, ethash, eth, miner, rpc, whisperv6: tech debt with now defunct set. * whisperv5: swap out gopkg.in/fatih/set.v0 with supported set
-
- Jul 09, 2018
-
-
LeoLiao authored
-
- Jun 14, 2018
-
-
Elad authored
This commit adds all changes needed for the merge of swarm-network-rewrite. The changes: - build: increase linter timeout - contracts/ens: export ensNode - log: add Output method and enable fractional seconds in format - metrics: relax test timeout - p2p: reduced some log levels, updates to simulation packages - rpc: increased maxClientSubscriptionBuffer to 20000
-
- Jun 11, 2018
-
-
Péter Szilágyi authored
-
xincaosu authored
-
- Jun 04, 2018
-
-
Martin Holst Swende authored
-
- Jun 02, 2018
-
-
Ryan Schneider authored
-
- May 03, 2018
-
-
kiel barry authored
* rpc/*: golint error with context as last parameter * Update json.go
-
- Apr 19, 2018
-
-
Martin Holst Swende authored
-
Wuxiang authored
* fix typo * fix typo * fix typo
-
- Apr 18, 2018
-
-
Felix Lange authored
This avoids logging accept errors on shutdown and removes a bit of duplication. It also fixes some goimports lint warnings.
-
- Apr 16, 2018
-
-
Martin Holst Swende authored
* signer: introduce external signer command * cmd/signer, rpc: Implement new signer. Add info about remote user to Context * signer: refactored request/response, made use of urfave.cli * cmd/signer: Use common flags * cmd/signer: methods to validate calldata against abi * cmd/signer: work on abi parser * signer: add mutex around UI * cmd/signer: add json 4byte directory, remove passwords from api * cmd/signer: minor changes * cmd/signer: Use ErrRequestDenied, enable lightkdf * cmd/signer: implement tests * cmd/signer: made possible for UI to modify tx parameters * cmd/signer: refactors, removed channels in ui comms, added UI-api via stdin/out * cmd/signer: Made lowercase json-definitions, added UI-signer test functionality * cmd/signer: update documentation * cmd/signer: fix bugs, improve abi detection, abi argument display * cmd/signer: minor change in json format * cmd/signer: rework json communication * cmd/signer: implement mixcase addresses in API, fix json id bug * cmd/signer: rename fromaccount, update pythonpoc with new json encoding format * cmd/signer: make use of new abi interface * signer: documentation * signer/main: remove redundant option * signer: implement audit logging * signer: create package 'signer', minor changes * common: add 0x-prefix to mixcaseaddress in json marshalling + validation * signer, rules, storage: implement rules + ephemeral storage for signer rules * signer: implement OnApprovedTx, change signing response (API BREAKAGE) * signer: refactoring + documentation * signer/rules: implement dispatching to next handler * signer: docs * signer/rules: hide json-conversion from users, ensure context is cleaned * signer: docs * signer: implement validation rules, change signature of call_info * signer: fix log flaw with string pointer * signer: implement custom 4byte databsae that saves submitted signatures * signer/storage: implement aes-gcm-backed credential storage * accounts: implement json unmarshalling of url * signer: fix listresponse, fix gas->uint64 * node: make http/ipc start methods public * signer: add ipc capability+review concerns * accounts: correct docstring * signer: address review concerns * rpc: go fmt -s * signer: review concerns+ baptize Clef * signer,node: move Start-functions to separate file * signer: formatting
-
- Mar 26, 2018
-
-
Felix Lange authored
-
- Mar 13, 2018
-
-
Péter Szilágyi authored
-
- Feb 22, 2018
-
-
Janoš Guljaš authored
RPC Server readRequest method sets the serverRequest error service value as the rpcRequest.method and this change sets it to the right service value.
-
- Feb 14, 2018
-
-
Felix Lange authored
-
- Feb 12, 2018
-
-
Martin Holst Swende authored
-
Martin Holst Swende authored
* cmd,node,rpc: add allowedHosts to prevent dns rebinding attacks * p2p,node: Fix bug with dumpconfig introduced in r54aeb8e4c0bb9f0e7a6c67258af67df3b266af3d * rpc: add wildcard support for rpcallowedhosts + go fmt * cmd/geth, cmd/utils, node, rpc: ignore direct ip(v4/6) addresses in rpc virtual hostnames check * http, rpc, utils: make vhosts into map, address review concerns * node: change log messages to use geth standard (not sprintf) * rpc: fix spelling
-
- Jan 24, 2018
-
-
Steven Roose authored
* rpc: Support specifying HTTP client in RPC dialing Adds a minimal interface that captures http.Client and adds a new method rpc.DialHTTPClient that takes a client using that interface. The existing rpc.DialHTTP method is then alternatively implemented by using the new rpc.DialHTTPClient method provided with a standard *http.Client. * rpc: fix minor doc typos
-
- Dec 28, 2017
-
-
Sorin Neacsu authored
Fixes #15740
-
- Dec 12, 2017
- Nov 17, 2017
-
-
Péter Szilágyi authored
-
Armani Ferrante authored
Fixes #15493
-
- Nov 16, 2017
-
-
Péter Szilágyi authored
-
- Nov 10, 2017
-
-
Benoit Verkindt authored
Fixes #15373
-
- Nov 09, 2017
-
-
Bas van Kervel authored
-
- Nov 08, 2017
-
-
ferhat elmas authored
-
- Sep 25, 2017
-
-
Lewis Marshall authored
This commit introduces a network simulation framework which can be used to run simulated networks of devp2p nodes. The intention is to use this for testing protocols, performing benchmarks and visualising emergent network behaviour.
-
- Aug 08, 2017
-
-
Egon Elbre authored
-
- Jun 26, 2017
-
-
bloonfield authored
Demo of the issue: https://play.golang.org/p/EeTLFfppqC
-
- Jun 15, 2017
-
-
Bas van Kervel authored
-
- May 02, 2017
-
-
Bas van Kervel authored
-
- Apr 25, 2017
-
-
Bas van Kervel authored
-
- Apr 13, 2017
-
-
Bas van Kervel authored
-