aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Godeps, vendor: convert dependency management to trash (#3198)Péter Szilágyi2016-10-291-2/+1
| | | | | | | | | | | | | | | | | | | | | | | 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.
* build: add ci.go, use it everywhereFelix Lange2016-06-221-7/+1
| | | | | | 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.
* Added Vagrantfile so that developers can spin up a VM to build gethPrasanna Pendse2016-02-151-0/+2
|
* updated ignore0.9.16obscuren2015-05-071-0/+1
|
* Use Makefile for Travis testsFelix Lange2015-04-291-0/+4
|
* web3: updatedobscuren2015-04-241-2/+0
|
* Makefile: for non-gophersFelix Lange2015-04-191-0/+5
| | | | | | | | | | | | | 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
* added contractsobscuren2015-04-091-2/+0
|
* General repo cleanupTaylor Gerring2015-03-301-1/+5
|
* ignoreobscuren2015-03-081-3/+2
|
* ignoreobscuren2015-03-081-0/+3
|
* Added deploy scripts from go-buildobscuren2015-03-071-0/+2
|
* Introducing ethashMatthew Wampler-Doty2015-03-031-0/+1
|
* Ignore locally built binariesTaylor Gerring2015-02-161-0/+3
|
* JitVM: the EVM JIT bridgePaweł Bylica2015-01-231-0/+2
|
* Add new key_store interface and two new key storesGustav Simonsson2015-01-161-0/+5
| | | | | | | * 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
* .gitignore: ignore .ethtestFelix Lange2014-11-011-0/+1
|
* Merge branch 'feature/keys' of https://github.com/ethersphere/go-ethereum ↵obscuren2014-07-011-1/+0
|\ | | | | | | | | | | | | | | into ethersphere-feature/keys Conflicts: .gitignore README.md
| * fix gitignore to ignore executableszelig2014-06-231-1/+2
| |
| * Updated transaction constructorobscuren2014-03-271-0/+1
| |
| * added git ignoreobscuren2013-12-261-0/+12
|
* Initial commit bootstrapping packageobscuren2014-01-241-0/+12