Skip to content

v0.96.0

Compare
Choose a tag to compare
@fuel-service-user fuel-service-user released this 13 Oct 02:32
· 98 commits to master since this release
48598be

Summary

In this release, we:

  • Fixed checksum utility to correctly remove 0x before hashing

Breaking


Migration Notes

Fixes

#3313 - Checksum method to remove 0x before hashing

We fixed the checksum utilities:

  • Address.toChecksum()
  • Address.isChecksumValid()

Now, we correctly remove the leading 0x before hashing the address.

Because of this, previous values were invalid, and the update is required.