- Jul 03, 2015
-
-
Jeffrey Wilcke authored
eth/downloader: fix a rare test race on the OSX CI
-
Péter Szilágyi authored
-
- Jul 02, 2015
-
-
Vitalik Buterin authored
-
Jeffrey Wilcke authored
core, xeth: core.AddressFromMessage removed => crypto.CreateAddress
-
Vitalik Buterin authored
-
Jeffrey Wilcke authored
-
- Jul 01, 2015
-
-
Jeffrey Wilcke authored
Implement eth/61
-
Jeffrey Wilcke authored
core, cmd/geth: improved recover functionality
-
Jeffrey Wilcke authored
`geth recover` now accepts both hashes and numbers using "#" and no longer requires the ethereum instance.
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
core, cmd/geth: recover by number
-
Jeffrey Wilcke authored
Use uint64 for block header timestamp
-
Péter Szilágyi authored
-
- Jun 30, 2015
-
-
Jeffrey Wilcke authored
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
fix logging jsonrpc request #1365
-
Joseph Chow authored
-
Jeffrey Wilcke authored
core: added checkpoint for last block
-
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
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
Changed the transaction pool to listen for ChainHeadEvent when resetting the state instead of ChainEvent. It makes very little sense to burst through transactions while we are catching up (e.g., have more than one block to process)
-
Jeffrey Wilcke authored
* Add a checkpoint every X blocks * Removed queued write
-
Jeffrey Wilcke authored
Add pendingTransactions and resend
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Jeffrey Wilcke authored
core: reduce CPU load by reducing calls to checkQueue
-
Jeffrey Wilcke authored
* Reduced maxQueue count * Added proper deletion past maxQueue limit * Added cheap stats method to txpool queueCheck was called for **every** transaction instead of: 1. add all txs 2. check queue previously 1. add txs[i] 2. check queue 3. if i < len(txs) goto 1.
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
This fixes an issue with the lru cache not being available when calling WriteBlock. WriteBlock previously always assumed to be called from the InsertChain where the lru cache was always created prior to calling WriteBlock. When being called from the worker this could lead in to a nil pointer exception being thrown and causing database corruption.
-