1. 23 Aug, 2018 1 commit
  2. 22 Aug, 2018 7 commits
  3. 21 Aug, 2018 2 commits
  4. 18 Aug, 2018 1 commit
    • Matt Gucci's avatar
      Suppress warnings about events without "emit" · 4ff42d89
      Matt Gucci authored
      When I first start the Remix IDE, the following warnings are shown in the Compile tab.
      
      ```
      remix_tests.sol:13:5: Warning: Invoking events without "emit" prefix is deprecated.
          AssertionEvent(result, message);
          ^-----------------------------^
      ```
      
      To avoid this, add `emit` in front.
      4ff42d89
  5. 02 Aug, 2018 2 commits
  6. 01 Aug, 2018 1 commit
  7. 30 Jul, 2018 2 commits
  8. 26 Jun, 2018 2 commits
  9. 21 Jun, 2018 7 commits
  10. 05 Jun, 2018 2 commits
  11. 01 Jun, 2018 2 commits
  12. 30 May, 2018 3 commits
  13. 25 May, 2018 4 commits
  14. 19 May, 2018 4 commits