- 28 Oct, 2020 4 commits
-
-
Francisco Giordano authored
-
Francisco Giordano authored
-
Francisco Giordano authored
-
* 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
-
- 20 Oct, 2020 1 commit
-
-
psykeeper authored
-
- 15 Sep, 2020 3 commits
-
-
Francisco Giordano authored
-
Francisco Giordano authored
-
Francisco Giordano authored
-
- 10 Sep, 2020 5 commits
-
-
Francisco Giordano authored
-
(cherry picked from commit 09d437c1)
Francisco Giordano authored -
Francisco Giordano authored
-
Francisco Giordano authored
-
Francisco Giordano authored
-
- 09 Sep, 2020 2 commits
-
-
Francisco Giordano authored
-
(cherry picked from commit cfb7f800)
Francisco Giordano authored
-
- 08 Sep, 2020 2 commits
-
-
Francisco Giordano authored
-
Francisco Giordano authored
-
- 03 Sep, 2020 3 commits
-
-
Francisco Giordano authored
-
Francisco Giordano authored
-
Francisco Giordano authored
-
- 02 Sep, 2020 1 commit
-
-
Francisco Giordano authored
-
- 01 Sep, 2020 4 commits
-
-
Francisco Giordano authored
-
* Fix typos and formatting * Add Solidity release dates: releases-stability
Andrew B Coathup authored -
Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] authored -
tincho authored
-
- 28 Aug, 2020 1 commit
-
-
Francisco Giordano authored
-
- 25 Aug, 2020 1 commit
-
-
Co-authored-by: Paolo Dibitonto <p.dibitonto@almaviva.it> Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
dibi91 authored
-
- 24 Aug, 2020 3 commits
-
-
Francisco Giordano authored
-
Francisco Giordano authored
-
* Update all non-major dependencies * disable solhint reason-string rule Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
renovate[bot] authored
-
- 19 Aug, 2020 1 commit
-
-
* chore: fix code style parameters in Event * chore: update code style for events
Julian M. Rodriguez authored
-
- 18 Aug, 2020 3 commits
-
-
Alejo Salles authored
-
Julian M. Rodriguez authored
-
Alejo Salles authored
-
- 14 Aug, 2020 1 commit
-
-
sunhurts authored
-
- 12 Aug, 2020 2 commits
-
-
Francisco Giordano authored
-
Changes state mutability of granularity function from view to pure.
soham authored
-
- 11 Aug, 2020 3 commits
-
-
Julian M. Rodriguez authored
-
Francisco Giordano authored
-
Co-authored-by: Alan Lu <alanlu1023@gmail.com> Co-authored-by: Nicolás Venturo <nicolas.venturo@gmail.com> Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Andres Bachfischer authored
-