1. 29 Feb, 2016 6 commits
  2. 27 Feb, 2016 1 commit
    • 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. 26 Feb, 2016 4 commits
  4. 24 Feb, 2016 8 commits
  5. 23 Feb, 2016 6 commits
  6. 21 Feb, 2016 12 commits
  7. 20 Feb, 2016 1 commit
    • 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. 19 Feb, 2016 2 commits