Popcorn-Limited / vaultcraft-sdk

0 stars 2 forks source link

Addresses should always use the Checksum encoding #30

Closed 0xruhum closed 11 months ago

0xruhum commented 11 months ago

Anywhere where a user provides an address, we should convert it to the checksum encoding using getAddress()

Internally, all addresses should use the checksum encoding as well.

Currently, there's no consistency which will cause === comparisons to fail.