1. 22 Aug, 2018 8 commits
  2. 21 Aug, 2018 2 commits
  3. 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
  4. 02 Aug, 2018 2 commits
  5. 01 Aug, 2018 1 commit
  6. 30 Jul, 2018 2 commits
  7. 29 Jun, 2018 1 commit
  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 3 commits