- Oct 14, 2016
-
-
Péter Szilágyi authored
metrics, internal/debug: Add --pprofaddr flag, expose metrics via gexp
-
Nick Johnson authored
-
- Oct 13, 2016
-
-
Viktor Trón authored
swarm: fix http API's last problems
-
Daniel A. Nagy authored
swarm/storage: Allow EOF at the end of the reader in the chunker. Handle the case when Read returns less than length of target slice
-
Felix Lange authored
swarm/storage: fixes for tree chunker in the context of a broken reader
-
- Oct 12, 2016
-
-
Felix Lange authored
core: fixed import reporter
-
- Oct 10, 2016
-
-
Jeffrey Wilcke authored
-
Aron Fischer authored
* brokenLimitedReader gives error after half size * TestRandomBrokenData tests chunker with broken reader * add blocking quitC (instead of errC) and use errC only for errors * don't close chunkC in tester Split, * use quitC to quit chunk storage loop
-
Felix Lange authored
core: print import stats more often
-
Felix Lange authored
core: lower transaction pool max queue limit
-
Felix Lange authored
-
- Oct 07, 2016
-
-
Felix Lange authored
-
Felix Lange authored
If geth is busy importing 2048 heavy blocks it can take a while before it prints anything. This change ensures that a message gets printed every 8s.
-
- Oct 06, 2016
-
-
Felix Lange authored
core/types: renamed receiptRoot to receiptsRoot
-
Felix Lange authored
tests: update test files from github.com/ethereum/tests @ 45bc1d21d3c1
-
Jeffrey Wilcke authored
core/state: implement reverts by journaling all changes
-
Felix Lange authored
Two new tests are skipped because they're buggy. Making some newer random state tests work required implementing the 'compressed return value encoding'.
-
Felix Lange authored
There is no need to use the reflection-based decoder to decode []byte.
-
Felix Lange authored
The delete/remove naming has caused endless confusion in the past.
-
Felix Lange authored
This commit replaces the deep-copy based state revert mechanism with a linear complexity journal. This commit also hides several internal StateDB methods to limit the number of ways in which calling code can use the journal incorrectly. As usual consultation and bug fixes to the initial implementation were provided by @karalabe, @obscuren and @Arachnid. Thank you!
-
Jeffrey Wilcke authored
eth: monitor malicious header retrieval requests
-
- Oct 05, 2016
-
-
Felix Lange authored
internal/ethapi: bugfix gas price and limit swapped in eth_resend
-
Péter Szilágyi authored
rpc: set CORS Max-Age to reduce preflight OPTIONS requests
-
Péter Szilágyi authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
- Oct 03, 2016
-
-
Felix Lange authored
internal/build: fix git tag env variable for AppVeyor
-
Felix Lange authored
-
Jonathan Brown 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
-