|
|
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
|
2020-07-29 18:11:32 -03:00 |
|
|
|
56de324afe
|
Add SPX license identifier (#2235)
|
2020-05-14 21:58:11 -03:00 |
|
|
|
c20e620a06
|
Improve Pausable docs
|
2020-05-04 16:37:05 -03:00 |
|
|
|
c4e5daff86
|
Fix Pausable docs
|
2020-04-03 17:06:33 -03:00 |
|
|
|
c9630526e2
|
Draft and lifecycles directories cleanup (#2122)
* Move Pausable into utils
* Move Strings into utils
* Move Counters into utils
* Move SignedSafeMath into math
* Remove ERC1046
* Make ERC20Snapshot.snapshot internal
* Move ERC20Snapshot into ERC20
* Add drafts deprecation notice
* Remove drafts directory
* Add changelog entry
* Apply suggestions from code review
Co-Authored-By: Francisco Giordano <frangio.1@gmail.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2020-03-16 16:27:15 -03:00 |
|