1. 08 Jun, 2015 12 commits
  2. 06 Jun, 2015 1 commit
  3. 05 Jun, 2015 7 commits
  4. 04 Jun, 2015 18 commits
  5. 03 Jun, 2015 2 commits
    • obscuren's avatar
      core: test updates · 140d8839
      obscuren authored
      140d8839
    • obscuren's avatar
      core, eth, miner: moved nonce management to tx pool. · d09a6e54
      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).
      d09a6e54