- Oct 05, 2016
-
-
Péter Szilágyi authored
-
- Oct 03, 2016
-
-
Felix Lange authored
internal/build: fix git tag env variable for AppVeyor
-
Felix Lange authored
-
Péter Szilágyi authored
internal/build: use less edgy command to get the branch name
-
Felix Lange authored
-
Péter Szilágyi authored
core/state: track dirty state entries for each object
-
Péter Szilágyi authored
-
- Oct 02, 2016
-
-
Péter Szilágyi authored
build: improve debian packaging
-
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
-
- Oct 01, 2016
-
-
Felix Lange authored
crypto/sha3: update from golang.org/x/crypto/sha3 a 80b25ed4
-
Felix Lange authored
This pulls in the assembly implementation of keccakf1600 for amd64.
-
Péter Szilágyi authored
cmd, core, internal, light, tests: avoid hashing the code in the VM
-
Péter Szilágyi authored
-
- Sep 30, 2016
-
-
Péter Szilágyi authored
trie: fix delete bug for values contained in fullNode
-
Felix Lange authored
accounts: left pad keybytes-to-encrypt
-
- Sep 29, 2016
-
-
Felix Lange authored
Delete crashed if a fullNode contained a valueNode directly. This bug is very unlikely to occur with SecureTrie, but can happen with regular tries. This commit also introduces a randomised test which triggers all trie operations, which should prevent such bugs in the future. Credit for finding this bug goes to Github user @rjl493456442.
-
Felix Lange authored
Package crypto needs cgo, which is inconvenient for some build configurations.
-
Felix Lange authored
cmd/utils, node: make datadir reusable for bzzd
-
Péter Szilágyi authored
README: Changed http:// to https:// on some links
-
- Sep 28, 2016
-
-
ken10100147 authored
-
Péter Szilágyi authored
core, trie: replace state caches with trie journal
-
Péter Szilágyi authored
-
Felix Lange authored
-
- Sep 27, 2016
-
-
Gustav Simonsson authored
-
sandakersmann authored
Changed http:// to https:// on some links in README.md
-
- Sep 26, 2016
-
-
Felix Lange authored
cmd/utils: don't check for stderr redirect on windows
-
Felix Lange authored
The redirect check did not work on Go 1.6 and below because Stat returned an error for stdout and stderr. In Go 1.7 Stat works on stdout but doesn't return anything meaningful, causing cmd/geth test failures because the message is printed to stderr only. Fix it by printing to stdout only.
-
Péter Szilágyi authored
build: limit test concurrency
-
Felix Lange authored
-
Felix Lange authored
TravisCI and AppVeyor run the tests in very slow VMs. Some of our tests can't cope with that. Running less tests in parallel should make them somewhat less flakey.
-
Péter Szilágyi authored
accounts/abi: fix typo in the comment (dummy commit)
-
Péter Szilágyi authored
-
Péter Szilágyi authored
State caching
-
Felix Lange authored
This change introduces a global, per-state cache that keeps account data in the canon state. Thanks to @karalabe for lots of fixes.
-
Péter Szilágyi authored
core/state: short-circuit balance change if zero value
-
Gustav Simonsson authored
-
- Sep 22, 2016
-
-
Felix Lange authored
light: fix memory expansion bug (same as fix for core/state)
-
- Sep 21, 2016
-
-
Felix Lange authored
ethclient: bugfix retrieving logs
-
Bas van Kervel authored
-
- Sep 19, 2016
-
-
Gustav Simonsson authored
-