You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uint8Array types are native to the browser, which is the primary medium for this SDK. Furthermore, these types play nicely with React Native, which would make this SDK much easier to integrate into mobile apps. Long ago when we were building our own mobile wallet, we had a lot of issues with RN/Buffer and had to switch to using the buffer package, which is still un use today.
We should remove all uses of buffer (and its Buffers) and switch to using Uint8Arrays. This will, however, be a large undertaking.
Uint8Array
types are native to the browser, which is the primary medium for this SDK. Furthermore, these types play nicely with React Native, which would make this SDK much easier to integrate into mobile apps. Long ago when we were building our own mobile wallet, we had a lot of issues with RN/Buffer and had to switch to using thebuffer
package, which is still un use today.We should remove all uses of
buffer
(and itsBuffer
s) and switch to usingUint8Array
s. This will, however, be a large undertaking.Related to #427
The text was updated successfully, but these errors were encountered: