Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile: for non-gophers | Felix Lange | 2015-04-19 | 1 | -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 contracts | obscuren | 2015-04-09 | 1 | -2/+0 |
| | |||||
* | General repo cleanup | Taylor Gerring | 2015-03-30 | 1 | -1/+5 |
| | |||||
* | ignore | obscuren | 2015-03-08 | 1 | -3/+2 |
| | |||||
* | ignore | obscuren | 2015-03-08 | 1 | -0/+3 |
| | |||||
* | Added deploy scripts from go-build | obscuren | 2015-03-07 | 1 | -0/+2 |
| | |||||
* | Introducing ethash | Matthew Wampler-Doty | 2015-03-03 | 1 | -0/+1 |
| | |||||
* | Ignore locally built binaries | Taylor Gerring | 2015-02-16 | 1 | -0/+3 |
| | |||||
* | JitVM: the EVM JIT bridge | Paweł Bylica | 2015-01-23 | 1 | -0/+2 |
| | |||||
* | Add new key_store interface and two new key stores | Gustav Simonsson | 2015-01-16 | 1 | -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 .ethtest | Felix Lange | 2014-11-01 | 1 | -0/+1 |
| | |||||
* | Merge branch 'feature/keys' of https://github.com/ethersphere/go-ethereum ↵ | obscuren | 2014-07-01 | 1 | -1/+0 |
|\ | | | | | | | | | | | | | | | into ethersphere-feature/keys Conflicts: .gitignore README.md | ||||
| * | fix gitignore to ignore executables | zelig | 2014-06-23 | 1 | -1/+2 |
| | | |||||
| * | Updated transaction constructor | obscuren | 2014-03-27 | 1 | -0/+1 |
| | | |||||
| * | added git ignore | obscuren | 2013-12-26 | 1 | -0/+12 |
| | |||||
* | Initial commit bootstrapping package | obscuren | 2014-01-24 | 1 | -0/+12 |