- Jan 08, 2018
-
-
Felix Lange authored
* core/types, core/vm, eth, tests: regenerate gencodec files * Makefile: update devtools target Install protoc-gen-go and print reminders about npm, solc and protoc. Also switch to github.com/kevinburke/go-bindata because it's more maintained. * contracts/ens: update contracts and regenerate with solidity v0.4.19 The newer upstream version of the FIFSRegistrar contract doesn't set the resolver anymore. The resolver is now deployed separately. * contracts/release: regenerate with solidity v0.4.19 * contracts/chequebook: fix fallback and regenerate with solidity v0.4.19 The contract didn't have a fallback function, payments would be rejected when compiled with newer solidity. References to 'mortal' and 'owned' use the local file system so we can compile without network access. * p2p/discv5: regenerate with recent stringer * cmd/faucet: regenerate * dashboard: regenerate * eth/tracers: regenerate * internal/jsre/deps: regenerate * dashboard: avoid sed -i because it's not portable * accounts/usbwallet/internal/trezor: fix go generate warnings
-
- Aug 04, 2017
-
-
detailyang authored
-
- Aug 03, 2017
-
-
akiva authored
-
- Jul 31, 2017
-
-
Lee Hyeon authored
-
- Jun 26, 2017
-
-
Aron Fischer authored
* Makefile: add make swarm command * Makefile: minor code formatting polishes
-
- Apr 06, 2017
-
-
Felix Lange authored
* Makefile: fix devtools target * core: regenerate genesis marshaling with fjl/gencodec@cbfa5be5a8a8 * core/types: regenerate marshaling methods with fjl/gencodec@cbfa5be5a8a8 * core/types: add "hash" to JSON headers
-
- Mar 07, 2017
-
-
Felix Lange authored
-
- Mar 02, 2017
-
-
Péter Szilágyi authored
-
- Nov 25, 2016
-
-
Péter Szilágyi authored
-
- Nov 03, 2016
-
-
Felix Lange authored
* travis.yml: don't create darwin/386 builds * build: remove godep remains * internal/build: improve archives - enable compression for zip files - don't write half-complete archives * build: add -unstable to archive names
-
- Oct 02, 2016
-
-
Felix Lange authored
This commit tweaks the debian packaging tool: * All build environment metadata can now be overriden on the command line. This allows testing the CI build behaviour locally. * -unstable packages now actually contain the binaries (oops) * packages use Go 1.7 to build * archiving is skipped for PR builds
-
- Aug 16, 2016
-
-
Péter Szilágyi authored
-
- Aug 08, 2016
-
-
Péter Szilágyi authored
-
- 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
-