bitshares / bitsharesjs

JavaScript tools for BitShares Encryption and Serialization
https://bitsharesjs.bitshares.org/
MIT License
96 stars 148 forks source link

Refactor serialization to replace Buffer/bytebuffer #124

Open grctest opened 7 months ago

grctest commented 7 months ago

https://sindresorhus.com/blog/goodbye-nodejs-buffer

The growing sentiment is to replace Buffer with Uint8Array, the bytebuffer based serializer could be improved upon and made simpler.

Anyone interested?