algorand / js-algorand-sdk

The official JavaScript SDK for Algorand.
https://algorand.github.io/js-algorand-sdk/
MIT License
287 stars 205 forks source link

Migrate SDK from algo-msgpack-with-bigint to algorand-msgpack #867

Open HashMapsData2Value opened 7 months ago

HashMapsData2Value commented 7 months ago

Problem

Despite Algorand Technologies having created algorand-msgpack and pushed it to NPM, the Algorand Javascript SDK still relies on algo-msgpack-with-bigint (EvanJRichard's repo).

Solution

Migrate over to algorand-msgpack.

Dependencies

I assume that the APIs/expected behaviors are the same between the libraries so no.

Urgency

Medium (unnecessary security risk)