aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* dashboard, p2p, vendor: visualize peers (#19247)Kurkó Mihály2019-03-131-0/+1
| | | | | | * dashboard, p2p: visualize peers * dashboard: change scale to green to red
* cmd, dashboard: use webpack dev server, remove custom assets (#16263)Kurkó Mihály2018-03-081-0/+3
| | | | | | * cmd, dashboard: remove custom assets, webpack dev server * dashboard: yarn commands, small fixes
* swarm: give correct error on 0x hash prefix (#16195)Elad Nachmias2018-02-271-0/+3
| | | | | | - added a case error struct that contains information about certain error cases in which we would like to output more information to the client - added a validation method that iterates and adds the information that is stored in the error cases
* dashboard: deep state update, version in footer (#15837)Kurkó Mihály2018-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * dashboard: footer, deep state update * dashboard: resolve asset path * dashboard: remove bundle.js * dashboard: prevent state update on every reconnection * dashboard: fix linter issue * dashboard, cmd: minor UI fix, include commit hash * remove geth binary * dashboard: gitCommit renamed to commit * dashboard: move the geth version to the right, make commit optional * dashboard: commit limited to 7 characters * dashboard: limit commit length on client side * dashboard: run go generate
* dashboard: integrate Flow, sketch message API (#15713)Kurkó Mihály2017-12-211-0/+1
| | | | | | | | * dashboard: minor design change * dashboard: Flow integration, message API * dashboard: minor polishes, exclude misspell linter
* cmd, dashboard: dashboard using React, Material-UI, Recharts (#15393)Kurkó Mihály2017-11-151-0/+5
| | | | | | | | | | | | * cmd, dashboard: dashboard using React, Material-UI, Recharts * cmd, dashboard, metrics: initial proof of concept dashboard * dashboard: delete blobs * dashboard: gofmt -s -w . * dashboard: minor text and code polishes
* swarm/storage: pyramid chunker re-write (#14382)Zahoor Mohamed2017-09-221-0/+3
|
* 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