- Nov 09, 2016
-
-
Felix Lange authored
These accessors were introduced by light client changes, but the only method that is actually used is GetNumberU64. This commit replaces all uses of .GetNumberU64 with .Number.Uint64.
-
Felix Lange authored
-
Zsolt Felföldi authored
-
Zsolt Felföldi authored
-
Zsolt Felföldi authored
-
Zsolt Felföldi authored
-
- Nov 08, 2016
-
-
Felix Lange authored
archiveUpload did not handle absolute paths correctly. Fix it by using the basename and ensure that uploads can be tested using -n.
-
Péter Szilágyi authored
This commit adds support for creating Windows installers to ci.go
-
Péter Szilágyi authored
internal/build: call correct signer method
-
Péter Szilágyi authored
-
- Nov 07, 2016
-
-
Péter Szilágyi authored
build: fix missing .exe executable names on cross builds
-
Péter Szilágyi authored
console, vendor: update liner and enable multiline mode
-
Péter Szilágyi authored
-
Péter Szilágyi authored
appveyor: build 386 too, upload both to the gethstore
-
- Nov 06, 2016
-
-
Péter Szilágyi authored
-
- Nov 04, 2016
-
-
Péter Szilágyi authored
-
- Nov 03, 2016
-
-
RJ Catalano authored
solves #3119 Signed-off-by:
VoR0220 <rj@erisindustries.com>
-
Felix Lange authored
-
Felix Lange authored
-
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
-
Felix Lange authored
travis, build: implement uploading archives to azure
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Nov 02, 2016
-
-
Péter Szilágyi authored
common/math: go fmt
-
Kenji Siu authored
-
Jeffrey Wilcke authored
* common/math, core/vm: implement fast EXP. Courtesy @chfast & @karalabe * common/math: fix go vet issues on exp calculation
-
- Nov 01, 2016
-
-
Martin Holst Swende authored
* core: Add metrics collection for transaction events; replace/discard for pending and future queues, as well as invalid transactions * core: change namespace for txpool metrics * core: define more metrics (not yet used) * core: implement more tx metrics for when transactions are dropped * core: minor formatting tweeks (will squash later) * core: remove superfluous meter, fix missing pending nofunds * core, metrics: switch txpool meters to counters
-
Péter Szilágyi authored
core/state, eth/downloader, trie: reset fast-failure on progress
-
Péter Szilágyi authored
internal/debug, internal/ethapi, rpc, swarm/storage: go fmt
-
Péter Szilágyi authored
-
Kenji Siu authored
-
- Oct 31, 2016
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
core/vm: add limit option to LogConfig
-
- Oct 30, 2016
-
-
Péter Szilágyi authored
all: remove weird files
-
Felix Lange authored
-
- Oct 29, 2016
-
-
Péter Szilágyi authored
cmd/utils, core, params: explicitly pick reprice fork for fast sync
-
Péter Szilágyi authored
-