LibertyDSNP / eth-sdk-ts

TypeScript SDK for DSNP on Ethereum
Apache License 2.0
9 stars 1 forks source link

convertToDSNPUserURI and convertToDSNPUserId replacing BigNumber methods #158

Closed wilwade closed 3 years ago

wilwade commented 3 years ago

Problem

We don't want to have ethers BigNumber used outside of the sdk, so better methods to cast these to the correct formats.

Also prep for switching DSNP User Id to bigint

Solution

Replaced convert in and out of BigNumber methods with just convertToDSNPUserURI and convertToDSNPUserId

Double Checks:

Change summary: