quorum/miner
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
..
agent.go fixed issue when miner is not stopping af stop command 2015-05-18 16:09:01 +02:00
miner.go miner: moved break INSIDE the switch ... 2015-05-21 19:53:27 +02:00
remote_agent.go Return 32-byte hashes from GetWork 2015-05-11 10:11:33 -04:00
worker.go core, eth, miner: moved nonce management to tx pool. 2015-06-03 22:43:23 +02:00