LiskArchive / lisk-elements

⚙️ Library for sending Lisk transactions from the client or server
https://lisk.io/
GNU General Public License v3.0
250 stars 64 forks source link

Update to BigNum to use @liskhq/bignum - Closes #1182 #1188

Closed shuse2 closed 5 years ago

shuse2 commented 5 years ago

What was the problem?

Browserify Bignum changes of the latest branch was not published to the npm repo. Also, TypeScript was not supported

How did I fix it?

Update Bignum usages to use @liskhq/bignum forked from browserify-bignum

How to test it?

npm t

Review checklist