Skip to content

v4.1.0

Compare
Choose a tag to compare
@cygaar cygaar released this 15 Jun 03:03
· 61 commits to main since this release
9431b3e

What's Changed

Bug Fixes

  • Fix startTimestamp for burned tokens being larger than their correct values.
    Casting uint256 to address in Solidity does not necessarily set the upper 96 bits of the word to zero,
    causing dirty old bits to overlap with the newer bits.
    Addresses are now explicitly masked to clear the upper 96 bits when packed into a uint256.

New Contributors

Full Changelog: v4.0.0...v4.1.0