- 08 Jun, 2015 4 commits
-
-
obscuren authored
You can set the nonce of the block with `--genesisnonce`. When the genesis nonce changes and it doesn't match with the first block in your database it will fail. A new `datadir` must be given if the nonce of the genesis block changes.
-
Jeffrey Wilcke authored
core: fix nonce verification one more time
-
Felix Lange authored
-
Felix Lange authored
The block nonce verification was effectively disabled by a typo. This time, there is an actual test for it.
-
- 06 Jun, 2015 1 commit
-
-
Jeffrey Wilcke authored
-
- 05 Jun, 2015 7 commits
-
-
obscuren authored
-
obscuren authored
-
Jeffrey Wilcke authored
eth/downloader: handle timeouts more gracefully
-
Jeffrey Wilcke authored
eth, eth/downloader: fix #1098, elevate empty hash errors to peer drops
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- 04 Jun, 2015 18 commits
-
-
Jeffrey Wilcke authored
p2p/nat: request timeouts for UPnP discovery
-
Felix Lange authored
-
Felix Lange authored
This includes a fix adding a timeout to router discovery requests.
-
Jeffrey Wilcke authored
tests: log coalescing fixes
-
obscuren authored
-
Jeffrey Wilcke authored
cmd: transaction pool fixes and improvements
-
Jeffrey Wilcke authored
eth/downloader: fix #1178, don't request blocks beyond the cache bounds
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
- 03 Jun, 2015 10 commits
-
-
obscuren authored
-
obscuren authored
Removed the managed tx state from the chain manager to the transaction pool where it's much easier to keep track of nonces (and manage them). The transaction pool now also uses the queue and pending txs differently where queued txs are now moved over to the pending queue (i.e. txs ready for processing and propagation).
-
Felix Lange authored
-
Felix Lange authored
The transaction pool drops processed transactions on its own during pool maintenance.
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-