Skip to content

v0.5.0

Compare
Choose a tag to compare
@peteremiljensen peteremiljensen released this 05 Feb 22:17
· 14 commits to master since this release
49fbdc4

Fixed audit issues

This version fixes several issues from Quantstamp audit report. Refer to https://github.com/eTokenize/docs/wiki/Audit-Response-Report for a detailed overview.

  • Refactored most of the token implementation. The separation of concerns is now clearer. Refer to the aforementioned link for more details. (#91)
  • Fixed errors which made it impossible to upgrade tokens more than once. (#87)
  • The external storage is now automatically created on first deployment of a token (#82)
  • Only the implementor in external storage is now allowed to change values (#80)
  • burnFrom and transferFrom emits approval events (#81)
  • Removed redundant contracts (#84)
  • Locked the pragma version to 0.4.24 (#78)
  • Implemented minor changes described in the audit report (#79)

Other changes

  • The methods pause, unpause and paused are now upgradable (#92)
  • Added several ERC20 optimizations, which results in 10% lower gas cost for transfers (#93)