good morning!!!!

Skip to content
Snippets Groups Projects
  1. Feb 29, 2016
  2. 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
  3. Feb 26, 2016
  4. Feb 24, 2016
  5. Feb 23, 2016
  6. Feb 21, 2016
  7. Feb 20, 2016
    • Jeffrey Wilcke's avatar
      eth: fixed homestead tx check · c616391d
      Jeffrey Wilcke authored
      When a block is queried for retrieval we should add a check whether the
      block falls within the frontier rules. If we'd always use `From`
      retrieving transaction might fail. This PR temporarily changes
      everything to `FromFrontier` (safe!).
      c616391d
  8. Feb 19, 2016
Loading