good morning!!!!

Skip to content
Snippets Groups Projects
  1. Aug 07, 2015
  2. Aug 06, 2015
  3. Aug 05, 2015
  4. Aug 04, 2015
  5. Jul 23, 2015
  6. Jul 22, 2015
  7. Jul 20, 2015
  8. Jul 16, 2015
  9. Jul 15, 2015
    • Jeffrey Wilcke's avatar
      miner: smart mining · e870e61b
      Jeffrey Wilcke authored
      Work is now handled and carried over multiple sessions. Previously one
      session only was assumed, potentially resulting in invalid (outdated)
      work
      
      * Larger work / result queue
      * Full validation option
      e870e61b
  10. Jul 08, 2015
  11. Jul 07, 2015
  12. Jul 06, 2015
  13. Jul 05, 2015
  14. Jul 04, 2015
    • Jeffrey Wilcke's avatar
      core, miner, tests: renamed state methods · ab16ce70
      Jeffrey Wilcke authored
      * Update => SyncIntermediate
      * Added SyncObjects
      
      SyncIntermediate only updates whatever has changed, but, as a side
      effect, requires much more disk space.
      
      SyncObjects will only sync whatever is required for a block and will not
      save intermediate state to disk. As drawback this requires more time
      when more txs come in.
      ab16ce70
    • Jeffrey Wilcke's avatar
      core, eth, miner, xeth: receipt storage fix · 2feb23c1
      Jeffrey Wilcke authored
      * Added GetReceiptsFromBlock, GetReceipt, PutReceipts
      * Added ContractAddress to receipt. See #1042
      2feb23c1
  15. Jul 03, 2015
  16. Jun 30, 2015
  17. Jun 29, 2015
  18. Jun 21, 2015
  19. Jun 15, 2015
  20. Jun 10, 2015
  21. Jun 08, 2015
  22. Jun 03, 2015
    • Jeffrey Wilcke's avatar
      core, eth, miner: moved nonce management to tx pool. · d09a6e54
      Jeffrey Wilcke 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
  23. May 28, 2015
  24. May 27, 2015
  25. May 23, 2015
Loading