1. 11 Mar, 2016 1 commit
    • Jeffrey Wilcke's avatar
      core: added future proc mutex lock · 558d18d2
      Jeffrey Wilcke authored
      Added a future lock which prevents the anything being added or removed
      from or to the set when looping over the set of blocks. This fixes a nil
      pointer in the range loop when trying to retrieve a block from the set
      which was previously available but removed due to regular chain
      processing.
      
      Fixes #2305
      558d18d2
  2. 10 Mar, 2016 5 commits
  3. 09 Mar, 2016 2 commits
  4. 08 Mar, 2016 6 commits
  5. 07 Mar, 2016 3 commits
  6. 03 Mar, 2016 2 commits
  7. 02 Mar, 2016 2 commits
  8. 01 Mar, 2016 5 commits
  9. 29 Feb, 2016 8 commits
  10. 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
  11. 26 Feb, 2016 4 commits
  12. 24 Feb, 2016 1 commit