StricaHQ / typhonjs

Pure javascript Cardano wallet library
Apache License 2.0
61 stars 12 forks source link

[Feature] Migrate to native BigInt #35

Open mahnunchik opened 7 months ago

mahnunchik commented 7 months ago

Hello,

Since you are working on the next major release, it would be very useful to migrate to native BigInt from BigNumber.

It is widely accepted https://caniuse.com/bigint

Many crypto libraries has been migrate to native BigInt in past year.

mahnunchik commented 7 months ago

Even Buffer can be replaced with native UInt8Array

mahnunchik commented 7 months ago

An example of successful migration: https://github.com/XRPLF/xrpl.js/releases/tag/xrpl%403.0.0

ashisherc commented 7 months ago

I will keep these for v3, which is due with the next Cardano HF.