good morning!!!!

Skip to content
Snippets Groups Projects
  1. Apr 26, 2015
  2. Apr 23, 2015
  3. Apr 22, 2015
  4. Apr 21, 2015
  5. Apr 19, 2015
  6. Apr 18, 2015
  7. Apr 17, 2015
  8. Apr 15, 2015
  9. Apr 13, 2015
  10. Apr 08, 2015
    • Jeffrey Wilcke's avatar
      Improved transaction pool · 6184781b
      Jeffrey Wilcke authored
      The transaction pool will now some easily be able to pre determine the
      validity of a transaction by checking the following:
      
      * Account existst
      * gas limit higher than the instrinsic gas
      * enough funds to pay upfront costs
      * nonce check
      6184781b
    • Jeffrey Wilcke's avatar
      Changed how logs are being recorded · 1c872ddf
      Jeffrey Wilcke authored
      Logs are now recorded per transactions instead of tossing them out after
      each transaction. This should also fix an issue with
      `eth_getFilterLogs` (#629) Also now implemented are the `transactionHash,
      blockHash, transactionIndex, logIndex` on logs. Closes #654.
      1c872ddf
  11. Apr 07, 2015
  12. Apr 05, 2015
  13. Apr 04, 2015
  14. Apr 02, 2015
  15. Apr 01, 2015
  16. Mar 26, 2015
  17. Mar 25, 2015
    • Jeffrey Wilcke's avatar
      Improved miner recovery · 950b4a68
      Jeffrey Wilcke authored
      * In case of uncle mining (e.g. same TS) the miner would stop if all
        threads happened to mine a potential uncle
      950b4a68
  18. Mar 24, 2015
  19. Mar 23, 2015
  20. Mar 22, 2015
Loading