• O
    core, eth, miner: moved nonce management to tx pool. · d09a6e54
    obscuren 提交于
    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).
    d09a6e54
backend.go 19.6 KB