good morning!!!!

Skip to content
Snippets Groups Projects
  1. Sep 22, 2015
    • Felix Lange's avatar
      cmd/geth, core: make "geth blocktest" work again · 70b61747
      Felix Lange authored
      The test genesis block was not written properly, block insertion failed
      immediately.
      
      While here, fix the panic when shutting down "geth blocktest" with
      Ctrl+C. The signal handler is now installed automatically, causing
      ethereum.Stop to crash because everything is already stopped.
      70b61747
  2. Sep 21, 2015
  3. Sep 18, 2015
  4. Sep 17, 2015
  5. Sep 16, 2015
  6. Sep 15, 2015
  7. Sep 14, 2015
  8. Sep 12, 2015
    • Jeff R. Allen's avatar
    • Viktor Trón's avatar
      Solidity Compiler - solc new API · 17b72975
      Viktor Trón authored
      * adapt to new compiler versioning
      * use compiler version as language version
      * implement new solc API for versions >= 0.1.[2-9][0-9]* fixes #1770
      * add optimize=1 to options
      * backward compatibility (for now) for <= 0.1.1, and old versions (0.[2-9][0-9]*.[0-9]+)
      * introduce compilerOptions to ContractInfo
      * clean up flair, include full version string to version line and ContractInfo
      17b72975
Loading