- 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.
-
- May 06, 2016
-
-
Péter Szilágyi authored
-
- Apr 15, 2016
-
-
Felix Lange authored
-
- Dec 14, 2015
-
-
Péter Szilágyi authored
-
- Dec 08, 2015
-
-
Péter Szilágyi authored
-
- Dec 03, 2015
-
-
Felix Lange authored
Turns out we actually don't need it, USE_NUM_NONE works because we also set USE_FIELD_INV_BUILTIN.
-
Péter Szilágyi authored
-
- Dec 02, 2015
-
-
Péter Szilágyi authored
-
- Dec 01, 2015
-
-
Péter Szilágyi authored
-
- Nov 29, 2015
-
-
Péter Szilágyi authored
-
- Nov 24, 2015
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Nov 20, 2015
-
-
Péter Szilágyi authored
-
- Oct 28, 2015
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Oct 07, 2015
-
-
Gustav Simonsson authored
-
- Sep 21, 2015
-
-
Péter Szilágyi authored
-
- Aug 07, 2015
-
-
Jeffrey Wilcke authored
* changed stack and removed stack ptr. Let go decide on slice reuse.
-
- Jun 22, 2015
-
-
Bas van Kervel authored
-
- Jun 11, 2015
-
-
Bas van Kervel authored
-
- Apr 29, 2015
-
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
-
- Apr 28, 2015
-
-
Felix Lange 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
-
- Mar 22, 2014
-
-
Jeffrey Wilcke authored
The Ethereum node and Gui are now separated.
-
- Mar 21, 2014
-
-
Jeffrey Wilcke authored
-
- Mar 15, 2014
-
-
Cayman Nava authored
when building develop branch, checkout of eth-go develop branch is required
-
- Mar 02, 2014
-
-
Jeffrey Wilcke authored
-