thencc / algonautjs

A front end friendly Algorand utility
MIT License
10 stars 1 forks source link

0.3.0 merge to latest #71

Closed spencercap closed 1 year ago

spencercap commented 1 year ago

related issues:

spencercap commented 1 year ago

BEFORE MERGE!!!

don't forget to update any-wallet's default inkey-client-js src to the LIVE inkey.app/ site instead of the staging domain

spencercap commented 1 year ago

still needs a readme update but...

a bunch o goodies were brought back by popular demand like:

enceladus commented 1 year ago

A few methods were renamed? A bit confusing.

fromBase64 --> b64StrToHumanStr
to8Arr --> toUint8Array

When doing this in the future, please leave the original methods & mark as deprecated! This will make upgrading everything that depends on algonautjs so much easier.

spencercap commented 1 year ago

yes yes, you're right. sorry about that @enceladus

was trying to make the names more helpful and not leave in what were confusing to me. moving forward should we keep both functional, the former marked as deprecated and then remove it completely in a larger point release?

spencercap commented 1 year ago

@youraerials are we going ahead w depending on our custom algosdk fork?