good morning!!!!

Skip to content
Snippets Groups Projects
  1. Mar 08, 2016
    • Jeffrey Wilcke's avatar
      core: announce ChainSideEvent during reorg · ba3fb9e6
      Jeffrey Wilcke authored
      Previously all blocks that were already in our chain were never re
      announced as potential uncle block (e.g. ChainSideEvent). This is
      problematic during mining where you want to gather as much possible
      uncles as possible increasing the profit. This is now addressed in this
      PR where during reorganisations of chains the old chain is regarded as
      uncles.
      
      Fixed #2298
      ba3fb9e6
  2. Mar 03, 2016
  3. Mar 02, 2016
  4. Mar 01, 2016
  5. Feb 29, 2016
  6. Feb 27, 2016
    • Jeffrey Wilcke's avatar
      cmd/geth: removed multiline support · cec92f59
      Jeffrey Wilcke authored
      When attempting to paste very long lines of text the REPL goes
      completely fubar, never completing the paste. Removing the multiline
      support "fixes" this.
      
      Long lines of text are usually pasted when deploying contracts and as it
      stands right now makes creating new contracts from the REPL impossible.
      cec92f59
  7. Feb 26, 2016
  8. Feb 24, 2016
  9. Feb 23, 2016
Loading