- 27 May, 2015 28 commits
-
-
Felix Lange authored
Interrupting import with Ctrl-C could cause database corruption because the signal wasn't handled. utils.ImportChain now checks for a queued interrupt on every batch.
-
Felix Lange authored
-
Felix Lange authored
The renaming should make it clearer that these functions create a new instance for every call. @obscuren suggested this renaming a while ago.
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
The blockchain commands don't need the full stack. With this change, p2p, miner, downloader, etc are no longer started for blockchain operations.
-
Jeffrey Wilcke authored
eth: hard disconnect if a peer is flaky
-
Jeffrey Wilcke authored
ethdb, common: cache removal
-
Jeffrey Wilcke authored
cmd/geth: expand admin.progress() to something meaningful
-
obscuren authored
-
Péter Szilágyi authored
-
obscuren authored
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
Miner time fix
-
Jeffrey Wilcke authored
cmd/geth: exit the console cleanly when interrupted
-
Jeffrey Wilcke authored
Update ValidateHeader comments
-
obscuren authored
-
obscuren authored
* Miner should no longer generate blocks with a time stamp less or equal than it's parent. * Future blocks are no longer processed and queued directly. Closes #1118
-
Jeffrey Wilcke authored
miner: log locally mined blocks after they are 5-deep in the chain
-
Gustav Simonsson authored
-
Jeffrey Wilcke authored
Revert "core: block.gasLimit - parent.gasLimit <= parent.gasLimit / G…
-
Gustav Simonsson authored
This reverts commit be2b0501.
-
Jason Carver authored
-
Jason Carver authored
if you track stale blocks, then you quickly overflow your ring buffer in the local network case where you're mining every block and generating a lot of stales.
-
obscuren authored
-
obscuren authored
-
Jeffrey Wilcke authored
core: block.gasLimit - parent.gasLimit <= parent.gasLimit / GasLimitB…
-
- 26 May, 2015 12 commits
-
-
obscuren authored
-
Jeffrey Wilcke authored
core: block database version update
-
obscuren authored
-
obscuren authored
-
Felix Lange authored
This fix applies mostly to unsupported terminals that do not trigger the special interrupt handling in liner. Supported terminals were covered because liner.Prompt returns an error if Ctrl-C is pressed.
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Felix Lange authored
Fine tune seeder and p2p peer handling
-