plugeth/eth
obscuren d09a6e5421 core, eth, miner: moved nonce management to tx pool.
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).
2015-06-03 22:43:23 +02:00
..
downloader eth/downloader: demote peers if they exceed the soft limits at 1 blocks already 2015-06-03 15:43:12 +03:00
backend.go core, eth, miner: moved nonce management to tx pool. 2015-06-03 22:43:23 +02:00
handler.go eth: 100% block propogation 2015-05-28 17:01:44 +02:00
peer.go Merge pull request #1064 from karalabe/downloader-attacks 2015-05-21 09:00:12 -07:00
protocol_test.go downloader: don't remove peers. keep them around 2015-04-18 23:56:08 +02:00
protocol.go eth, eth/downloader: remove duplicate consts, bump hash fetch to 2K 2015-05-21 18:16:04 +03:00
sync.go core, eth/downloader: expose the bad hashes, check in downloader 2015-05-28 14:03:10 +03:00