- Oct 28, 2016
-
-
Péter Szilágyi authored
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.
-
- Jun 22, 2016
-
-
Felix Lange authored
The new build script, ci.go, replaces some of the older shell scripts. ci.go can compile go-ethereum, run the tests, create release archives and debian source packages.
-
- Feb 15, 2016
-
-
Prasanna Pendse authored
-
- May 06, 2015
-
-
Jeffrey Wilcke authored
-
- Apr 29, 2015
-
-
Felix Lange authored
-
- Apr 24, 2015
-
-
Jeffrey Wilcke authored
-
- Apr 18, 2015
-
-
Felix Lange authored
Many people need or want to build go-ethereum from the git repository, mostly to stay up to date with recent changes. We cannot expect that people without Go experience grok the Go workspace concept. With the Makefile, building from github requires only three steps (provided that a Go toolchain is installed): - git clone https://github.com/ethereum/go-ethereum - ... install C libraries (libgmp, etc.) ... - make
-
- Apr 09, 2015
-
-
Jeffrey Wilcke authored
-
- Mar 30, 2015
-
-
Taylor Gerring authored
-
- Mar 08, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
- Mar 07, 2015
-
-
Jeffrey Wilcke authored
-
- Mar 03, 2015
-
-
Matthew Wampler-Doty authored
-
- Feb 16, 2015
-
-
Taylor Gerring authored
-
- Feb 05, 2015
-
-
Sven Ehlert authored
dockers locally
-
- Jan 25, 2015
-
-
Sven Ehlert authored
cppjit client (python not yet working)
-
- Jan 22, 2015
-
-
Paweł Bylica authored
-
- Jan 15, 2015
-
-
Gustav Simonsson authored
* Add new generic key_store interface * Add new plaintext key store storing unprotected keys on disk * Add new encrypted key store storing encrypted keys on disk * Add new entropy mixing function using OS and go runtime sources
-
- Jan 14, 2015
-
-
Sven Ehlert authored
and virtualbox
-
- Dec 09, 2014
-
-
Jeffrey Wilcke authored
-
- Nov 11, 2014
-
-
Marek Kotewicz authored
-
- Nov 05, 2014
-
-
Marian Oancea authored
Converted to npm package Added brower Added browserify with minification Updated Readme
-
- Oct 31, 2014
-
-
Felix Lange authored
-
- Sep 30, 2014
-
-
Jeffrey Wilcke authored
-
- Jun 23, 2014
-
-
Viktor Trón authored
-
- Mar 27, 2014
-
-
Jeffrey Wilcke authored
-
- Jan 23, 2014
-
-
Jeffrey Wilcke authored
-
- Dec 26, 2013
-
-
Jeffrey Wilcke authored
-