-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed all solidity warnings and applied some best practices. (#1923)
Closes [1913](#1913) * Removed all unnecessary variable initializations, unused parameters, dead code, and fixed function visibilities, etc. * Some other best practices/gas optimizations applied to code eg: * Unneeded initializations of an integer variable to `0`. * Cache Local Variable Array Length In For Loop * Unused imports * Conditions can be optimized
- Loading branch information
Showing
71 changed files
with
591 additions
and
709 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.