v0.96.0
·
312 commits
to master
since this release
Summary
In this release, we:
- Fixed checksum utility to correctly remove
0xbefore hashing
Breaking
- Fixes
- #3313 - Checksum method to remove
0xbefore hashing, by @luizstacio
- #3313 - Checksum method to remove
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.