1. 28 Oct, 2020 3 commits
    • Fix/solc 0.7.4 warnings #2391 (#2396) · 0f55c185
      * Fix unnamed return variable warning
      
      This commit fixes warnings thrown by the solc 0.7.4 compiler:
      "Warning: Unnamed return variable can remain unassigned. Add an explicit
      return with value to all non-reverting code paths or name the variable."
      
      * Fix function state mutability warning
      
      This commit fixes warnings thrown by the solc 0.7.4 compiler:
      "Warning: Function state mutability can be restricted to pure"
      
      * Fix shadows an existing declaration warning
      
      This commit fixes warnings thrown by the solc 0.7.4 compiler:
      "Warning: This declaration shadows an existing declaration."
      
      1. Arguments by default are not underscored.
      2. If the name isn't available due to shadowing, use prefix underscore.
      3. If prefix underscore isn't available due to shadowing, use suffix underscore.
      soham authored
  2. 20 Oct, 2020 1 commit
  3. 15 Sep, 2020 3 commits
  4. 10 Sep, 2020 5 commits
  5. 09 Sep, 2020 2 commits
  6. 08 Sep, 2020 2 commits
  7. 03 Sep, 2020 3 commits
  8. 02 Sep, 2020 1 commit
  9. 01 Sep, 2020 4 commits
  10. 28 Aug, 2020 1 commit
  11. 25 Aug, 2020 1 commit
  12. 24 Aug, 2020 3 commits
  13. 19 Aug, 2020 1 commit
  14. 18 Aug, 2020 3 commits
  15. 14 Aug, 2020 1 commit
  16. 12 Aug, 2020 2 commits
  17. 11 Aug, 2020 3 commits
  18. 30 Jul, 2020 1 commit