- Feb 27, 2018
-
-
Elad Nachmias authored
* eth: added travis build status for master branch * README: fix travis badge order, link to CI
-
Saulius Grigaitis authored
-
Andrey Petrov authored
Fixes #3326, #14472
-
- Feb 26, 2018
-
-
Guillaume Ballet authored
whisper: refactor wnode to systematically store messages if a directory is provided
-
Vlad authored
-
JU HYEONG PARK authored
-
Vlad authored
-
Martin Holst Swende authored
* core: make current*Block atomic, and accessor functions mutex-free * core: fix review concerns * core: fix error in atomic assignment * core/light: implement atomic getter/setter for headerchain
-
Domino Valdano authored
* Fixed broken link to JavaScript-Console wiki in cmd line help * cmd/geth: Added missing r in 'JavaScript'
-
Anton Evangelatov authored
-
cooganb authored
swarm: creates Swarm landing page for browser 'localhost:xxxx/' GET request when running Swarm (#15926) * swarm: began work on GetHandleFile method re: issue #155 * swarm: now able to serve landing page template * swarm: added landing page template * swarm: landing page has working input * swarm: fixed CSS issue in template * swarm: deleted extra lines * swarm: deleted time header and made redirect a relative path * swarm: removed code mistakenly left
-
- Feb 23, 2018
-
-
Guillaume Ballet authored
whisper: 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 authored
Without this, deprecated bzzr requests just return an empty response. Signed-off-by:
Lewis Marshall <lewis@lmars.net>
-
Vlad Gluhovsky authored
whisper: 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 authored
Fix 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 authored
eth, les, light: filter on logs only, derive receipts on demand
-
- Feb 22, 2018
-
-
Balint Gabor authored
swarm: 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š 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.
-
Péter Szilágyi authored
core: yeah, funny file, drop it
-
Balint Gabor authored
p2p/protocols, p2p/testing: protocol abstraction and testing
-
Péter Szilágyi authored
-
Janos Guljas authored
-
Péter Szilágyi authored
cmd/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 authored
cmd/puppeth: Don't allow hyphen in network name. Fixes #16155
-
- Feb 21, 2018
-
-
Nilesh Trivedi authored
-
Martin Holst Swende authored
accounts/abi: Fix the bug of mobile framework crashing
-