Francisco Giordano
d41102d6c3
add changelog entry for #2396
4 years ago
soham
0f55c18595
Fix/solc 0.7.4 warnings #2391 ( #2396 )
...
* 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.
4 years ago
psykeeper
7650210ad6
Make contracts abstract if they had internal constructors ( #2383 )
4 years ago
Francisco Giordano
ec8efd52b4
3.2.1-solc-0.7
4 years ago
Francisco Giordano
9a83ced46e
Add changelog entry for 3.2.1-solc-0.7
4 years ago
Francisco Giordano
0d7bf01ac1
Merge branch 'solc-0.7' into release-v3.2.0-solc-0.7
4 years ago
Francisco Giordano
f7ca35c9c6
Configure solhint for solc 0.7
4 years ago
Francisco Giordano
c08d1439dd
Bump solhint to 3.2.0
...
(cherry picked from commit 09d437c1f9
)
4 years ago
Francisco Giordano
870ea2a88a
Add -solc-0.7 version tag
4 years ago
Francisco Giordano
29f4a38c0d
Merge branch 'release-v3.2.0' into release-v3.2.0-solc-0.7
4 years ago
Francisco Giordano
1ada3b633e
3.2.0
4 years ago
Francisco Giordano
0ce14a078a
Merge branch 'release-v3.2.0' into release-v3.2.0-solc-0.7
4 years ago
Francisco Giordano
45b81c969f
Add note about proxy changes in the changelog
...
(cherry picked from commit cfb7f80003
)
4 years ago
Francisco Giordano
628dea7a08
update new contracts for solidity 0.7
4 years ago
Francisco Giordano
22de765f3c
Merge branch 'release-v3.2.0' into release-v3.2.0-solc-0.7
4 years ago
Francisco Giordano
f2fb8cf23b
3.2.0-rc.0
4 years ago
Francisco Giordano
9f900f6dba
Add changelog entries for proxies and ERC20Snapshot
4 years ago
Francisco Giordano
91f16a7e47
Adapt proxies to Contracts conventions ( #2345 )
4 years ago
Francisco Giordano
6bc2ae3731
Add documentation for proxies ( #2344 )
4 years ago
Francisco Giordano
885b76f66f
Fix AsciiDoc missing attribute references
4 years ago
Andrew B Coathup
ded2b0a55c
Fix minor typos and grammar in docs ( #2338 )
...
* Fix typos and formatting
* Add Solidity release dates: releases-stability
4 years ago
renovate[bot]
0f08b1d099
Update dependency mocha to v8.1.3 ( #2340 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
4 years ago
tincho
aaa5ef81cf
Fix typos ( #2343 )
4 years ago
Francisco Giordano
cb791a1b21
Add Proxies from OpenZeppelin SDK ( #2335 )
5 years ago
dibi91
0b489f4d79
Improve test descriptions #1157 ( #2334 )
...
Co-authored-by: Paolo Dibitonto <p.dibitonto@almaviva.it>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
5 years ago
Francisco Giordano
c187517395
fix solhint func-visibility for 0.7.0
5 years ago
Francisco Giordano
89e2b7424b
Merge branch 'master' into solc-0.7
5 years ago
renovate[bot]
1f06fd7e66
Update all non-major dependencies ( #2317 )
...
* 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>
5 years ago
Julian M. Rodriguez
e5da0986bb
Fix code style parameters in Event ( #2324 )
...
* chore: fix code style parameters in Event
* chore: update code style for events
5 years ago
Alejo Salles
0fc9578fe6
Merge CODE_STYLE.md into GUIDELINES.md ( #2330 )
5 years ago
Julian M. Rodriguez
b1ea59e814
Improve testing for ERC20Snapshot ( #2331 )
5 years ago
Alejo Salles
7d48d79b53
Fixed sidebar reference in README.md ( #2329 )
5 years ago
sunhurts
6d5a73815d
Fix ERC20Snapshot#_beforeTokenTransfer ( #2328 )
5 years ago
Francisco Giordano
d1f336d8fd
use svg logo for better scaling
5 years ago
soham
48072e439d
Fix function state mutability warning ( #2327 )
...
Changes state mutability of granularity function from view to pure.
5 years ago
Julian M. Rodriguez
9700e6b4bd
Use beforeTokenTransfer hook in ERC20Snapshot ( #2312 )
5 years ago
Francisco Giordano
722879b32d
increase mocha timeout
5 years ago
Andres Bachfischer
943a663a31
Updated ERC1155 tests ( #2107 )
...
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>
5 years ago
Francisco Giordano
2acb1abb1f
3.1.0-solc-0.7
5 years ago
Francisco Giordano
4eb8d2bb10
Revert "feat: use extcodesize for isContract to reduce gas ( #2311 )"
...
This reverts commit c801c8d2bb
.
5 years ago
Elena Gesheva
04fc35707d
Migrate contracts to Solidity 0.7 ( #2319 )
...
* Update contract pragmas to solidity 0.7
* Remove internal declaration on constructors
* Reference SafeMath explicitely
* Remove public constructor declaration from abstract contracts
* Remove public constructor declaration from non-abstract contracts
5 years ago
Francisco Giordano
09014f90f9
Remove acronym from Readme
5 years ago
Julian M. Rodriguez
0c667ca32a
docs: add note explaining opinionated presets ( #2313 )
...
* docs: add notes explaining presets
* fix links for mint function
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
5 years ago
Nicolas Tsagarides
7c4a2a0a29
Fix comment reference for function hash ( #2307 )
...
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
5 years ago
Julian M. Rodriguez
c801c8d2bb
feat: use extcodesize for isContract to reduce gas ( #2311 )
...
* feat: use extcodesize for isContract to reduce gas
* feat: add changelog entry
5 years ago
renovate[bot]
98e862e162
Update all non-major dependencies ( #2309 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
5 years ago
Francisco Giordano
b9d72d2991
Clean up build directory when publishing
5 years ago
Francisco Giordano
c6612871fb
Fix remaining preset links
5 years ago
Francisco Giordano
b991fca341
Fix presets link
5 years ago
Francisco Giordano
ef3bbbcf40
Add readme notices with link to docs site ( #2300 )
...
* add readme notices
* remove period after url
5 years ago