- 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
-
Felix Lange authored
core/state, light: remove unused StateObject.initCode
-
Gustav Simonsson authored
-
Péter Szilágyi authored
core/state: Fix memory expansion bug by not copying clean objects
-
Nick Johnson authored
-
- Sep 16, 2016
-
-
Felix Lange authored
-
Felix Lange authored
This change ensures that nodes started with different Name but same DataDir values don't use the same nodekey and IPC socket.
-
Felix Lange authored
-
Felix Lange authored
Port mapper auto discovery used to run immediately after parsing the --nat flag, giving it a slight performance boost. But this is becoming inconvenient because we create node.Node for all geth operations including account management and bare chain interaction. Delay autodiscovery until the first use instead, which avoids any network interaction until the node is actually started.
-
- Sep 15, 2016
-
-
Péter Szilágyi authored
cmd, eth: drop the blockchain version from cli/eth configs
-