1. 25 9月, 2015 1 次提交
    • J
      xeth: fixed nil pointer of filter retrieval · b9359981
      Jeffrey Wilcke 提交于
      This fix addresses an issue with filters that were (possibly) not yet
      added to the filter queues but were expected. I've added additional nil
      checks making sure it doesn't crash and swapped the installation of the
      filter around so it's installed before use.
      
      Closes #1665
      b9359981
  2. 22 9月, 2015 4 次提交
  3. 21 9月, 2015 3 次提交
  4. 19 9月, 2015 2 次提交
  5. 18 9月, 2015 7 次提交
  6. 17 9月, 2015 3 次提交
  7. 16 9月, 2015 6 次提交
  8. 15 9月, 2015 10 次提交
  9. 14 9月, 2015 2 次提交
  10. 12 9月, 2015 2 次提交
    • J
      0d407277
    • Z
      Solidity Compiler - solc new API · 17b72975
      zelig 提交于
      * 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