quorum/eth
Péter Szilágyi 289b30715d Godeps, vendor: convert dependency management to trash (#3198)
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.
2016-10-28 19:05:01 +02:00
..
downloader eth/downloader: fix a data race in a log output 2016-10-21 13:09:27 +03:00
fetcher eth/fetcher: small typo fix (#2932) 2016-08-23 18:23:34 +03:00
filters rpc: refactor subscriptions and filters 2016-08-17 12:59:58 +02:00
gasprice eth: separate common and full node-specific API and backend service 2016-06-16 17:36:38 +02:00
api.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
api_backend.go core/state: implement reverts by journaling all changes 2016-10-06 15:32:16 +02:00
backend.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
backend_test.go accounts, core, eth: pass chain config for chain maker to test DAO 2016-07-15 16:52:55 +03:00
bad_block.go eth: enable bad block reports 2016-05-25 02:02:51 +02:00
bind.go accounts/abi/bind: use ethereum interfaces 2016-08-22 14:01:28 +02:00
db_upgrade.go eth: fixed chaindb upgrade 2016-07-19 14:32:38 +02:00
handler.go eth: move "timed out DAO fork check, dropping" to debug level 2016-10-07 21:03:38 +02:00
handler_test.go eth: monitor malicious header retrieval requests 2016-10-05 16:34:07 +03:00
helper_test.go core, eth, internal, miner: optimize txpool for quick ops 2016-09-02 14:12:03 +03:00
metrics.go eth, eth/downloader, eth/fetcher: delete eth/61 code 2016-07-22 13:17:19 +02:00
peer.go eth, eth/downloader: better remote head tracking 2016-07-25 15:14:14 +03:00
protocol.go core, eth, internal, miner: optimize txpool for quick ops 2016-09-02 14:12:03 +03:00
protocol_test.go core, eth, internal, miner: optimize txpool for quick ops 2016-09-02 14:12:03 +03:00
sync.go core, eth, internal, miner: optimize txpool for quick ops 2016-09-02 14:12:03 +03:00
sync_test.go eth: skip transaction handling during fast sync 2016-05-17 14:17:20 +03:00