- 28 May, 2015 17 commits
 - 
- 
obscuren authored
 - 
obscuren authored
 - 
obscuren authored
 - 
Jeffrey Wilcke authored
eth: 100% block propogation
 - 
obscuren authored
 - 
Jeffrey Wilcke authored
Validate account length and avoid slicing in logging
 - 
Jeffrey Wilcke authored
Parallelisation issue
 - 
Jeffrey Wilcke authored
core: log optimisations
 - 
obscuren authored
 - 
obscuren authored
 - 
obscuren authored
Invalid forks are now detected Current setup of parellelisation actually inserts bad blocks. This fix is tmp until a better one is found
 - 
Gustav Simonsson authored
 - 
Jeffrey Wilcke authored
cmd/geth: updated web3
 - 
obscuren authored
 - 
Jeffrey Wilcke authored
cmd/geth: leaner blockchain commands
 - 
Jeffrey Wilcke authored
core, eth/downloader: expose the bad hashes, check in downloader
 - 
Péter Szilágyi authored
 
 - 
 - 27 May, 2015 23 commits
 - 
- 
Felix Lange authored
 - 
Felix Lange authored
 - 
Felix Lange authored
This makes block importing restartable.
 - 
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.
 - 
obscuren authored
 - 
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
 
 -