aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
Diffstat (limited to 'net-im')
0 files changed, 0 insertions, 0 deletions
atty, go-runewidth packages - use go-isatty instead of log/term and remove log/term package * core, eth, trie: use common/prque (#17508)Wenbiao Zheng2018-09-035-297/+0 | * vendor: github.com/rjeczalik/notify update to master (#17527)Anton Evangelatov2018-08-284-29/+6 | * vendor: update rjeczalik/notify so that it compiles on go1.11 (#17467)Jeremy Schlatter2018-08-2112-82/+143 | * crypto/bn256: fix issues caused by Go 1.11Péter Szilágyi2018-08-1613-0/+259 | * internal, vendor: update Azure blobstore APIPéter Szilágyi2018-07-2597-8103/+14800 | * all: switch out defunct set library to different one (#16873)Ralph Caraveo III2018-07-1611-777/+1002 | | | | | | * keystore, ethash, eth, miner, rpc, whisperv6: tech debt with now defunct set. * whisperv5: swap out gopkg.in/fatih/set.v0 with supported set * swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169)Anton Evangelatov2018-07-13120-0/+21038 | | | | | | * swarm: propagate ctx, enable opentracing * swarm/tracing: log error when tracing is misconfigured * vendor, ethdb: resume write operation asap (#17144)gary rong2018-07-125-143/+269 | | | | | | * vendor: update leveldb * ethdb: remove useless warning log * cmd, dashboard, log: log collection and exploration (#17097)Kurkó Mihály2018-07-114-0/+160 | | | | | | | | | | | | * cmd, dashboard, internal, log, node: logging feature * cmd, dashboard, internal, log: requested changes * dashboard, vendor: gofmt, govendor, use vendored file watcher * dashboard, log: gofmt -s -w, goimports * dashboard, log: gosimple * vendor: update docker/docker/pkg/reexec so that it compiles on OpenBSD (#17084)Fabian Raetz2018-07-026-16/+18 | * vendor: added vendor packages necessary for the swarm-network-rewrite merge ↵Elad2018-06-0530-623/+29663 | | | | | | | | (#16792) * vendor: added vendor packages necessary for the swarm-network-rewrite merge into ethereum master * vendor: removed multihash deps * vendor, ethdb: print warning log if leveldb is performing compaction (#16766)gary rong2018-05-223-4/+79 | | | | | | | | * vendor: update leveldb package * ethdb: print warning log if db is performing compaction * ethdb: update annotation and log * vendor: fix leveldb crash when bigger than 1 TiBtimothy2018-05-023-29/+33 | * cmd/geth, mobile: add memsize to pprof server (#16532)Felix Lange2018-04-2310-0/+804 | | | | | | | | * cmd/geth, mobile: add memsize to pprof server This is a temporary change, to be reverted before the next release. * cmd/geth: fix variable name * vendor: update elastic/gosigar so that it compiles on OpenBSD (#16542)Fabian Raetz2018-04-2212-7/+98 | * cmd, ethdb, vendor: integrate leveldb iostats (#16277)Kurkó Mihály2018-03-088-37/+104 | | | | | | | | | | | | * cmd, dashboard, ethdb, vendor: send iostats to dashboard * ethdb: change names * ethdb: handle parsing errors * ethdb: handle iostats syntax error * ethdb: r -> w * vendor: bump duktape to get rid of build warningPéter Szilágyi2018-03-073-5/+6 | * metrics: pull library and introduce ResettingTimer and InfluxDB reporter ↵Anton Evangelatov2018-02-2345-3728/+4781 | | | | | | | | | | | | | | | | | | | | (#15910) * 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 * vendor: update rjeczalik/notify so that it compiles on go1.10Anton Evangelatov2018-02-174-29/+6 | * vendor: update leveldb to 211f780 (poolfix) (#15988)Martin Holst Swende2018-01-295-22/+27 | * dashboard: CPU, memory, diskIO and traffic on the footer (#15950)Kurkó Mihály2018-01-2490-0/+9396 | | | | | | | | | | | | | | | | | | | | | | | | | | * dashboard: footer, deep state update * dashboard: resolve asset path * dashboard: prevent state update on every reconnection * dashboard: fix linter issue * dashboard, cmd: minor UI fix, include commit hash * dashboard: gitCommit renamed to commit * dashboard: move the geth version to the right, make commit optional * dashboard: memory, traffic and CPU on footer * dashboard: fix merge * dashboard: CPU, diskIO on footer * dashboard: rename variables, use group declaration * dashboard: docs * vendor: update github.com/rjeczalik/notify (#15801)Felix Lange2018-01-032-5/+8 | * vendor: update github.com/rjeczalik/notify for go1.10 (#15785)Péter Szilágyi2018-01-0220-158/+229 | * cmd, core, eth/tracers: support fancier js tracing (#15516)Péter Szilágyi2017-12-2131-0/+105460 | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cmd, core, eth/tracers: support fancier js tracing * eth, internal/web3ext: rework trace API, concurrency, chain tracing * eth/tracers: add three more JavaScript tracers * eth/tracers, vendor: swap ottovm to duktape for tracing * core, eth, internal: finalize call tracer and needed extras * eth, tests: prestate tracer, call test suite, rewinding * vendor: fix windows builds for tracer js engine * vendor: temporary duktape fix * eth/tracers: fix up 4byte and evmdis tracer * vendor: pull in latest duktape with my upstream fixes * eth: fix some review comments * eth: rename rewind to reexec to make it more obvious * core/vm: terminate tracing using defers * crypto: add DecompressPubkey, VerifySignature (#15615)Felix Lange2017-12-068-215/+115 | | | | | | | We need those operations for p2p/enr. Also upgrade github.com/btcsuite/btcd/btcec to the latest version and improve BenchmarkSha3. The benchmark printed extra output that confused tools like benchstat and ignored N. * Merge pull request #15457 from robert-zaremba/testifyPéter Szilágyi2017-11-1320-0/+5099 |\ | | | | vendor: add github.com/stretchr/testify test dependency | * vendor: add github.com/stretchr/testify test dependencyRobert Zaremba2017-11-1120-0/+5099 | | | | | | | | | | | | github.com/stretchr/testify is a useful library for doing assertion in tests. It makes assertions in test more less verbose and more comfortable to read and use. * | puppeth: handle encrypted ssh keys (closes #15442) (#15443)Bo2017-11-13236-27557/+51103 |/ | | | | | * cmd/puppeth: handle encrypted ssh keys * cmd/puppeth: fix unconvert linter error * vendor: update liner to fix docker and mips bugsPéter Szilágyi2017-10-054-20/+84 | * p2p: add network simulation framework (#14982)Lewis Marshall2017-09-256-0/+1486 | | | | | | 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. * vendor: pull in latest changes for goleveldb (#15090)Péter Szilágyi2017-09-058-35/+68 | * Merge pull request #15000 from fjl/node-flockPéter Szilágyi2017-08-238-0/+521 |\ | | | | node: fix instance dir locking and improve error message | * node: fix instance dir locking and improve error messageFelix Lange2017-08-188-0/+521 | | | | | | | | | | | | The lock file was ineffective because opening leveldb storage in read-only mode doesn't really take the lock. Fix it by including a dedicated flock library (which is actually split out of goleveldb). * | vendor: update USB HID lib (fix macOS crash)Péter Szilágyi2017-08-216-6/+25 |/ * Merge pull request #14885 from karalabe/trezor-boomPéter Szilágyi2017-08-1417-0/+10305 |\ | | | | accounts, console, internal: support trezor hardware wallet | * accounts, console, internal: support trezor hardware walletPéter Szilágyi2017-08-0917-0/+10305 | | * | cmd/geth, cmd/swarm: sort commands and flags by name (#3462)Maximilian Meister2017-08-1111-56/+193 |/ * vendor: update go-stack to fix a sigpanic panic (#14790)Péter Szilágyi2017-07-113-42/+23 | * Merge pull request #14540 from bas-vk/whisper-apiPéter Szilágyi2017-06-264-0/+427 |\ | | | | whisperv5: integrate whisper and implement API | * whisper: use syncmap for dynamic configuration optionsBas van Kervel2017-06-21