aboutsummaryrefslogtreecommitdiffstats
path: root/vendor
Commit message (Collapse)AuthorAgeFilesLines
* accounts/abi/bind: stop using goimports in the binding generator (#17768)Jeremy Schlatter2018-10-0612-11399/+0
|
* internal/debug: support color terminal for cygwin/msys2 (#17740)HackyMiner2018-09-2912-146/+324
| | | | | - update go-colorable, go-isatty, 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-214-0/+427
| |
* | swarm/test: add integration test for 'swarm up' (#14353)Lewis Marshall2017-06-219-0/+354
|/
* cmd/puppeth, vendor: update ssh, manage server keys (#14398)Péter Szilágyi2017-05-0314-266/+626
|
* cmd/geth: add --config file flag (#13875)Felix Lange2017-04-1216-0/+5431
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * p2p/discover, p2p/discv5: add marshaling methods to Node * p2p/netutil: make Netlist decodable from TOML * common/math: encode nil HexOrDecimal256 as 0x0 * cmd/geth: add --config file flag * cmd/geth: add missing license header * eth: prettify Config again, fix tests * eth: use gasprice.Config instead of duplicating its fields * eth/gasprice: hide nil default from dumpconfig output * cmd/geth: hide genesis block in dumpconfig output * node: make tests compile * console: fix tests * cmd/geth: make TOML keys look exactly like Go struct fields * p2p: use discovery by default This makes the zero Config slightly more useful. It also fixes package node tests because Node detects reuse of the datadir through the NodeDatabase. * cmd/geth: make ethstats URL settable through config file * cmd/faucet: fix configuration * cmd/geth: dedup attach tests * eth: add comment for DefaultConfig * eth: pass downloader.SyncMode in Config This removes the FastSync, LightSync flags in favour of a more general SyncMode flag. * cmd/utils: remove jitvm flags * cmd/utils: make mutually exclusive flag error prettier It now reads: Fatal: flags --dev, --testnet can't be used at the same time * p2p: fix typo * node: add DefaultConfig, use it for geth * mobile: add missing NoDiscovery option * cmd/utils: drop MakeNode This exposed a couple of places that needed to be updated to use node.DefaultConfig. * node: fix typo * eth: make fast sync the default mode * cmd/utils: remove IPCApiFlag (unused) * node: remove default IPC path Set it in the frontends instead. * cmd/geth: add --syncmode * cmd/utils: make --ipcdisable and --ipcpath mutually exclusive * cmd/utils: don't enable WS, HTTP when setting addr * cmd/utils: fix --identity
* cmd/puppeth: your Ethereum private network manager (#13854)Péter Szilágyi2017-04-1148-0/+17078
|
* .travis, build: autodelete old unstable archives (#13867)Péter Szilágyi2017-04-0664-1116/+7695
| | | | | | | | This commit adds a build step to travis to auto-delete unstable archives older than 14 days (our regular release schedule) from Azure via ci.go purge. The commit also pulls in the latest Azure storage code, also switching over from the old import path (github.com/Azure/azure-sdk-for-go) to the new split one (github.com/Azure/azure-storage-go).
* swarm/api: support mounting manifests via FUSE (#3690)Zahoor Mohamed2017-03-2334-0/+6310
|
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-234-1/+535
| | | | | | | | | | There is no need to depend on the old context package now that the minimum Go version is 1.7. The move to "context" eliminates our weird vendoring setup. Some vendored code still uses golang.org/x/net/context and it is now vendored in the normal way. This change triggered new vet checks around context.WithTimeout which didn't fire with golang.org/x/net/context.
* crypto, pow, vendor: hash optimizations, mmap ethashPéter Szilágyi2017-03-098-0/+369
|
* all: finish integrating Go ethash, delete C++ vendorPéter Szilágyi2017-03-0910-653/+0
|
* vendor: update HID library for glibc < v2.17 buildPéter Szilágyi2017-02-276-14/+49
|
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-13/+12
|
* log, vendor: vendor in log15 inline into our codebasePéter Szilágyi2017-02-234-0/+406
|
* Merge pull request #3681 from karalabe/usb-hidapiNick Johnson2017-02-2079-1688/+5621
|\ | | | | accounts/usbwallet: swap karalabe/gousb to karalabe/hid
| * accounts/usbwallet, vendor: use hidapi instead of libusb directlyPéter Szilágyi2017-02-1779-1688/+5621
| |
* | crypto: add btcec fallback for sign/recover without cgo (#3680)Felix Lange2017-02-1814-0/+3678
|/ | | | | | | | | | | * vendor: add github.com/btcsuite/btcd/btcec * crypto: add btcec fallback for sign/recover without cgo This commit adds a non-cgo fallback implementation of secp256k1 operations. * crypto, core/vm: remove wrappers for sha256, ripemd160
* vendor: update dependencies with github.com/kardianos/govendorFelix Lange2017-02-16167-6279/+3390
|
* vendor: pull in support for USB devices via libusb/gousbPéter Szilágyi2017-02-1362-0/+32571
|
* vendor: update all dependencies except Azure SDKFelix Lange2017-01-11128-1008/+14027
| | | | | The Azure SDK doesn't support Go 1.5 anymore. We can't upgrade it until Go 1.8 comes out.
* les: light client protocol and APIZsolt Felfoldi2016-11-0911-0/+465
|
* vendor: update github.com/peterh/linerFelix Lange2016-11-047-77/+130
|
* vendor: pull in azure sdk and openpgp signerPéter Szilágyi2016-11-0355-19/+11197
|
* Godeps, vendor: convert dependency management to trash (#3198)Péter Szilágyi2016-10-29798-0/+402364
This commit converts the dependency management from Godeps to the vendor folder, also switching the tool from godep to trash. Since the upstream tool lacks a few features proposed via a few PRs, until those PRs are merged in (if), use github.com/karalabe/trash. You can update dependencies via trash --update. All dependencies have been updated to their latest version. Parts of the build system are reworked to drop old notions of Godeps and invocation of the go vet command so that it doesn't run against the vendor folder, as that will just blow up during vetting. The conversion drops OpenCL (and hence GPU mining support) from ethash and our codebase. The short reasoning is that there's noone to maintain and having opencl libs in our deps messes up builds as go install ./... tries to build them, failing with unsatisfied link errors for the C OpenCL deps. golang.org/x/net/context is not vendored in. We expect it to be fetched by the user (i.e. using go get). To keep ci.go builds reproducible the package is "vendored" in build/_vendor.