aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* 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