- 26 Feb, 2018 1 commit
- 
- 
Vlad authored
 
- 
- 23 Feb, 2018 12 commits
- 
- 
Guillaume Ballet authoredwhisper: filters no longer get removed after a while 
- 
Anton Evangelatov authored
- 
Vlad authored
- 
Anton Evangelatov authored* swarm: initial instrumentation with go-metrics * swarm: initialise metrics collection and add ResettingTimer to HTTP requests * swarm: update metrics flags names. remove redundant Timer. * swarm: rename method for periodically updating gauges * swarm: finalise metrics after feedback * swarm/network: always init kad metrics containers * swarm/network: off-by-one index in metrics containers * swarm, metrics: resolved conflicts 
- 
Lewis Marshall authoredWithout this, deprecated bzzr requests just return an empty response. Signed-off-by:Lewis Marshall <lewis@lmars.net> 
- 
gluk256 authoredwhisper: light client mode introduced 
- 
Péter Szilágyi authored* core: flush out trie cache more meaningfully on stop * core: upgrade legacy tests to chain maker 
- 
Guillaume Ballet authoredFix race condition in whisperv6/peer.go 
- 
Martin Holst Swende authored* core, vm, common: define constantinople fork, start implementation of shift instructions * vm: more testcases * vm: add tests for intpool erroneous intpool handling * core, vm, common: fix constantinople review concerns * vm: add string<->op definitions for new opcodes 
- 
Vlad authored
- 
Anton Evangelatov authored* go-metrics: fork library and introduce ResettingTimer and InfluxDB reporter. * vendor: change nonsense/go-metrics to ethersphere/go-metrics * go-metrics: add tests. move ResettingTimer logic from reporter to type. * all, metrics: pull in metrics package in go-ethereum * metrics/test: make sure metrics are enabled for tests * metrics: apply gosimple rules * metrics/exp, internal/debug: init expvar endpoint when starting pprof server * internal/debug: tiny comment formatting fix 
- 
Péter Szilágyi authoredeth, les, light: filter on logs only, derive receipts on demand 
 
- 
- 22 Feb, 2018 15 commits
- 
- 
Balint Gabor authoredswarm: repeated --ens-api CLI flag (#14386) 
- 
Janos Guljas authored
- 
Ivan Daniluk authored* p2p: remove unused code * p2p: remove unused imports 
- 
Péter Szilágyi authored
- 
Janoš Guljaš authoredRPC Server readRequest method sets the serverRequest error service value as the rpcRequest.method and this change sets it to the right service value. 
- 
Péter Szilágyi authoredcore: yeah, funny file, drop it 
- 
Balint Gabor authoredp2p/protocols, p2p/testing: protocol abstraction and testing 
- 
Péter Szilágyi authored
- 
Janos Guljas authored
- 
Péter Szilágyi authoredcmd/faucet: resolve twitter user from final redirect 
- 
Péter Szilágyi authored
- 
Anton Evangelatov authored
- 
Felix Lange authored
- 
Guillaume Ballet authored
- 
Péter Szilágyi authoredcmd/puppeth: Don't allow hyphen in network name. Fixes #16155 
 
- 
- 21 Feb, 2018 12 commits
- 
- 
Nilesh Trivedi authored
- 
Martin Holst Swende authoredaccounts/abi: Fix the bug of mobile framework crashing 
- 
Martin Holst Swende authoredaccounts/abi: add another unpack interface 
- 
Martin Holst Swende authored* ethapi: prevent creating contract if no data is provided * internal/ethapi: downcase error for no data on contract creation 
- 
Dmitry Shulyak authoredThis change removes a peer information from dialing history when peer is removed from static list. It allows to force a server to re-dial concrete peer if it is needed. In our case we are running geth node on mobile devices, and it is common for a network connection to flap on mobile. Almost every time it flaps or network connection is changed from cellular to wifi peers are disconnected with read timeout. And usually it takes 30 seconds (default expiration timeout) to recover connection with static peers after connectivity is restored. This change allows us to reconnect with peers almost immediately and it seems harmless enough. 
- 
Péter Szilágyi authoredcmd, console: support all termination signals 
- 
Péter Szilágyi authored
- 
Pedro Pombeiro authored
- 
Martin Holst Swende authored
- 
Martin Holst Swende authored
- 
Martin Holst Swende authored
- 
Martin Holst Swende authored
 
-